diff options
Diffstat (limited to 'conf/templates/resmgr.conf.template')
-rw-r--r-- | conf/templates/resmgr.conf.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/templates/resmgr.conf.template b/conf/templates/resmgr.conf.template index fde8c2c..a6ce29c 100644 --- a/conf/templates/resmgr.conf.template +++ b/conf/templates/resmgr.conf.template @@ -21,6 +21,9 @@ $params['append_domains'] = false; // that origins on this server? $params['verify_from_header'] = true; +// Should the Sender: header be used over From: if present? +$params['allow_sender_header'] = true; + // Should we perform this check on mail from our // subdomains too? $params['verify_subdomains'] = true; |