Hallo zusammen,
ich habe einen neuen Postfix auf SuSE 12.2 aufgesetzt, der als Relay-Server für Exchange arbeiten soll. Der Postfix-Server steht in einer DMZ und soll Mails die von außen kommen, an Exchange im internen Netz weiterleiten. Mail aus dem internen Netz werden an Postfix geleitet und dann nach extern zugestellt. Mails von intern nach extern werden normal zugestellt. Mails von extern nach intern werden Rejected. Folgende auffälligkeiten (fett markiert) werden im Mail-Log aufgezeichnet: Feb 23 13:22:49 mail postfix/cleanup[13023]: EE3AA2C443A: message-id=<trinity-f53b3f71-0267-4e0a-a982-63921fda94d7-1361622167031@3capp-webde-bs03> Feb 23 13:22:49 mail postfix/qmgr[12363]: EE3AA2C443A: from=<[email protected]>, size=2917, nrcpt=1 (queue active) Feb 23 13:22:49 mail postfix/smtpd[13019]: disconnect from mout.web.de[212.227.15.3] Feb 23 13:22:52 mail postfix/smtpd[13027]: connect from localhost[127.0.0.1] Feb 23 13:22:52 mail postfix/smtpd[13027]: 99AFF2C4481: client=localhost[127.0.0.1] Feb 23 13:22:52 mail postfix/cleanup[13023]: 99AFF2C4481: message-id=<trinity-f53b3f71-0267-4e0a-a982-63921fda94d7-1361622167031@3capp-webde-bs03> Feb 23 13:22:52 mail postfix/qmgr[12363]: 99AFF2C4481: from=<[email protected]>, size=3346, nrcpt=1 (queue active) Feb 23 13:22:52 mail postfix/smtpd[13027]: disconnect from localhost[127.0.0.1] Feb 23 13:22:52 mail amavis[1695]: (01695-13) Passed CLEAN {RelayedOpenRelay}, [212.227.15.3]:61646 [80.153.146.42] <[email protected]> -> <[email protected]>, Queue-ID: EE3AA2C443A, Message-ID: <trinity-f53b3f71-0267-4e0a-a982-63921fda94d7-1361622167031@3capp-webde-bs03>, mail_id: sCxJxNVL1yHu, Hits: 1.097, size: 2916, queued_as: 99AFF2C4481, 3623 ms Feb 23 13:22:52 mail postfix/smtp[13024]: EE3AA2C443A: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=3.8, delays=0.16/0.01/0.01/3.6, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 99AFF2C4481) Feb 23 13:22:52 mail postfix/qmgr[12363]: EE3AA2C443A: removed Feb 23 13:22:52 mail postfix/smtpd[13019]: connect from unknown[192.168.2.1] Feb 23 13:22:52 mail postfix/smtp[13028]: warning: host service.stb-mitzel.de[80.153.146.42]:25 greeted me with my own hostname mail.site Feb 23 13:22:52 mail postfix/smtp[13028]: warning: host service.stb-mitzel.de[80.153.146.42]:25 replied to HELO/EHLO with my own hostname mail.site Bei meinem zur Zeit noch aktiven Postfix tritt dieses Problem nicht auf. Auf dem neuen Server wurde lediglich noch AMAVISnew mit ClamAV eingebunden. Nachfolgend die Einstellungen der main.cf: alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix content_filter = amavis:[127.0.0.1]:10024 daemon_directory = /usr/lib/postfix data_directory = /var/lib/postfix debug_peer_level = 2 defer_transports = delay_warning_time = 1h disable_dns_lookups = no disable_mime_output_conversion = no html_directory = /usr/share/doc/packages/postfix-doc/html inet_interfaces = all inet_protocols = all mail_owner = postfix mail_spool_directory = /var/mail mailbox_command = mailbox_size_limit = 0 mailbox_transport = mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root message_size_limit = 10240000 mydestination = $myhostname, localhost.$mydomain myhostname = mail.site mynetworks = 127.0.0.0/8 192.168.2.0/24 192.168.10.0/24 mynetworks_style = subnet newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix-doc/README_FILES relay_domains = hash:/etc/postfix/relay_domains relay_recipient_maps = hash:/etc/postfix/relay_recipients relayhost = relocated_maps = hash:/etc/postfix/relocated sample_directory = /usr/share/doc/packages/postfix-doc/samples sender_canonical_maps = hash:/etc/postfix/sender_canonical sendmail_path = /usr/sbin/sendmail setgid_group = maildrop smtp_sasl_auth_enable = no smtp_sasl_password_maps = smtp_sasl_security_options = smtp_use_tls = no smtpd_client_restrictions = smtpd_helo_required = no smtpd_helo_restrictions = smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination smtpd_sasl_auth_enable = no smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_use_tls = no strict_8bitmime = no strict_rfc821_envelopes = no transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 Ich würde mich freuen, wenn jemand einen Lösungsvorschlag hätte. Ich komme da im Moment nicht weiter. Es kann eigentlich nur eine Kleinigkeit falsch sein. Mit meinem alten Postfix, hat es mit fast identischer Konfiguration immerhin Jahrelang funktioniert und tut es immer noch. Wenn noch weitere Informationen nötig sein sollten, bitte eine Mail schreiben. Gruß Karlheinz
_______________________________________________ postfix-users mailing list [email protected] http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
