From aa4e1093c5c0ceb2a69b8b565d9fd51c2b791136 Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Fri, 27 May 2016 09:36:42 -0300 Subject: opensmtpd: fix some configure options (#15742) --- pkgs/servers/mail/opensmtpd/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pkgs/servers/mail/opensmtpd') diff --git a/pkgs/servers/mail/opensmtpd/default.nix b/pkgs/servers/mail/opensmtpd/default.nix index 4dada752cf6..46fc9bc00f2 100644 --- a/pkgs/servers/mail/opensmtpd/default.nix +++ b/pkgs/servers/mail/opensmtpd/default.nix @@ -37,15 +37,15 @@ stdenv.mkDerivation rec { "--sysconfdir=/etc" "--localstatedir=/var" "--with-mantype=doc" - "--with-pam" - "--without-bsd-auth" - "--with-sock-dir=/run" + "--with-auth-pam" + "--without-auth-bsdauth" + "--with-path-socket=/run" "--with-user-smtpd=smtpd" "--with-user-queue=smtpq" "--with-group-queue=smtpq" - "--with-ca-file=/etc/ssl/certs/ca-certificates.crt" - "--with-libevent-dir=${libevent.dev}" - "--enable-table-db" + "--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt" + "--with-libevent=${libevent.dev}" + "--with-table-db" ]; installFlags = [ -- cgit 1.4.1