On Tue, Feb 03, 2009 at 01:34:10PM -0500, Brian Evans - Postfix List wrote:
> The php mail() command (on *nix) defaults to come in through the pickup
> daemon (using the sendmail(1) command).
> It can also be sent in via the smtpd daemon.
>
> Intentionally send a message through your app and immediately check your
> log.
> Read and understand entry to delivery(or relay).
>
> If you need assistance with the logs, please post a transaction here.
No log messages are generated when mail is deposited in the "maildrop"
queue. If "pickup" is not finding the mail in a timely fashion it is
because:
- The "pickup" master.cf entry is busted (no wakeup timer)
pickup fifo n - n 60 1 pickup
- The "pickup" fifo has been deleted from /var/spool/postfix/public
Make sure $queue_directory contains a private/pickup fifo.
- File permissions are wrong
postfix set-permissions
- The O/S is buggy
Disable SELinux, App-armor, ...
or <http://tomayko.com/writings/that-dilbert-cartoon>
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.