From d904b43ba3ffe2201f2c5aabcdc1af7709601d9a Mon Sep 17 00:00:00 2001 From: Peter Wright Date: Mon, 15 May 2023 09:18:40 +0200 Subject: [PATCH] dma: install a simple example for the auth.conf file PR: 270088 MFC After: 3 days --- libexec/dma/dmagent/Makefile | 2 +- libexec/dma/dmagent/auth.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 libexec/dma/dmagent/auth.conf diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile index 0a17527f43f..49e224c7779 100644 --- a/libexec/dma/dmagent/Makefile +++ b/libexec/dma/dmagent/Makefile @@ -24,7 +24,7 @@ CONFSDIR= ${CONFDIR}/dma CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L YFLAGS+= -i CLEANFILES= aliases_parse.i -FILES= mailer.conf +FILES= auth.conf mailer.conf FILESDIR= ${SHAREDIR}/examples/dma BINMODE= 2555 diff --git a/libexec/dma/dmagent/auth.conf b/libexec/dma/dmagent/auth.conf new file mode 100644 index 00000000000..393a80a8ab5 --- /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