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 23-29 CONFS= dma.conf Link Here
23
CONFSDIR=	${CONFDIR}/dma
23
CONFSDIR=	${CONFDIR}/dma
24
YFLAGS+=	-i
24
YFLAGS+=	-i
25
CLEANFILES=	aliases_parse.i
25
CLEANFILES=	aliases_parse.i
26
FILES=	mailer.conf
26
FILES=	auth.conf mailer.conf
27
FILESDIR=	${SHAREDIR}/examples/dma
27
FILESDIR=	${SHAREDIR}/examples/dma
28
28
29
BINMODE=	2555
29
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