View | Details | Raw Unified | Return to bug 270088 | Differences between
and this patch

Collapse All | Expand All

(-)b/libexec/dma/dmagent/Makefile (-1 / +1 lines)
Lines 24-30 CONFSDIR= ${CONFDIR}/dma Link Here
24
CFLAGS+=	-DOPENSSL_API_COMPAT=0x10100000L
24
CFLAGS+=	-DOPENSSL_API_COMPAT=0x10100000L
25
YFLAGS+=	-i
25
YFLAGS+=	-i
26
CLEANFILES=	aliases_parse.i
26
CLEANFILES=	aliases_parse.i
27
FILES=	mailer.conf
27
FILES=	auth.conf mailer.conf
28
FILESDIR=	${SHAREDIR}/examples/dma
28
FILESDIR=	${SHAREDIR}/examples/dma
29
29
30
BINMODE=	2555
30
BINMODE=	2555
(-)b/libexec/dma/dmagent/auth.conf (+4 lines)
Added Link Here
1
# $DragonFly: src/etc/dma/auth.conf,v 1.1 2008/02/02 18:24:00 matthias Exp $
2
#
3
# SMTP authentication entries (currently AUTH LOGIN only)
4
# Format: user|my.smarthost.example.com:password

Return to bug 270088