postfix versendet keine mails von clienten.
er versucht immer gegen die sasldb zu prüfen und nicht mit saslauth gegen die /etc/shadow
wie bekomme ich es hin das er saslauth nutzt???
hier die configs und logs:
postconf -n
Code: Select all
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
fast_flush_domains = $relay_domains
in_flow_delay = 0
inet_interfaces = all
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = triff-deinen-chemnitzer.de
masquerade_exceptions = root
mydestination = $myhostname, localhost.$mydomain, $mydomain, smtp.$mydomain
mydomain = triff-deinen-chemnitzer.de
myhostname = triff-deinen-berliner.de
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions =
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_rfc821_envelopes = no
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
Code: Select all
pwcheck_method: saslauthd
mech_list: plain login
/var/log/messages
Code: Select all
Aug 30 14:17:10 linux saslauthd[14675]: START: saslauthd 2.1.7
Aug 30 14:17:11 linux saslauthd[14686]: master PID is: 14686
Aug 30 14:17:11 linux saslauthd[14686]: daemon started, listening on /var/run/sasl2//mux
Aug 30 14:18:08 linux postfix/smtpd[15336]: unable to open Berkeley db /etc/sasldb: No such file or directory
Aug 30 14:18:12 linux last message repeated 4 times
Aug 30 14:22:42 linux postfix/smtpd[17797]: unable to open Berkeley db /etc/sasldb: No such file or directory
A
Code: Select all
Aug 30 14:34:22 linux postfix/smtpd[23531]: warning: p5091397B.dip.t-dialin.net[80.145.57.123]: SASL LOGIN authentication failed
Aug 30 14:34:22 linux postfix/smtpd[23531]: disconnect from p5091397B.dip.t-dialin.net[80.145.57.123]
Suse 8.1
postfix 2.1.1
sasl 2.1.7
sasl 1.5.27