IRedMail/FAQ/Enable.Disable.Greylisting
From iRedMail
(Difference between revisions)
Shake.chen (Talk | contribs) (Created page with 'iRedMail Greylist feature provided by Postfix-Policyd, so we need edit the Postfix-policyd config files On RHEL/CentOS, config file is /etc/postfix-policyd.conf, on Debian/Ubunt…') |
|||
| (4 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | iRedMail | + | iRedMail provides greylisting features with Policyd (v1.8.x), it's a spam killer and recommended to keep it running. |
| + | |||
| + | But if you want to disable greylisting for some reason, please modify policyd config file. | ||
On RHEL/CentOS, config file is /etc/postfix-policyd.conf, on Debian/Ubuntu, it's /etc/postfix-policyd.conf, On FreeBSD, it's /usr/local/etc/postfix-policyd.conf. | On RHEL/CentOS, config file is /etc/postfix-policyd.conf, on Debian/Ubuntu, it's /etc/postfix-policyd.conf, On FreeBSD, it's /usr/local/etc/postfix-policyd.conf. | ||
| - | {{cfg| | + | {{cfg|policyd.conf|<pre> |
# 1=on 0=off | # 1=on 0=off | ||
GREYLISTING=1 | GREYLISTING=1 | ||
</pre>}} | </pre>}} | ||
| - | To disable | + | To disable greylisting, set value to '''0'''. |
| + | |||
| + | Restarting policyd is required: | ||
| + | {{cmd|<pre> | ||
| + | # | ||
| + | # ---- On RHEL/CentOS ---- | ||
| + | # | ||
| + | # /etc/init.d/policyd restart | ||
| + | |||
| + | # | ||
| + | # ---- On Debian/Ubuntu ---- | ||
| + | # | ||
| + | # /etc/init.d/postfix-policyd restart | ||
| + | </pre>}} | ||
| + | |||
| + | References: | ||
| + | * Policyd: http://policyd.org/ | ||
| + | * Greylisting: http://greylisting.org/ | ||
| - | + | [[Category: iRedMail/FAQ]] | |
| - | + | [[Category: iRedMail]] | |
| + | [[Category: FAQ]] | ||
Current revision as of 00:46, 8 June 2012
iRedMail provides greylisting features with Policyd (v1.8.x), it's a spam killer and recommended to keep it running.
But if you want to disable greylisting for some reason, please modify policyd config file.
On RHEL/CentOS, config file is /etc/postfix-policyd.conf, on Debian/Ubuntu, it's /etc/postfix-policyd.conf, On FreeBSD, it's /usr/local/etc/postfix-policyd.conf.
| File: policyd.conf |
# 1=on 0=off GREYLISTING=1 |
To disable greylisting, set value to 0.
Restarting policyd is required:
| Terminal: |
# # ---- On RHEL/CentOS ---- # # /etc/init.d/policyd restart # # ---- On Debian/Ubuntu ---- # # /etc/init.d/postfix-policyd restart |
References:
- Policyd: http://policyd.org/
- Greylisting: http://greylisting.org/
