[Postfixbuch-users] Suchtools für maillog
Jogie at quantentunnel.de
Jogie at quantentunnel.de
Mi Dez 1 17:42:10 CET 2010
>FROM='local at domain.tld'; \
>awk '/from=<'$FROM'>/ { QUID = $6; getline; while ($6 != QUID) \
> { getline; if ( $6 == QUID ) { sub(/^to=</,"",$7); sub(/>,$/,"",$7); \
> printf "%s %s %s %s -> %s\n", $1, $2, $3, "'"$FROM"'", $7 } } \
>next }' /var/log/maillog
>
>Sieht komisch aus, ist aber so :)
>Einfach mal ausprobieren.
Vielen Dank. funktioniert prima. Wo/Wie lernt man sowas? :)
Gruß aus Berlin,
Jörg
Mehr Informationen über die Mailingliste Postfixbuch-users