IRedMail/FAQ/Enable.Disable.Greylisting
From iRedMail
(Difference between revisions)
Shake.chen (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| - | iRedMail | + | iRedMail provides greylisting features with Policyd (v1.8.x), to enable or disable greylisting, you should 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>}} | ||
| + | |||
| + | [[Category: iRedMail/FAQ]] | ||
Revision as of 16:02, 10 June 2010
iRedMail provides greylisting features with Policyd (v1.8.x), to enable or disable greylisting, you should 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 |
