Install a usable mailer.conf for dragonfly mailer agent if sendmail is disabled

This commit is contained in:
Baptiste Daroussin 2016-03-24 08:25:05 +00:00
parent 84cc0778d0
commit f0d5be8303
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297226

View File

@ -1,5 +1,7 @@
# $FreeBSD$
.include <src.opts.mk>
LIBADD= ssl crypto
PROG= dma
@ -22,6 +24,11 @@ YFLAGS+= -i
CLEANFILES= aliases_parse.i
FILES= mailer.conf
FILESDIR= ${SHAREDIR}/examples/dma
.if ${MK_SENDMAIL} == no
CONFGROUPS= CONFS MAILER
MAILERDIR= /etc/mail
MAILER= mailer.conf
.endif
BINMODE= 2555