I'm a total postfix newbie... and am trying to configure a server for outgoing mail only.
I've got two different ways that I'm sending mail (both involving python.) When my cron jobs send mail, they get through (running as root.) But when my web server (running as the user: www-data) tries to send mail, postfix happily delivers them locally to www-data. my mail.log looks like: Aug 12 17:12:34 tixeonllc postfix/smtpd[17208]: connect from localhost[127.0.0.1] Aug 12 17:12:34 tixeonllc postfix/smtpd[17208]: 9A910124C2CE: client=localhost[127.0.0.1] Aug 12 17:12:34 tixeonllc postfix/cleanup[17212]: 9A910124C2CE: message-id=<[EMAIL PROTECTED]> Aug 12 17:12:34 tixeonllc postfix/qmgr[17207]: 9A910124C2CE: from=<[EMAIL PROTECTED]>, size=951, nrcpt=1 (queue active) Aug 12 17:12:34 tixeonllc postfix/smtpd[17208]: disconnect from localhost[127.0.0.1] Aug 12 17:12:34 tixeonllc postfix/local[17213]: 9A910124C2CE: to=<[EMAIL PROTECTED]>, relay=local, delay=0.02, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox) Aug 12 17:12:34 tixeonllc postfix/qmgr[17207]: 9A910124C2CE: removed I'm running on a debian machine... the recipient should have been me. I need to - understand postfix's configuration - try to forward all the mail in www-data's mailbox to their original destinations. Anyone have some time they can spare? Thanks, -Jim
