diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md b/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md index 79932ea2..25076eb0 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md @@ -89,3 +89,24 @@ command below: ``` chmod +r /etc/mail/mailer.conf ``` + +### OpenBSD: Fixed: Not open port 25 in firewall rule + +> This is applicable to only OpenBSD. + +The sample PF firewall rule shipped in iRedMail-0.9.3 doesn't enable port 25 +by default, please add service name `smtp` in `mail_services=` manually, then +reload pf rules. + +* Add service name `smtp` in parameter `mail_services=` in `/etc/pf.conf`: + +``` +mail_services="{ ... smtp}" +``` + +* Reload pf firewall: + +``` +# pfctl -d +# pfctl -ef /etc/pf.conf +``` diff --git a/html/upgrade.iredmail.0.9.3-0.9.4.html b/html/upgrade.iredmail.0.9.3-0.9.4.html index 7f11e699..63504660 100644 --- a/html/upgrade.iredmail.0.9.3-0.9.4.html +++ b/html/upgrade.iredmail.0.9.3-0.9.4.html @@ -22,6 +22,7 @@
  • Upgrade Roundcube webmail to the latest stable release
  • Fixed: No daily cron job to backup SQL/LDAP database
  • FreeBSD: Fix incorrect file permission of /etc/mail/mailer.conf
  • +
  • OpenBSD: Fixed: Not open port 25 in firewall rule
  • @@ -103,6 +104,26 @@ Please add them manually with command crontab -e -u root.

    installation, but it should be world-readable. Please fix this issue with command below:

    chmod +r /etc/mail/mailer.conf
    +
    + +

    OpenBSD: Fixed: Not open port 25 in firewall rule

    +
    +

    This is applicable to only OpenBSD.

    +
    +

    The sample PF firewall rule shipped in iRedMail-0.9.3 doesn't enable port 25 +by default, please add service name smtp in mail_services= manually, then +reload pf rules.

    + +
    mail_services="{ ... smtp}"
    +
    + + +
    # pfctl -d
    +# pfctl -ef /etc/pf.conf
     

    All documents are available in BitBucket repository, and published under Creative Commons license. If you found something wrong, please do contact us to fix it.