You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Add environment variable to allow for customizing postsrsd's SRS_EXCLUDE_DOMAINS setting (#849, #842)
This commit is contained in:
committed by
Johan Smits
parent
5e09074d58
commit
eb20722b80
@ -486,3 +486,9 @@ Note: This postgrey setting needs `ENABLE_POSTGREY=1`
|
||||
- **empty** => No sasl_passwd will be created
|
||||
- string => `/etc/postfix/sasl_passwd` will be created with the string as password
|
||||
|
||||
## SRS (Sender Rewriting Scheme)
|
||||
|
||||
##### SRS_EXCLUDE_DOMAINS
|
||||
|
||||
- **empty** => Envelope sender will be rewritten for all domains
|
||||
- provide comma seperated list of domains to exclude from rewriting
|
||||
|
Reference in New Issue
Block a user