Igor1312
New Member
Hi,
ich bekomme beim Senden mit SMTP-Authentifizierung Fehler.
Ich habe Postfix mit Webmin konfiguriert und den Standard übernommen.
Das ist die main.cf:
Im mail.err steht
Wenn ich reject_unauth_destination mit aufnehme, steht im mail.err
Bitte Hilfe! Was muss ich tun? Die Hilfe zu Postfix und SASL-Auth (Postfix SASL Howto) ist für mich unverständlich.
Welche Informationen muss ich in diesem Beitrag nennen, damit geholfen werden kann?
Danke.
Tschö,
Igor
ich bekomme beim Senden mit SMTP-Authentifizierung Fehler.
Ich habe Postfix mit Webmin konfiguriert und den Standard übernommen.
Das ist die main.cf:
Code:
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
# TLS parameters
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = india915.server4you.de, istneu.de, localhost.de, localhost
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a $EXTENSION
mailbox_size_limit = 0
recipient_delimiter = +
virtual_alias_maps = hash:/etc/postfix/virtual
broken_sasl_auth_clients = yes
smtpd_delay_reject = no
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated
Im mail.err steht
Code:
Jan 5 11:51:45 istneu postfix/smtpd[7381]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
Wenn ich reject_unauth_destination mit aufnehme, steht im mail.err
Code:
Jan 5 11:54:48 istneu postfix/smtpd[7783]: fatal: no SASL authentication mechanisms
Bitte Hilfe! Was muss ich tun? Die Hilfe zu Postfix und SASL-Auth (Postfix SASL Howto) ist für mich unverständlich.
Welche Informationen muss ich in diesem Beitrag nennen, damit geholfen werden kann?
Danke.
Tschö,
Igor