PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Postfix empfängt keine Mails mehr



Azurea
23.02.10, 00:42
Hallo,

Seit dem Update auf OpenSUSE 11.2 (von 10.3) habe ich ein Problem mit Postfix. E-Mails an E-Mail Adressen die auf dem Server sind werden vom Server nicht angenommen. Es kommt immer gleich ein "Delivery Notification: Delivery has failed" zurück.

Kann mir vielleicht einer sagen wie ich das Problem lösen kann?

Danke! :)

Der Fehler im mail-log:


postfix/smtpd[13103]: connect from psmtp31.wxs.nl[195.121.247.33]
postfix/smtpd[13103]: NOQUEUE: reject: RCPT from psmtp31.wxs.nl[195.121.247.33]: 554 5.7.1 <info@domainaufdemserver.de>: Relay access denied; from=<info@anderemail.de> to=<info@domainaufdemserver.de> proto=ESMTP helo=<psmtp31.wxs.nl>
postfix/smtpd[13103]: disconnect from psmtp31.wxs.nl[195.121.247.33]


Hier die main.cf:


queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 550
relay_domains = $mydestination, hash:/etc/postfix/relay


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
html_directory = /usr/share/doc/packages/postfix-doc/html
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix-doc/samples
readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES
inet_protocols = ipv4
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
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
myhostname = server1.server.de
program_directory = /usr/lib/postfix
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
mynetworks_style = subnet
disable_dns_lookups = no
relayhost =
mailbox_command =
mailbox_transport =
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
disable_vrfy_command = yes
smtpd_delay_reject = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
inet_interfaces = all
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_alias_domains = hash:/etc/postfix/virtual
delay_warning_time = 1h
message_strip_characters = \0
content_filter =

buffoon
25.02.10, 15:59
Hallo,

Relay Access Denied kommt normal nur wenn sich der Server für die Domäne nicht zuständig fühlt. Überprüf doch mal ob $mydestination oder in der Datei /etc/postfix/relay alles passt (und wie du hoffentlich schon weißt ein postmap /etc/postfix/relay machen falls du dort was änderst).

mfg,
buffoon