Hallo,
Ich habe leider etwas Probleme mit meinem SASL und hoffe das mir hier jemand helfen kann.
Laut log:
Jedoch funktioniert es per shell wunderbar (0: OK "Success.").
Meine postfix/main.cnf
meine smtpd.cnf
Wenn noch etwas gebraucht wird bitte bescheid geben.
Danke für eure Hilfe,
grüße
Ich habe leider etwas Probleme mit meinem SASL und hoffe das mir hier jemand helfen kann.
Laut log:
Code:
Sep 15 17:40:17 localhost postfix/smtpd[27009]: warning: SASL authentication failure: Password verification failed
Sep 15 17:40:17 localhost postfix/smtpd[27009]: warning: *rausgenommen*: SASL PLAIN authentication failed: authentication failure
Jedoch funktioniert es per shell wunderbar (0: OK "Success.").
Meine postfix/main.cnf
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = *rausgenommen*
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = *rausgenommen*
# relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###
smtpd_sasl_path = /etc/postfix/sasl:/usr/lib/sasl2:/etc/sasl:/var/run/saslauthd:/etc/sasldb2
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains
smtpd_client_restrictions = permit_sasl_authenticated, reject_rbl_client opm.blitzed.org, reject_rbl_client list.dsbl.org, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client psbl.surriel.com
hopcount_limit = 40000
meine smtpd.cnf
Code:
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux/mux
autotransition:true
Wenn noch etwas gebraucht wird bitte bescheid geben.
Danke für eure Hilfe,
grüße