From ffc369afdee3c1bfbccb44e7affef952dc8fc139 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 17 Jun 2016 23:34:04 +0800 Subject: [PATCH] Disable Postfix parameter 'sender_dependent_relayhost_maps' while integrating with Active Directory. --- en_US/integrations/active.directory.md | 1 + html/active.directory.html | 1 + 2 files changed, 2 insertions(+) diff --git a/en_US/integrations/active.directory.md b/en_US/integrations/active.directory.md index 1b6b10bf..28b23841 100644 --- a/en_US/integrations/active.directory.md +++ b/en_US/integrations/active.directory.md @@ -96,6 +96,7 @@ postconf -e sender_bcc_maps='' postconf -e recipient_bcc_maps='' postconf -e relay_domains='' postconf -e relay_recipient_maps='' +postconf -e sender_dependent_relayhost_maps='' ``` Add your mail domain name in `smtpd_sasl_local_domain` and `virtual_mailbox_domains`: diff --git a/html/active.directory.html b/html/active.directory.html index 336a8d96..e8b3c772 100644 --- a/html/active.directory.html +++ b/html/active.directory.html @@ -126,6 +126,7 @@ postconf -e sender_bcc_maps='' postconf -e recipient_bcc_maps='' postconf -e relay_domains='' postconf -e relay_recipient_maps='' +postconf -e sender_dependent_relayhost_maps=''

Add your mail domain name in smtpd_sasl_local_domain and virtual_mailbox_domains: