ich hab hier einige Postfix Kisten, die das Log zumuellen wenn ein
User via. SASL authentifiziert wird. Boardsuche + Google brachten
keine wirkliche Abhilfe ('ignorier das doch einfach' oder 'konfigurier
den Syslog das er das nicht mehr loggt' finde ich jedenfalls nicht
wirklich akzeptabel). Was geloggt wird ist je Mail das hier:
Code: Select all
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql auxprop plugin using mysql engine
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin Parse the username user@domain
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin try and connect to a host
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin trying to open db 'mail' on host 'localhost'
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin Parse the username user@domain
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin try and connect to a host
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin trying to open db 'mail' on host 'localhost'
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: begin transaction
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin create statement from userPassword user domain
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin doing query SELECT password FROM mailbox WHERE username = 'user@domain';
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin create statement from cmusaslsecretPLAIN user domain
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin doing query SELECT password FROM mailbox WHERE username = 'user@domain';
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: commit transaction
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin Parse the username user@domain
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin try and connect to a host
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin trying to open db 'mail' on host 'localhost'
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin Parse the username user@domain
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin try and connect to a host
Feb 5 18:58:47 rubicon postfix/smtpd[30116]: sql plugin trying to open db 'mail' on host 'localhost' Meldungen ab 'DEBUG' zu finden, allerdings ist nirgens die Option
'DEBUG' gesetzt:
Code: Select all
root@rubicon:/etc/postfix# postconf -n | grep -i debug
root@rubicon:/etc/postfix# postconf -n | grep -i level
smtpd_tls_loglevel = 1Code: Select all
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: mysql
mech_list: PLAIN LOGIN
sql_hostnames: localhost
sql_user: postfix
sql_passwd: pw
sql_database: mail
sql_select: SELECT password FROM mailbox WHERE username = '%u@%r'baeh...
Danke & Gruss,
Darkman