mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: opensmtpd: Support PAM authentication.
* gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’ to #:configure-flags.
This commit is contained in:
parent
2f2ce92065
commit
a1b517f908
1 changed files with 1 additions and 1 deletions
|
@ -1937,7 +1937,7 @@ (define-public opensmtpd
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue