summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/network/drakfirewall.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index df52c09..b41428d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- drakfirewall: open submission port (587/tcp, RFC4409) when a mail
+ server is available
+
2.12
- do not write NM_CONTROLLED flag in configs if it's not been explicitly set.
This allows, e.g. NM to run on gnome live CD/DVDs. Drak tools will still
diff --git a/lib/network/drakfirewall.pm b/lib/network/drakfirewall.pm
index 749ca8a..42d468f 100644
--- a/lib/network/drakfirewall.pm
+++ b/lib/network/drakfirewall.pm
@@ -39,7 +39,7 @@ my @all_servers =
{
name => N_("Mail Server"),
pkg => 'sendmail postfix qmail exim',
- ports => '25/tcp 465/tcp',
+ ports => '25/tcp 465/tcp 587/tcp',
},
{
name => N_("POP and IMAP Server"),