Hallo,
also ich weiß nicht mehr weiter. Ich habe einen V-Server (Debian) auf dem Postfix, Dovecot, Pam und Co. laufen. Seit einiger Zeit kann ich keine Emails mehr über Thunderbird abrufen. Mailabruf über die Confixx-Oberfläche funktioniert.
Thunderbird meldet: Authentifizierung nicht möglich.
testsaslauthd -u web16p1 -p MEINPASSWORT -f /var/spool/postfix/var/run/saslauthd/mux/mux meldet:
dovecot.log sagt beim einwählen über Thunderbird: password mismatch
Meine Konfiguration:
/etc/postfix/sasl/smtpd.conf:
/etc/default/saslauthd:
dovecot.conf:
main.cf:
Ich weiß nicht mehr weiter bei all den Pams, Dovecots, Auths, SASLs,Postfix und was weiß ich noch für Programmen und Konfigurationen. Mir ist zwar ungefähr klar was wie zusammenhängt aber mir ist das alles einfach zu hoch.
Ich muß dazu sagen: das lief alles bis vor kurzem. Eines Tages dann plötzlich aber nicht mehr. Restarten des Virtuozzo Containers nützt auch nix.
also ich weiß nicht mehr weiter. Ich habe einen V-Server (Debian) auf dem Postfix, Dovecot, Pam und Co. laufen. Seit einiger Zeit kann ich keine Emails mehr über Thunderbird abrufen. Mailabruf über die Confixx-Oberfläche funktioniert.
Thunderbird meldet: Authentifizierung nicht möglich.
testsaslauthd -u web16p1 -p MEINPASSWORT -f /var/spool/postfix/var/run/saslauthd/mux/mux meldet:
0: NO "authentication failed"
dovecot.log sagt beim einwählen über Thunderbird: password mismatch
Meine Konfiguration:
/etc/postfix/sasl/smtpd.conf:
pwcheck_method: saslauthd
mech_list: plain login
saslauthd_path: /var/run/saslauthd/mux/mux
autotransition:true
/etc/default/saslauthd:
START=yes
MECHANISMS="pam"
OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"
dovecot.conf:
protocols = pop3 imap
ssl_disable = no
log_path = /var/log/dovecot.log
login_dir = /var/run/dovecot-login
login = imap
login = pop3
max_mail_processes = 1024
verbose_proctitle = yes
valid_chroot_dirs = /var/mail
default_mail_env = maildir:/home/email/%u/Maildir
mbox_locks = fcntl
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = shadow
auth_user = root
auth_verbose = yes
login_process_per_connection = no
login_processes_count = 2
main.cf:
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
myhostname = MEINEDOMAIN.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = MEINEDOMAIN.de, localhost.ncsrv.de, , localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
smtp_bind_address = MEINE IP
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtp_sasl_auth_enable = no
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###
Ich weiß nicht mehr weiter bei all den Pams, Dovecots, Auths, SASLs,Postfix und was weiß ich noch für Programmen und Konfigurationen. Mir ist zwar ungefähr klar was wie zusammenhängt aber mir ist das alles einfach zu hoch.
Ich muß dazu sagen: das lief alles bis vor kurzem. Eines Tages dann plötzlich aber nicht mehr. Restarten des Virtuozzo Containers nützt auch nix.