gnu: opensmtpd: Support PAM authentication.

* gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-16 13:05:39 +01:00
parent 2f2ce92065
commit a1b517f908
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1937,7 +1937,7 @@ transfer protocols.")
("groff" ,groff)))
(arguments
`(#:configure-flags
(list "--with-table-db" "--localstatedir=/var"
(list "--with-table-db" "--with-auth-pam" "--localstatedir=/var"
"--with-user-smtpd=smtpd" "--with-user-queue=smtpq"
"--with-group-queue=smtpq"
"--with-path-socket=/var/run" ; not default (./configure lies)