Hi folks, apparently there are 2 different kinds of lines in /var/log/maillog: Lines with a message id, and lines without. Very painful.
The lines without message id seem to start with "smtp-out:", eg smtp-out: No valid route for [connector:10.125.142.10->[relay:example.com,smtp,sourcetable=<dynamic:2>,heloname=mail.example.de],0x0] Do you think it would be possible to clean this up? I would like to grep for the message ID to get the *whole* set of log file lines related to this message, and to ignore the unrelated smtp-out lines. Thanx in advance Harri