me
/
guix
Archived
1
0
Fork 0

gnu: opensmtpd: Support PAM authentication.

* gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’
to #:configure-flags.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1937,7 +1937,7 @@ transfer protocols.")
("groff" ,groff))) ("groff" ,groff)))
(arguments (arguments
`(#:configure-flags `(#: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-user-smtpd=smtpd" "--with-user-queue=smtpq"
"--with-group-queue=smtpq" "--with-group-queue=smtpq"
"--with-path-socket=/var/run" ; not default (./configure lies) "--with-path-socket=/var/run" ; not default (./configure lies)