|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: Wietse dont kill me
From: Daniel Kaliel (Daniel.Kaliel
jjbedmonton.com)
Date: Wed Feb 01 2006 - 19:48:08 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok as per a request. Below you will find a sample for the maillog file and my main.cf config. Just to clarify:
Hermes = Exchange Server (primary MX for jjbedmonton.com)
Vader = postfix / majordomo (primary MX for lists.jjbedmonton.com)
The intent is to use vader as a list server. So that an email can be sent from a jjbedmonton.com address to a list on vader.lists.jjbedmonton.com eg. report
lists.jjbedmonton.com and vader will send an email out to everyone on that list. The lists will contain multiple domains. Right now I am trying to send an email to root
lists.jjbedmonton.com which is an alias for noc
jjbedmonton.com in the alias file, however I keep getting the error "Loop back to myself". I have tried with other aliases as well. Such as, testing
....
The subnet which bother server belong to is 209.148.223.48/28
-------------------------
maillog
-------------------------
Feb 1 16:20:51 vader postfix/smtpd[6376]: connect from hermes.jjbedmonton.com[209.148.223.55]
Feb 1 16:20:51 vader postfix/smtpd[6376]: 45C443971E2: client=hermes.jjbedmonton.com[209.148.223.55]
Feb 1 16:20:51 vader postfix/cleanup[6379]: 45C443971E2: message-id=<B43F5AAB2860BF40879465210DBA080B18503B
hermes.jjbedmonton.com>
Feb 1 16:20:51 vader postfix/qmgr[6373]: 45C443971E2: from=<Daniel.Kaliel
jjbedmonton.com>, size=1399, nrcpt=1 (queue active)
Feb 1 16:20:51 vader postfix/smtpd[6376]: disconnect from hermes.jjbedmonton.com[209.148.223.55]
Feb 1 16:20:51 vader postfix/smtp[6380]: 45C443971E2: to=<root
lists.jjbedmonton.com>, relay=none, delay=0, status=bounced (mail for lists.jjbedmonton.com loops back to myself)
Feb 1 16:20:51 vader postfix/cleanup[6379]: 5C95B24777D: message-id=<20060201232051.5C95B24777D
vader.lists.jjbedmonton.com>
Feb 1 16:20:51 vader postfix/qmgr[6373]: 5C95B24777D: from=<>, size=3235, nrcpt=1 (queue active)
Feb 1 16:20:51 vader postfix/qmgr[6373]: 45C443971E2: removed
Feb 1 16:20:51 vader postfix/smtp[6380]: 5C95B24777D: to=<Daniel.Kaliel
jjbedmonton.com>, relay=hermes.jjbedmonton.com[209.148.223.55], delay=0, status=sent (250 2.6.0 <20060201232051.5C95B24777D
vader.lists.jjbedmonton.com> Queued mail for delivery)
Feb 1 16:20:51 vader postfix/qmgr[6373]: 5C95B24777D: remove
-----------
main.cf
-----------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = vader.lists.jjbedmonton.com
mydomain = lists.jjbedmonton.com
myorigin = jjbedmonton.com
message_size_limit = 20480000
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
unknown_local_recipient_reject_code = 550
mynetworks = 209.148.223.48/28, 127.0.0.0/8
in_flow_delay = 1s
default_transport = smtp
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases, hash:/usr/lib/majordomo/majordomo.aliases
#home_mailbox = Mailbox
#relay_domains = jjbedmonton.com
#relayhost = hermes.jjbedmonton.com
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]