[Postfixbuch-users] log_level bei Cyrus SASL 2.1.21
Julian Pawlowski (lists)
lists at jp-solution.net
Mi Apr 12 18:20:46 CEST 2006
Hallo,
Ich nutze Cyrus SASL 2.1.21 zusammen mit MySQL und Postfix 2.3.
In der smtpd.conf habe ich "log_level: 0" gesetzt, aber trotzdem erhalte ich in /var/log/messages beim Authentifizieren von Usern massenhaft einträge:
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql auxprop plugin using mysql engine
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin Parse the username XXXX
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin try and connect to a host
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin trying to open db 'postfix' on host 'localhost'
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin Parse the username XXXX
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin try and connect to a host
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin trying to open db 'postfix' on host 'localhost'
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin Parse the username XXXX
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin try and connect to a host
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin trying to open db 'postfix' on host 'localhost'
Apr 12 18:08:50 janeway postfix/smtpd[19931]: begin transaction
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin create statement from userPassword XXXX YYYY
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin doing query SELECT userPassword FROM mailboxes WHERE username = 'XXXX' AND userrealm = 'YYYY' AND status = '1';
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin create statement from cmusaslsecretPLAIN XXXX YYYY
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin doing query SELECT cmusaslsecretPLAIN FROM mailboxes WHERE username = 'XXXX' AND userrealm = 'YYYY' AND status = '1';
Apr 12 18:08:50 janeway postfix/smtpd[19931]: sql plugin: no result found
Apr 12 18:08:50 janeway postfix/smtpd[19931]: commit transaction
Wo also muss ich das Logging noch runter drehen? Bei auxprop? Bei der sql_engine? Wenn ja, wie mache ich das?
Gruß
Julian
Mehr Informationen über die Mailingliste Postfixbuch-users