Disable Postfix parameter 'sender_dependent_relayhost_maps' while integrating with Active Directory.

This commit is contained in:
Zhang Huangbin 2016-06-17 23:34:04 +08:00
parent c0f11906c5
commit ffc369afde
2 changed files with 2 additions and 0 deletions

View File

@ -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`:

View File

@ -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=''
</code></pre>
<p>Add your mail domain name in <code>smtpd_sasl_local_domain</code> and <code>virtual_mailbox_domains</code>:</p>