FreeBSD Bugzilla – Attachment 240724 Details for
Bug 270088
/etc/dma/auth.conf for dma(8) is not installed by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to install auth.conf
dma_auth_conf.patch (text/plain), 770 bytes, created by
pete
on 2023-03-10 15:58:15 UTC
(
hide
)
Description:
patch to install auth.conf
Filename:
MIME Type:
Creator:
pete
Created:
2023-03-10 15:58:15 UTC
Size:
770 bytes
patch
obsolete
>diff --git a/libexec/dma/dmagent/Makefile b/libexec/dma/dmagent/Makefile >index e5b504c96d93..43789d06cd66 100644 >--- a/libexec/dma/dmagent/Makefile >+++ b/libexec/dma/dmagent/Makefile >@@ -19,7 +19,7 @@ SRCS= aliases_parse.y \ > util.c > MAN8= dma.8 > MLINKS= dma.8 dma.conf.5 >-CONFS= dma.conf >+CONFS= auth.conf dma.conf > CONFSDIR= ${CONFDIR}/dma > YFLAGS+= -i > CLEANFILES= aliases_parse.i >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270088
:
240724
|
241042
|
242134