554 5.4.6 Relaying denied

MFromH

Registered User
Hallo Forum,

mein System: dedizierter Strato-Server mit Plesk 9.2.1 auf openSUSE 11.0, Postfix-SMTP-Server.

Beim Versand eines E-Mails an mehrere Empfänger erhalte ich folgende Admin-Error-E-Mail:
Code:
*** MAIL DELIVERY FAILURE REPORT ***
The original message was received at Wed, 15 Jul 2009 13:17:14 +0200 from host [87.162.222.2] (helo=meinComputer).
From: "MFromH" <[email protected]>
Subject: My Subject
Mail delivery to the following recipient has finally failed:
postmaster@localhost
   Last reason: 554 5.4.6 Routing loop detected
   Explanation: Relaying denied - MX has unroutable IP address [127.*.*.*]
   Final attempt was: Wed, 15 Jul 2009 13:18:40 +0200 (MEST)
   Transcript of session:
   ... while talking to localhost:
   >>> CONNECT localhost [127.0.0.1]
   <<< 554 5.4.6 Relaying denied - MX has unroutable IP address [127.*.*.*]
Meine mail.cf sieht so aus:
Code:
/etc/postfix/main.cf

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 550
debug_peer_level = 2
debugger_command =
	 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
	 ddd $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/html
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_maps = hash:/etc/postfix/virtual, hash:/var/spool/postfix/plesk/virtual
virtual_alias_domains = hash:/etc/postfix/virtual, hash:/var/spool/postfix/plesk/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport, hash:/var/spool/postfix/plesk/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = 1234567.stratoserver.net
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains = 
mydestination = localhost.$mydomain, localhost, localhost.localdomain
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, check_sender_access hash:/var/spool/postfix/plesk/blacklists
smtpd_client_restrictions = 
smtpd_helo_required = no
smtpd_helo_restrictions = 
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = yes
smtpd_use_tls = yes
smtp_use_tls = no
alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
mailbox_size_limit = 0
message_size_limit = 2048000000
virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
virtual_mailbox_maps = hash:/var/spool/postfix/plesk/vmailbox
smtpd_tls_cert_file = /etc/postfix/postfix_default.pem
smtpd_tls_key_file = $smtpd_tls_cert_file
smtpd_tls_security_level = may
smtp_tls_security_level = may
smtp_send_xforward_command = yes
smtpd_authorized_xforward_hosts = 127.0.0.0/8
virtual_mailbox_base = /var/qmail/mailnames
virtual_uid_maps = static:110
virtual_gid_maps = static:30
virtual_transport = plesk_virtual
plesk_virtual_destination_recipient_limit = 1
Hat jemand eine Idee, woher die Fehlermeldung stammt?

--
Viele Grüße aus Hannover
MFromH
 
Im Allgemeinen geben die Logdatei-Einträge von Postfix bessere Hinweise als die generierten Mails. Vielleicht reicht das ja dann schon als Hinweis.
Ansonsten könntest Du mal nachschauen, was in Den Transportmaps (/etc/postfix/transport und /var/spool/postfix/plesk/transport) steht.
 
Back
Top