korrigieren | Tag | ohneKontur - der Blog https://www.ohnekontur.de ohne Linien und Kanten und trotzdem gefangen Mon, 19 Feb 2024 17:49:10 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.4 Postfix log nur in mail.log nicht syslog https://www.ohnekontur.de/2009/11/27/postfix-log-nur-in-mail-log-nicht-syslog/ https://www.ohnekontur.de/2009/11/27/postfix-log-nur-in-mail-log-nicht-syslog/#comments Fri, 27 Nov 2009 14:29:44 +0000 http://www.ohnekontur.de/?p=625 This post is also available in English. Wo ich hier schon mal fetchmail aus dem syslog verbannt habe,ist jetzt postfix dran. Ich verstehe sowieso nicht warum syslog(unter meinem Debian  rsyslogd) so eingestellt ist,das postfixfoo sowohl in mail.log als auch in … Continue reading

The post Postfix log nur in mail.log nicht syslog first appeared on ohneKontur - der Blog.]]>
This post is also available in English.

Wo ich hier schon mal fetchmail aus dem syslog verbannt habe,
ist jetzt postfix dran.

Ich verstehe sowieso nicht warum syslog
(unter meinem Debian  rsyslogd) so eingestellt ist,
das postfixfoo sowohl in mail.log als auch in syslog geschrieben werden.

Also nichts wie das korrigieren:

Dazu einfach in /etc/syslog.conf bzw. /etc/rsyslog.conf folgende Zeile suchen:

*.*;auth,authpriv.none                        -/var/log/syslog

und ändern in

*.*;auth,authpriv.none;mail.none        -/var/log/syslog

voila noch schnell syslog neustarten und fertig :)

The post Postfix log nur in mail.log nicht syslog first appeared on ohneKontur - der Blog.]]>
https://www.ohnekontur.de/2009/11/27/postfix-log-nur-in-mail-log-nicht-syslog/feed/ 1