aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2012-01-11 22:24:37 +0000
committergilles <gilles@openbsd.org>2012-01-11 22:24:37 +0000
commit9abbeea53de1f90dcff370ee3f1a123767c88671 (patch)
treeb81dd0acce968fdaa355d4cb5465e236f8d83986 /smtpd
parentremove bogus call (diff)
downloadOpenSMTPD-9abbeea53de1f90dcff370ee3f1a123767c88671.tar.xz
OpenSMTPD-9abbeea53de1f90dcff370ee3f1a123767c88671.zip
implement an envelope_ascii API that's not tied to a specific queue_backend
simplify queue_fsqueue
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/smtpd/Makefile b/smtpd/Makefile
index f732a3f8..e96d6f32 100644
--- a/smtpd/Makefile
+++ b/smtpd/Makefile
@@ -1,17 +1,17 @@
-# $OpenBSD: Makefile,v 1.37 2011/12/14 23:08:40 eric Exp $
+# $OpenBSD: Makefile,v 1.38 2012/01/11 22:24:37 gilles Exp $
PROG= smtpd
SRCS= aliases.c auth.c auth_bsd.c auth_pwd.c bounce.c \
client.c delivery.c delivery_filename.c \
delivery_maildir.c delivery_mbox.c delivery_mda.c \
- config.c control.c dns.c expand.c forward.c \
+ config.c control.c dns.c expand.c envelope.c forward.c \
lka.c lka_session.c log.c map.c map_db.c map_stdio.c \
mda.c mfa.c mfa_session.c mta.c parse.y \
queue.c ruleset.c runner.c smtp.c \
smtp_session.c smtpd.c ssl.c ssl_privsep.c util.c asr.c \
print.c pack.c dname.c res_random.c sockaddr.c \
ramqueue.c queue_backend.c queue_fsqueue.c \
- queue_fsqueue_ascii.c user.c user_pwd.c stats.c
+ user.c user_pwd.c stats.c
MAN= smtpd.8 smtpd.conf.5
BINDIR= /usr/sbin