Merge branch 'mailutils-system-sendmail'
* mailutils-system-sendmail: mailutils: use system-sendmail instead of sendmailPath
This commit is contained in:
commit
fec445d9ba
@ -387,6 +387,14 @@
|
|||||||
root CA (for example Let's Encrypt).
|
root CA (for example Let's Encrypt).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<literal>mailutils</literal> now works by default when
|
||||||
|
<literal>sendmail</literal> is not in a setuid wrapper. As a consequence,
|
||||||
|
the <literal>sendmailPath</literal> argument, having lost its main use, has
|
||||||
|
been removed.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, autoreconfHook, dejagnu, gettext, pkgconfig
|
{ stdenv, fetchurl, fetchpatch, autoreconfHook, dejagnu, gettext, pkgconfig
|
||||||
, gdbm, pam, readline, ncurses, gnutls, guile, texinfo, gnum4, sasl, fribidi, nettools
|
, gdbm, pam, readline, ncurses, gnutls, guile, texinfo, gnum4, sasl, fribidi, nettools
|
||||||
, python, gss, mysql, sendmailPath ? "/run/wrappers/bin/sendmail" }:
|
, python, gss, mysql, system-sendmail }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${project}-${version}";
|
name = "${project}-${version}";
|
||||||
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-gssapi"
|
"--with-gssapi"
|
||||||
"--with-gsasl"
|
"--with-gsasl"
|
||||||
"--with-mysql"
|
"--with-mysql"
|
||||||
"--with-path-sendmail=${sendmailPath}"
|
"--with-path-sendmail=${system-sendmail}/bin/sendmail"
|
||||||
];
|
];
|
||||||
|
|
||||||
readmsg-tests = let
|
readmsg-tests = let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user