Enable postscreen service

WARNING: With postscreen service enabled, your users must use port 587 to send email, port 25 will be used by postscreen service instead of normal smtp service.

Enable postscreen service

iRedMail ships a script to enable postscreen. You can enable it with steps below:

  1. Download script enable_postscreen.sh from iRedMail source code repository.
  2. Upload this script to your iRedMail server, then execute it to enable postscreen service:
# bash enable_postscreen.sh

That's all.

Important notes:

Disable postscreen service

If your iRedMail already have postscreen service enabled, it's easy to disable it by following steps below.

#smtp      inet  n       -       -       -       -       smtpd
smtp      inet  n       -       -       -       1       postscreen
smtpd     pass  -       -       n       -       -       smtpd
smtp      inet  n       -       -       -       -       smtpd
#smtp      inet  n       -       -       -       1       postscreen
#smtpd     pass  -       -       n       -       -       smtpd

See Also

If you don't want to use postscreen service, you can enable DNSBL service instead, it helps a lot too, but less effective than postscreen service.

References