On 5/25/2012 1:13 PM, JL Picard wrote: > #Here are some modifications (in diff format) to master.cf to get more > logging: > smtp inet n - n - - smtpd -v > smtp unix - - n - - smtp -v
Please do not post or enable verbose logging unless asked. It generally masks the real issue. > #Here is the local SMTP Client command I ran to generate an email as the > "local_usr" user: > local_usr@myTestServer(~)% echo "test" | mutt -s "reject test 17" -- > externalu...@example.com > > #SYSLOG file: > May 24 11:41:51 myTestServer postfix/postfix-script[10277]: [ID 197553 > mail.info] starting the Postfix mail system > May > 24 11:41:51 myTestServer postfix/master[10278]: [ID 197553 mail.info] > daemon started -- version 2.8.6, configuration /etc/opt/csw/postfix > May 24 11:41:59 myTestServer postfix/pickup[10279]: [ID 197553 mail.info] > C41391CD00: uid=34001 from= > This mail entered via the pickup service (aka via the sendmail(1) command). smtpd_sender_restrictions will never apply to anything except mail received through smtpd. Brian