mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-12 18:00:19 +00:00
20 lines
892 B
Plaintext
20 lines
892 B
Plaintext
export LOG_LEVEL='info'
|
|
export MILTER_SOCKET='inet:4321@127.0.0.1'
|
|
export MILTER_POLICY_FILE='/etc/exota-milter/exota-milter-policy.json'
|
|
export MILTER_DKIM_ENABLED='True'
|
|
export MILTER_DKIM_ALIGNMENT_REQUIRED='True'
|
|
export MILTER_TRUSTED_AUTHSERVID='DKIMAuthservID'
|
|
export MILTER_X509_ENABLED='True'
|
|
export MILTER_X509_TRUSTED_CN='mail.protection.outlook.com'
|
|
export MILTER_X509_IP_WHITELIST='127.0.0.1,::1'
|
|
export MILTER_ADD_HEADER='True'
|
|
export MILTER_AUTHSERVID='some-auth-serv-id'
|
|
#export MILTER_REJECT_MESSAGE='Security policy violation!!'
|
|
|
|
# LDAP integration
|
|
#export MILTER_POLICY_SOURCE=ldap
|
|
#export MILTER_LDAP_SERVER_URI=ldaps://your.ldap.server
|
|
#export MILTER_LDAP_SEARCH_BASE=ou=your-customer-domains,dc=example,dc=org
|
|
#export MILTER_LDAP_QUERY='(domainNameAttr=%d)'
|
|
#export MILTER_LDAP_BINDDN=uid=exota-milter,ou=apps,dc=example,dc=org
|
|
#export MILTER_LDAP_BINDPW='$uPer§ecRet1!' |