From 591ebd877b8d5465da95fd7e212da5ef747944ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 28 Jan 2019 00:46:11 +0100 Subject: Configure mailer spool for tools Fixes https://git.immae.eu/mantisbt/view.php?id=104 --- nixops/modules/websites/tools/diaspora/diaspora.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixops/modules/websites/tools/diaspora/diaspora.nix') diff --git a/nixops/modules/websites/tools/diaspora/diaspora.nix b/nixops/modules/websites/tools/diaspora/diaspora.nix index 765c0a5..74be4fe 100644 --- a/nixops/modules/websites/tools/diaspora/diaspora.nix +++ b/nixops/modules/websites/tools/diaspora/diaspora.nix @@ -69,10 +69,10 @@ let mail: enable: true sender_address: 'diaspora@immae.eu' - method: 'smtp' + method: 'sendmail' smtp: - host: 'mail.immae.eu' sendmail: + location: '/run/wrappers/bin/sendmail' admins: account: "ismael" podmin_email: 'diaspora@immae.eu' -- cgit v1.2.3