mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Install a usable mailer.conf for dragonfly mailer agent if sendmail is disabled
This commit is contained in:
parent
84cc0778d0
commit
f0d5be8303
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297226
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user