summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-13 13:55:58 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-13 13:55:58 +0000
commit144f77f4b60003f1404c03ede7c5e9d9ab7990ef (patch)
tree62d9a710f47b32872375690fcbd777641d9ea97c /gnu/usr.sbin/sendmail
parente65690a26af8f193a0f6561815c1b9504910dd7e (diff)
Bind MSA port to localhost as well; noted by fgs@
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc b/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc
index f0882299e54..2b5919fbaf5 100644
--- a/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc
+++ b/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc
@@ -18,13 +18,16 @@ divert(-1)
#
divert(0)dnl
-VERSIONID(`@(#)openbsd-localhost.mc $Revision: 1.1 $')
+VERSIONID(`@(#)openbsd-localhost.mc $Revision: 1.2 $')
OSTYPE(openbsd)
FEATURE(nouucp, `reject')
+FEATURE(`no_default_msa')
MAILER(local)
MAILER(smtp)
DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Name=MTA')dnl
DAEMON_OPTIONS(`Family=inet6, address=::1, Name=MTA6, M=O')dnl
+DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Port=587, Name=MSA, M=E')dnl
+DAEMON_OPTIONS(`Family=inet6, address=::1, Port=587, Name=MSA6, M=O, M=E')dnl
dnl
dnl Some broken nameservers will return SERVFAIL (a temporary failure)
dnl on T_AAAA (IPv6) lookups.