| |||||||||||||||||||||||||||||||
|
I cannot figure out what is causing my postfix setup to not respond to emails sent nonlocally. I can telnet into the box and send an email using the telnet command line, I can also send emails locally to external addressed and internal addresses. Remotely sent emails, however, never touch postfix (there are no signs of the email in /var/log/maillog . Here are my configurations: main.cf queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix mail_owner = postfix myhostname = www.cdwaddell.com mydomain = cdwaddell.com myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, mail.$mydomain, www.$mydomain, ftp.$mydomain local_recipient_maps = proxy:unix:passwd.byname $alias_maps unknown_local_recipient_reject_code = 550 alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases 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 html_directory = no manpage_directory = /usr/share/man sample_directory = /usr/share/doc/postfix-2.3.3/samples readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES I am sure it is something small that I am either unfamiliar with, or overlooked. Thanks for looking at this. A valid email address is cdwaddell. Thanks, Daniel
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com