On Wednesday 14 December 2011 10:32:54 Wietse Venema wrote: > Sebastian Wiesinger: > > is there a way (in the logs) to see which port a client connects > > to? I can't find that information at the moment. > > Give each SMTP server its own syslog_name option in master.cf: > > submission inet n - n - - smtpd > -o syslog_name=submission > ... > smtps inet n - n - - smtpd > -o syslog_name=smtps > ...
I use "postfix-587" (and "postfix-465") because it's shorter and contains the "postfix" string which helps to isolate Postfix logging from other mail facility logs. "grep postfix maillog", et c. More correct, and still meeting that need, would be "postfix-submission". I'm not sure how that might affect pflogsumm.pl; perhaps if Jim is still reading the list he can comment? It would be worthwhile to add these to sample submission and smtps lines in the default master.cf. Wietse, have you considered that? Thanks. -- Offlist mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header