On 6/5/2015 1:46 AM, Zalezny Niezalezny wrote: > Dear Colleagues, > > is it possible to check in the Postfix logs if user delete/receive > message ? > > Or to check if message was dropped by the server ? > > > Thanks in advance > > Zalezny
The postfix logs will show what happened to the message during the time postfix has responsibility for it. Generally, that means you can see if the message was accepted or rejected/discarded, and where the message was was delivered. If postfix is configured to deliver to the user's mailbox, that will be logged also. At that point, postfix's responsibility for the message ends, and postfix cannot track what happens to it. -- Noel Jones
