~ruther/guix-local

a1b517f908d1f8116878078d87d8aee93bf4b4c2 — Tobias Geerinckx-Rice 8 years ago 2f2ce92
gnu: opensmtpd: Support PAM authentication.

* gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘--with-auth-pam’
to #:configure-flags.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +1 -1
@@ 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)