Exchange - Postfix - Externer Relay

pesensie

New Member
Hallo

Mails vom Exchange werden an Postfix weitergeleitet
Postfix soll anhand vom Absender erkennen welchen Relayhost er verwenden soll

Es funktioniert alles soweit so gut.
Jeder User mit einer gmx.at Adresse melden sich bei mail.gmx.net richtig an und die mails gehen raus
Bei den Domänen 2-4 gehen auch alle Mails raus
Bei jeder Domäne habe ich beim Provider eine emailadresse angelegt die ich als relay auth verwende!
Alle User von zb. der Domäne @domain2.at gehen über smtp.inode.at mit dem am Providerserver angelegten Mailadresse admin@domain2.at hinaus
Funktioniert auch alles

Am Wochenende wollte ich eine weitere Domain hinzufügen und diese funktioniert nicht. Wie gesagt nur bei domain5.at nicht, alles andere funktioniert tadellos. Die Domain5.at hat auch smtp.inode.at

Fehlermeldung mail.log
Code:
Sep 26 12:12:44 ubuntusrv01 postfix/smtpd[18791]: connect from exchange.domain.local[192.168.0.2]
Sep 26 12:12:44 ubuntusrv01 postfix/smtpd[18791]: B2713DFFE1: client=exchange.domain.local[192.168.0.2]
Sep 26 12:12:44 ubuntusrv01 postfix/cleanup[18794]: B2713DFFE1: message-id=<DF0969825BC4E74A84BDD7570E5305E516618716@EXCHANGE.DOMAIN.LOCAL>
Sep 26 12:12:44 ubuntusrv01 postfix/qmgr[18789]: B2713DFFE1: from=<test@domain5.at>, size=1770, nrcpt=1 (queue active)
Sep 26 12:12:44 ubuntusrv01 postfix/smtpd[18791]: disconnect from exchange.domain.local[192.168.0.2]
Sep 26 12:12:44 ubuntusrv01 postfix/smtp[18795]: B2713DFFE1: to=<externe@emailadresse.at>, relay=smtp.inode.at[62.99.194.14]:25, delay=0.2, delays=0.05/0.05/0.06/0.03, dsn=5.0.0, status=bounced ($
Sep 26 12:12:44 ubuntusrv01 postfix/cleanup[18794]: E7BC1DFFE5: message-id=<20110926101244.E7BC1DFFE5@domain1.at>
Sep 26 12:12:44 ubuntusrv01 postfix/qmgr[18789]: E7BC1DFFE5: from=<>, size=3800, nrcpt=1 (queue active)
Sep 26 12:12:44 ubuntusrv01 postfix/bounce[18796]: B2713DFFE1: sender non-delivery notification: E7BC1DFFE5
Sep 26 12:12:44 ubuntusrv01 postfix/qmgr[18789]: B2713DFFE1: removed
Sep 26 12:12:45 ubuntusrv01 postfix/smtp[18797]: E7BC1DFFE5: to=<siegfried@floro.at>, relay=none, delay=0.07, delays=0.01/0.05/0.01/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service $
Sep 26 12:12:45 ubuntusrv01 postfix/qmgr[18789]: E7BC1DFFE5: removed

main.cf
Code:
smtpd_banner = $myhostname ESMTP $mail_name (ubuntu)
biff = no
append_dot_mydomain = no
readme_directory = no
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls = no
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
relay_domains = $mydestination, hash:/etc/postfix/relay
mailbox_command = /usr/bin/procmail
mydomain = domain.local
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = ubuntusrv01, localhost.localdomain, , localhost
relayhost =
relay_domains = $mynetworks
mynetworks = 192.168.0.0/24, 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
smtp_sasl_type = cyrus
smtp_sasl_security_options = noanonymous
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
smtp_tls_enforce_peername = no
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_timeout = 300s
smtpd_hard_error_limit = 20
disable_dns_lookups = no
inet_protocols = ipv4

relay
Code:
gmx.at OK
domain2.at OK
domain3.at OK
domain4.at OK
domain5.at OK

sender_relay
Code:
@gmx.at [mail.gmx.net]
@domain2.at [smtp.inode.at]
@domain3.at [smtp.inode.at]
@domain4.at [smtp.inode.at]
@domain5.at [smtp.inode.at]

smtp_auth
Code:
emailadresse1@gmx.at  emailadresse1@gmx.at:geheimespw1
emailadresse2@gmx.at  emailadresse2@gmx.at:geheimespw2
@domain2.at administrator@domain2.at:geheimespw
@domain3.at administrator@domain3.at:geheimespw
@domain4.at administrator@domain4.at:geheimespw
@domain5.at administrator@domain5.at:geheimespw

lg pesensie
 
Back
Top