ich habe hier schon jede Menge über Postfix in diesem Forum gelesen und auch versucht irgendwie umzusetzen, um mein Problem zu beheben. Bislang ohne Erfolg!
Ich weiß, das Thema wurde hier schon mehrfach angesprochen, aber leider bin ich immer noch zu keiner Lösung gekommen. Vielleicht kann mir jemand von euch helfen, denn ich bin hier schon ziemlich am Verzweifeln.
Mein Problem ist, dass ich über den Emailaccount (auf dem Rootserver liegend) keine Mails per Eudora versenden kann, da folgende Fehlermeldung angezeigt wird:
Can't sent to 'irgendwohin@somewhere.de'. The server gives this reason: '554 <irgendwohin@somewhere.de>: Relay access denied'.
Auszug aus '/var/log/mail' :
Code: Select all
Aug 13 17:53:52 p15132132 postfix/smtpd[15225]: connect from pD9E7CC0F.dip0.t-ipconnect.de[217.231.204.15]
Aug 13 17:53:53 p15132132 postfix/smtpd[15225]: warning: pD9E7CC0F.dip0.t-ipconnect.de[217.231.204.15]: SASL CRAM-MD5 authentication failed
Aug 13 17:53:58 p15132132 postfix/smtpd[15225]: 6513E1180A1: client=pD9E7CC0F.dip0.t-ipconnect.de[217.231.204.15]
Aug 13 17:53:58 p15132132 postfix/smtpd[15225]: reject: RCPT from pD9E7CC0F.dip0.t-ipconnect.de[217.231.204.15]: 554 <irgendwohin@somewhere.de>: Relay access denied; fr
om=<email@myrootserver.de> to=<irgendwohin@somewhere.de>
Aug 13 17:54:03 p15132132 postfix/smtpd[15225]: disconnect from pD9E7CC0F.dip0.t-ipconnect.de[217.231.204.15]Code: Select all
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
smtp inet n - n - - smtpd
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
default_privs = nobody
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 = myrootserver.de
masquerade_exceptions = root
mydestination = $myhostname, localhost.$mydomain, $mydomain, smtp.$mydomain
mydomain = myrootserver.de
myhostname = myrootserver.de
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/sbin/sendmail
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relay_domains = $mydestination
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_enforce_tls = no
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
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
virtual_maps = hash:/etc/postfix/virtual, hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
Das fiese ist, mit Outlook Express geht es. Ich verstehe nicht, warum es mit Eudora nicht geht. Die Einstellungen von Eudora sind korrekt, da bin ich mir ziemlich sicher!
Irgendwas scheint da mit der Authentifikation mittels CRAM-MD5 nicht hinzuhauen... Aber warum und wieso :?:
Gruß, der leicht entnervte Sigma :(