Änderung des Relay-Hosts

Änderung des Relay-Hosts

Ich habe example.com so konfiguriert, dass es das Relay von mailjet.com verwendet, und auch die damit verbundenen E-Mails wie[email geschützt]würde dies mögen[email geschützt]ein anderes Relay zu verwenden, nämlich smtp-int.xyz.com, das grundsätzlich intern in meinem Unternehmen geroutet wird. Alles, was an @xyz.com gesendet wird, wird über smtp-int.xyz.com geroutet. Ist das möglich? Ich habe versucht, den Eintrag von[email geschützt]in /etc/postfix/senders_relay und Postfix neu geladen, aber es hat nicht geholfen.... Ich habe auch versucht, dies in /etc/postfix/transport hinzuzufügen und das hat auch nicht geholfen.... vielleicht mache ich etwas falsch....

/etc/postfix/sender_relay
@example.com    in-v3.mailjet.com

/etc/postfix/transport
xyz.com           smtp:smtp-int.xyz.com
example.com    smtp:in-v3.mailjet.com

/etc/postfix/main.cf
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
smtp_sender_dependent_authentication = yes
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
compatibility_level = 2
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = $myhostname, mca-xyz.com, localhost
myhostname = mca-xyz.com
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_security_options = noanonymous
smtp_sender_dependent_authentication = yes
smtp_tls_CApath = /etc/ssl/certs
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_sender_restrictions = check_sender_access regexp:/etc/postfix/allowed_senders
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_security_level = may
transport_maps = regexp:/etc/postfix/discard

einige Protokolle: 16. Nov 05:06:27 mca-xyz.com Postfix/Bereinigung[557307]: 7FB925F925: Warnung: Header Betreff: Wildfly AS DOPS (mca04.xyz.com) Neustart OK von mca04.xyz.com[xxx.xx.xx.xxx];[email geschützt] [email geschützt]proto=SMTP helo=<mca04.xyz.com> Nov 16 05:06:27 mca-xyz.com postfix/smtp[557560]: 7FB925F925:[email geschützt],relay=in.mailjet.com[xxx.xxx.xx.xx]:25, Verzögerung=0,26, Verzögerungen=0,01/0/0,17/0,08, dsn=2.0.0, Status=gesendet (250 OK in die Warteschlange gestellt als 5bd486ec-8825-4d16-ad5f-71f18603b431)

verwandte Informationen