aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2014-04-09 18:55:19 +0000
committereric <eric@openbsd.org>2014-04-09 18:55:19 +0000
commit2a176c51eea4b94fada1b19ff485c788d53d0b94 (patch)
tree340000d71493c72e5e5f2fa402aa59fa99be3a0d /smtpd
parentneed to change imsg type before forwarding. (diff)
downloadOpenSMTPD-2a176c51eea4b94fada1b19ff485c788d53d0b94.tar.xz
OpenSMTPD-2a176c51eea4b94fada1b19ff485c788d53d0b94.zip
Zap the mfa process. It is not currently doing anything, and content filtering
will be done at session level anyway. ok gilles@
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index 23dcb8de..4f6e2c6c 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.72 2014/04/04 16:10:42 eric Exp $
+# $OpenBSD: Makefile,v 1.73 2014/04/09 18:55:19 eric Exp $
.PATH: ${.CURDIR}/..
@@ -7,7 +7,7 @@ PROG= smtpd
SRCS= aliases.c bounce.c ca.c compress_backend.c config.c \
control.c crypto.c delivery.c dict.c dns.c envelope.c esc.c \
expand.c forward.c iobuf.c ioev.c limit.c lka.c lka_session.c \
- log.c mda.c mfa.c mfa_session.c mproc.c \
+ log.c mda.c mproc.c \
mta.c mta_session.c parse.y pony.c queue.c queue_backend.c \
ruleset.c runq.c scheduler.c scheduler_backend.c \
smtp.c smtp_session.c smtpd.c ssl.c ssl_privsep.c \