Hallo!
Habe nach dem Update ein kleines Problem:
Nach dem booten werden postfix, courier pop3, imap, smtp, etc. gestartet. Ich kann mich dann auch die Mail Adressen einloggen.
Nach geraumer Zeit (ca. 1 Stunde) geht dann nichts mehr.
Code
- Sep 3 18:48:08 dbc postfix/smtpd[6856]: Anonymous TLS connection established from XXXXXXX.dip0.t-ipconnect.de[XXX.YYY.ZZZ.AA]: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)Sep 3 18:48:10 abc postfix/smtpd[6856]: warning: SASL authentication failure: Password verification failedSep 3 18:48:10 abc postfix/smtpd[6856]: warning: XXXXXXXX.dip0.t-ipconnect.de[XXX.YYYY.ZZZ.AA]: SASL PLAIN authentication failed: authentication failureSep 3 18:48:12 abc postfix/smtpd[6856]: warning: SASL authentication failure: Password verification failed
dazu die auth.log:
Code
- Sep 3 18:48:10 dbc saslauthd[1346]: DEBUG: auth_pam: pam_authenticate failed: Authentication failure
- Sep 3 18:48:10 abc saslauthd[1346]: do_auth : auth failure: [user=username] [service=smtp] [realm=domain.de] [mech=pam] [reason=PAM auth error]
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin Parse the username username@domain.de
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin try and connect to a host
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin trying to open db 'ispcp' on host '127.0.0.1:3306'
- Sep 3 18:48:10 abc postfix/smtpd[6856]: begin transaction
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin create statement from userPassword username domain.de
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin doing query SELECT mail_pass FROM mail_users WHERE mail_addr = 'username@domain.de';
- Sep 3 18:48:10 abc postfix/smtpd[6856]: commit transaction
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin Parse the username username@domain.de
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin try and connect to a host
- Sep 3 18:48:10 abc postfix/smtpd[6856]: sql plugin trying to open db 'ispcp' on host '127.0.0.1:3306'
- Sep 3 18:48:10 abc saslauthd[1347]: pam_unix(smtp:auth): check pass; user unknown
- Sep 3 18:48:10 abc saslauthd[1347]: pam_unix(smtp:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Und das, obwohl die selben LoginDaten Minuten vorher noch kein Problem hatten. Es geht hier nur im SMTP, POP3 und IMAP funktionieren. Roundcube aber nicht!
Ich habe hier SelfSigned Certs.
Versionen:
Debian 7.6
Courier, Postfix, SASL, TLS
IMSCP 1.1.13
Bitte um Ideen.
Danke!