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 19-25 SRCS= aliases_parse.y \ Link Here
19
	util.c
19
	util.c
20
MAN8=	dma.8
20
MAN8=	dma.8
21
MLINKS=	dma.8 dma.conf.5
21
MLINKS=	dma.8 dma.conf.5
22
CONFS=	dma.conf
22
CONFS=	auth.conf dma.conf
23
CONFSDIR=	${CONFDIR}/dma
23
CONFSDIR=	${CONFDIR}/dma
24
YFLAGS+=	-i
24
YFLAGS+=	-i
25
CLEANFILES=	aliases_parse.i
25
CLEANFILES=	aliases_parse.i
(-)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