[geloest] Postfix - warning: SASL authentication failure: No worthy mechs found

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Antworten
ds2k4
Beiträge: 25
Registriert: 31.10.2004 12:44:04

[geloest] Postfix - warning: SASL authentication failure: No worthy mechs found

Beitrag von ds2k4 » 08.11.2022 07:23:35

Hallo,
ich hab ein mail Konto bei eclipso.de.
Das ich nutzen will um Fehler per eMail geschickt zu bekommen.

Debian 11.5
Postfix: 3.5.13
libsasl2-modules: 2.1.27

Bekomme beim versuch eine mail zu senden mit: mail abc@gmx.de

in der /var/log/mail.log den Fehler:

Code: Alles auswählen

warning: SASL authentication failure: No worthy mechs found
status=deferred (SASL authentication failed; cannot authenticate to server mail.eclipso.de[217.69.254.104]: no mechanism available)
Was mach ich da falsch ?


/etc/postfix/main.cf

Code: Alles auswählen

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
compatibility_level = 2
inet_interfaces = all
inet_protocols = ipv4
mailbox_size_limit = 0
mydestination = $myhostname, debian-srv, localhost.localdomain, localhost
myhostname = debian-srv
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
readme_directory = no
recipient_delimiter = +
relayhost = mail.eclipso.de:587
sender_canonical_maps = hash:/etc/postfix/sender_canonical
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_security_options = noplaintext noanonymous
smtp_tls_CApath = /etc/ssl/certs
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_security_level = may

/etc/postfix/sasl_password

Code: Alles auswählen

mail.eclipso.de mailaddr@eclipso.de:password


/etc/postfix/sender_canonical

Code: Alles auswählen

root mailaddr@eclipso.de
postmap hash:/etc/postfix/sasl_password
postmap /etc/postfix/sender_canonical



# postconf -A
cyrus
Zuletzt geändert von ds2k4 am 08.11.2022 12:31:24, insgesamt 1-mal geändert.

Benutzeravatar
oln
Beiträge: 487
Registriert: 05.01.2021 09:41:24

Re: Postfix - warning: SASL authentication failure: No worthy mechs found

Beitrag von oln » 08.11.2022 08:59:17

Moin,
du bekommst in den Logs bestimmt vorher noch einen Fehler über ungültige Zertifikate. Das ist dein Problem. Was später kommt, sind nur Folgefehler.
Gruß Ole
AbuseIPDB

ds2k4
Beiträge: 25
Registriert: 31.10.2004 12:44:04

Re: Postfix - warning: SASL authentication failure: No worthy mechs found

Beitrag von ds2k4 » 08.11.2022 09:32:15

@oln

>du bekommst in den Logs bestimmt vorher noch einen Fehler über ungültige Zertifikate. Das ist dein Problem. Was später kommt, sind nur Folgefehler.

nein


es sieht so aus als ob es so geht:

smtp_sasl_security_options = noanonymous

Antworten