Append one or more “-v” options to selected daemon definitions in /etc/postfix/master.cf and type “postfix reload“. This will cause a lot of activity to be logged to the syslog daemon. For example, to make the Postfix SMTP server process more verbose:
(more…)
Posted by Hans-Henry Jakobsen
awk -F " " '{print $22 " "$23}' /var/log/mail.log|grep @pario|sort|uniq
awk -F ” ” betyr at separator i fila er mellomrom (” “).
Tags: awk, Postfix, SMTP, sort
Posted by Hans-Henry Jakobsen
Source: http://www.gentoo.org/doc/en/virt-mail-howto.xml
Tags: Gentoo, howto, Postfix, SMTP, virtual domains
Posted by Hans-Henry Jakobsen