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:

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