Re: check sent messages

2009-04-21 Thread Ralf Hildebrandt
* Mark Van Crombrugge mark.vancrombru...@vliz.be:
 Last night a mail was sent to a group of recipients but it seems like  
 only a few persons received the message.
  The command mailq says Mail queue is empty, the mail logfile doesn't 
 show any errors.

 How can I check if a certain message was sent sent?

Check the log

 Is there a way to log every outbound message's From and To fields?

These are not relevant for the delivery

-- 
Ralf Hildebrandt
Postfix - Einrichtung, Betrieb und Wartung   Tel. +49 (0)30-450 570-155
http://www.computerbeschimpfung.de
Yes, we have guns in the UK. It’s how our police kill foreign
tourists. Think on that.


Re: check sent messages

2009-04-21 Thread Terry Carmen

 Last night a mail was sent to a group of recipients but it seems like
 only a few persons received the message.
   The command mailq says Mail queue is empty, the mail logfile
 doesn't show any errors.

 How can I check if a certain message was sent sent?
 Is there a way to log every outbound message's From and To fields?


You should have one of these in your log for each sent message:

Apr 20 23:23:01 wormhole postfix/smtp[20205]: DA266304A5:
to=m...@dest_domain.org, relay=mail.dest_domain.org[205.178.149.7]:25,
delay=1.2, delays=0.
27/0.01/0.51/0.39, dsn=2.0.0, status=sent (250 2.0.0 n3L350sk01923f Message
accepted for delivery)


Terry