diff options
| author | Peter Wright <pete@nomadlogic.org> | 2023-05-15 07:18:40 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-05-19 08:10:08 +0000 |
| commit | 610641ec5f6e7f736301a3bb9e17bb551dab8752 (patch) | |
| tree | 94de85aabdd158040641a32e958bad56c1485e30 | |
| parent | c1150a63791d98598395dfaf8cd880cd3173194b (diff) | |
| download | src-610641ec5f6e7f736301a3bb9e17bb551dab8752.tar.gz src-610641ec5f6e7f736301a3bb9e17bb551dab8752.zip | |
dma: install a simple example for the auth.conf file
PR: 270088
MFC After: 3 days
(cherry picked from commit d904b43ba3ffe2201f2c5aabcdc1af7709601d9a)
| -rw-r--r-- | libexec/dma/dmagent/Makefile | 2 | ||||
| -rw-r--r-- | libexec/dma/dmagent/auth.conf | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index f56b16a0b6f0..530e7979598b 100644 --- a/libexec/dma/dmagent/Makefile +++ b/libexec/dma/dmagent/Makefile @@ -23,7 +23,7 @@ CONFS= dma.conf CONFSDIR= ${CONFDIR}/dma YFLAGS+= -i CLEANFILES= aliases_parse.i -FILES= mailer.conf +FILES= auth.conf mailer.conf FILESDIR= ${SHAREDIR}/examples/dma .if ${MK_SENDMAIL} == no CONFGROUPS= CONFS MAILER diff --git a/libexec/dma/dmagent/auth.conf b/libexec/dma/dmagent/auth.conf new file mode 100644 index 000000000000..393a80a8ab5f --- /dev/null +++ b/libexec/dma/dmagent/auth.conf @@ -0,0 +1,4 @@ +# $DragonFly: src/etc/dma/auth.conf,v 1.1 2008/02/02 18:24:00 matthias Exp $ +# +# SMTP authentication entries (currently AUTH LOGIN only) +# Format: user|my.smarthost.example.com:password |
