Ich habe hier ein kleines Problem. Ich habe bei mir (Suse Linux 8.1) Postfix und cyrus-sasl 1.5.27 installiert. Hab als Vorgabe ein anderen Server mit der gleichen Konfiguration genutzt, bei dem es auch so weit läuft. Nur der andere Server macht mir Kopfschmerzen. Mailempfang klappt wunderbar, jedoch kann ich keine E-Mails mit smtp auth versenden und erhalte nur ein
535 Error: authentication failed
über Outlook. In den Logs erhalte ich diese Fehlermeldung:
aMy 31 21:46:41 t14 last message repeated 3 times
May 31 21:47:04 t14 smtpd[26523]: warning: pD9E7FD15.dip.t-dialin.net[217.231.253.21]: SASL LOGIN authentication failed
Habe ich irgendwas bei der Installation übersehen, weiss wer Rat?
*EDIT*
Hier gibs zwar noch andere Beiträge, aber irgendwie bringt der mir nicht weiter: http://www.rootforum.org/forum/viewtopi ... ion+failed und http://www.rootforum.org/forum/viewtopi ... ion+failed
Postfix und SASL LOGIN Problem
-
evoluzzer
- Posts: 90
- Joined: 2002-09-08 19:33
- Location: www.internetists.de/index.php?s=14
- Contact:
Re: Postfix und SASL LOGIN Problem
kommt das nur in Verbindung mit Outlook vor? Da gibts einen Konfigschllüssel für Postfix...... irgendetwas mit broken....sasl....aber steth bestimmt im Handbuch
Gruss Christoph
Gruss Christoph
Re: Postfix und SASL LOGIN Problem
Der Schalten heißt brocken_sasl_auth_clients = yes.
Re: Postfix und SASL LOGIN Problem
Wenn man den spätabendlichen rechtschreibfeheler noch ausbessert stimmtsduergner wrote:Der Schalten heißt brocken_sasl_auth_clients = yes.
Code: Select all
broken_sasl_auth_clients = yesGruß Christian
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
Re: Postfix und SASL LOGIN Problem
Hmm ich sollte vielleicht doch mal wieder etwas mehr schlafen oder einfach Copy & Paste machen. :lol:
Re: Postfix und SASL LOGIN Problem
jo, ist eigentlich soweit eingestellt. Hier mal der Auszug aus der main.cf
Code: Select all
#soft_bounce = no
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
#default_privs = nobody
unknown_local_recipient_reject_code = 450
mynetworks_style = host
#in_flow_delay = 1s
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual, hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command =
mailbox_transport =
smtpd_sender_restrictions = hash:/etc/postfix/access
#smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
maps_rbl_domains = sbl.spamhaus.org, relays.ordb.org, unconfirmed.dsbl.org, relays.mail-abuse.org
reject_rbl_client = bl.spamcop.net, sbl.spamhaus.org, relays.ordb.org
smtp_sasl_auth_enable = no
#smtpd_sasl_auth_enable = no
smtpd_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 51200000
message_size_limit = 10240000
#####
#smtpd_sender_restrictions = permit_sasl_authenticated
smtpd_client_restrictions =
#smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_maps_rbl, reject_unauth_destination
##smtpd auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
#smtpd_sasl_local_domain = $myhostname, hash:/etc/postfix/localDomains
##Spam Checks
header_checks = pcre:/etc/postfix/header_checks
body_checks = pcre:/etc/postfix/body_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
#TLS Support
#smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
#smtpd_tls_key_file = /etc/postfix/key.pem
#smtpd_tls_cert_file = /etc/postfix/cert.pem
##der folgende eintrag muss draussen bleiben
#smtpd_tls_CAfile = /etc/postfix/cacert.pem
#smtpd_tls_loglevel = 1
#smtpd_tls_received_header = yes
#smtpd_tls_session_cache_timeout = 3600s
#tls_random_source = dev:/dev/urandom
smtpd_sasl_local_domain = t14
myhostname = t14.xxxxxx.de