From: Mark Wooding Date: Mon, 17 Jan 2011 15:31:07 +0000 (+0000) Subject: metalzone: Allow incoming `submission' connections. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/77e84a029d77f4bc169f90fd888342762f5af0e5 metalzone: Allow incoming `submission' connections. Like SMTP, but allows authenticated users to send mail anywhere. Useful for mobile devices. --- diff --git a/metalzone.m4 b/metalzone.m4 index c9a3573..3d6129a 100644 --- a/metalzone.m4 +++ b/metalzone.m4 @@ -42,7 +42,7 @@ m4_divert(82)m4_dnl allowservices inbound tcp \ finger ident \ ssh \ - smtp \ + smtp submission \ gnutella_svc \ ftp ftp_data \ rsync \ diff --git a/numbers.m4 b/numbers.m4 index 18ab046..241e774 100644 --- a/numbers.m4 +++ b/numbers.m4 @@ -37,6 +37,7 @@ defport http 80 defport ident 113 defport https 443 defport syslog 514 # UDP only! +defport submission 587 defport rsync 873 defport imaps 993 defport squid 3128