Victor Duchovni: > 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:
Might I add one: The queue is on a remote file system, and the local clock is out of sync with the file server's clock. I have implemented workarounds but older Postfix versions don't have all of them. Wietse