nixos/httpd: replace ssmtp with system-sendmail
This commit is contained in:
parent
88b32b2004
commit
9c9a6f380e
@ -705,10 +705,7 @@ in
|
|||||||
|
|
||||||
path =
|
path =
|
||||||
[ httpd pkgs.coreutils pkgs.gnugrep ]
|
[ httpd pkgs.coreutils pkgs.gnugrep ]
|
||||||
++ # Needed for PHP's mail() function. !!! Probably the
|
++ optional enablePHP pkgs.system-sendmail # Needed for PHP's mail() function.
|
||||||
# ssmtp module should export the path to sendmail in
|
|
||||||
# some way.
|
|
||||||
optional config.networking.defaultMailServer.directDelivery pkgs.ssmtp
|
|
||||||
++ concatMap (svc: svc.extraServerPath) allSubservices;
|
++ concatMap (svc: svc.extraServerPath) allSubservices;
|
||||||
|
|
||||||
environment =
|
environment =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user