Updated the documentation
This commit is contained in:
parent
24d2f50c11
commit
5641a598b4
28
README.md
28
README.md
|
@ -213,16 +213,34 @@ Otherwise, `iptables` won't be able to ban IPs.
|
||||||
- **empty** => postmaster@domain.com
|
- **empty** => postmaster@domain.com
|
||||||
- => Specify the postmaster address
|
- => Specify the postmaster address
|
||||||
|
|
||||||
##### ENABLE_SASLAUTHD
|
|
||||||
|
|
||||||
- **0** => `saslauthd` is disabled
|
|
||||||
- 1 => `saslauthd` is enabled
|
|
||||||
|
|
||||||
#### ENABLE_POSTGREY
|
#### ENABLE_POSTGREY
|
||||||
|
|
||||||
- **0** => `postgrey` is disabled
|
- **0** => `postgrey` is disabled
|
||||||
- 1 => `postgrey` is enabled
|
- 1 => `postgrey` is enabled
|
||||||
|
|
||||||
|
##### POSTGREY_DELAY
|
||||||
|
|
||||||
|
- **300** => greylist for N seconds
|
||||||
|
|
||||||
|
Note: This postgrey setting needs `ENABLE_POSTGREY=1`
|
||||||
|
|
||||||
|
##### POSTGREY_MAX_AGE
|
||||||
|
|
||||||
|
- **35** => delete entries older than N days since the last time that they have been seen
|
||||||
|
|
||||||
|
Note: This postgrey setting needs `ENABLE_POSTGREY=1`
|
||||||
|
|
||||||
|
##### POSTGREY_TEXT
|
||||||
|
|
||||||
|
- **Delayed by postgrey** => response when a mail is greylisted
|
||||||
|
|
||||||
|
Note: This postgrey setting needs `ENABLE_POSTGREY=1`
|
||||||
|
|
||||||
|
##### ENABLE_SASLAUTHD
|
||||||
|
|
||||||
|
- **0** => `saslauthd` is disabled
|
||||||
|
- 1 => `saslauthd` is enabled
|
||||||
|
|
||||||
##### SASLAUTHD_MECHANISMS
|
##### SASLAUTHD_MECHANISMS
|
||||||
|
|
||||||
- empty => pam
|
- empty => pam
|
||||||
|
|
Loading…
Reference in New Issue