Funzt nicht bei mir
Irgendwas falsch gemacht.
Debian64 Jenny , Nightly von Heute.
Quote:FEHLER
Ungültiger Benutzername oder Passwort nicht korrekt.
Ich habe die Zeilen
Code:
auth default {
mechanisms = plain login digest-md5
passdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
passdb sql {
args = /etc/dovecot/dovecot-sql-aliasdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-aliasdomain.conf
}
passdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
durch die 5 Zeilen ersetzt:
Code:
auth default {
mechanisms = plain login
passdb checkpassword {
args = /var/www/ispcp/engine/ispcp-dovecot-mngr
}
userdb prefetch {
}
und ispcp-dovecot-mngr in das /var/www/ispcp/engine/ kopiert Rechte 755 und restart.
Achso und in der Datei main.cf diese Daten unten eingefügt:
Code:
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
#smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
#smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
Wer kann mir da weiterhelfen ?
Kann es vielleicht daran liegen ? Normal '1001' as uid, '8' as gid und bei mir '100
0' as uid, '8' as gid
Dies habe ich bei den 3 Dateien beachtet.