From 77e84a029d77f4bc169f90fd888342762f5af0e5 Mon Sep 17 00:00:00 2001 Message-Id: <77e84a029d77f4bc169f90fd888342762f5af0e5.1717674546.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 17 Jan 2011 15:31:07 +0000 Subject: [PATCH] metalzone: Allow incoming `submission' connections. Organization: Straylight/Edgeware From: Mark Wooding Like SMTP, but allows authenticated users to send mail anywhere. Useful for mobile devices. --- metalzone.m4 | 2 +- numbers.m4 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- [mdw]