guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: opensmtpd: Support PAM authentication.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: opensmtpd: Support PAM authentication.
Date: Tue, 16 Jan 2018 08:33:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a1b517f908d1f8116878078d87d8aee93bf4b4c2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 16 13:05:39 2018 +0100

    gnu: opensmtpd: Support PAM authentication.
    
    * gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’
    to #:configure-flags.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 8e3b4ef..eae01d6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]