[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Postfix authentifziert nicht gegen SASL



/etc/postfix/sasl# less smtpd.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux
autotransition:true
log_level: 7



server:~# postconf -n
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = all
inet_protocols = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = Domain1, domain2, domain3
mydomain = Domain1
myhostname = Domain1
mynetworks = 127.0.0.0/8 194.128.121.122/25
myorigin = /etc/mailname
relay_domains = Domain1
relayhost =
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_limit = 10
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination, check_sender_access
hash:/etc/postfix/sender
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/sender
virtual_alias_domains = Domain1, domain2, domain3
virtual_alias_maps = hash:/etc/postfix/virtual

Server soll gegen die lokalen USER authen. Dies hat er auch schonmal
gemacht. Benutzername/Kennwort-Fehler sind nahezu ausgeschlossen



Reply to: