Postfix zur Weiterleitung für Domäne

Patrick Ben Koetter p at sys4.de
Di Mär 22 17:23:23 CET 2016


* Robert Secon <postfixbuch-users at listen.jpberlin.de>:
> Domänen:
> domain1.de
> mydomain.de
> 
> Postfix Server: mail.mydomain.de
> interner Server (Port 25 gesperrt, aber für Host mail.mydomain.de alles auf
> der Firewall geöffnet): server1.domain1.de
> 
> MX Eintrag für domain1.de: mail.mydomain.de
> 
> mail.mydomain.de soll Mails von domain1 entgegennehmen und an server1 (einem
> Exchange Serer) an einen bestimmten Port (8080) weiterleiten, da Port 25 vom
> ISP gesperrt wurde.
> 
> Postconf -n
> 
> alias_database = hash:/etc/aliases
> alias_maps = hash:/etc/aliases
> append_dot_mydomain = no
> biff = no
> broken_sasl_auth_clients = yes
> config_directory = /etc/postfix
> home_mailbox = Maildir/
> inet_interfaces = all
> mailbox_size_limit = 0
> mydestination = $myhostname, localhost.localdomain, localhost
> myhostname = mail. mydomain.de
> mynetworks = server1_ip/32 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
> myorigin = /etc/mailname
> readme_directory = no
> recipient_delimiter = +
> relay_domains = hash:/etc/postfix/relay_domains
> relayhost =
> smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
> smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
> smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated
> reject_unverified_recipient
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_path = private/auth
> smtpd_sasl_security_options = noanonymous, noplaintext
> smtpd_sasl_tls_security_options = noanonymous
> smtpd_sasl_type = dovecot
> smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
> smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
> smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
> smtpd_use_tls = yes
> transport_maps = hash:/etc/postfix/transport
> unverified_recipient_reject_code = 577
> 
> relay_domains:
> domain1.de    lmtp:[127.0.0.1]

Vereinfache bitte mal wie folgt:

/etc/postfix/relay_domains:

domain1.de          OK

Dann "postmap hash:/etc/postfix/relay_domains" und ein "postfix reload"
hinterher.

> transport:
> .domain1.de	smtp:[server1_ip]:8080


Verstehe ich das richtig? Du willst domain1.de lokal ablegen (per lmtp), aber
aller Subdomains von .domain1.de zum Exchange routen, ja?

Was sagt denn das hier:

$ postconf -d parent_domain_matches_subdomains

p at rick


-- 
[*] sys4 AG
 
https://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
 
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
 



Mehr Informationen über die Mailingliste Postfixbuch-users