aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/git
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-28 00:46:11 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-28 00:46:11 +0100
commit591ebd877b8d5465da95fd7e212da5ef747944ca (patch)
tree777a1c08ed67de2f0b132ca16998a6297627a7a2 /nixops/modules/websites/tools/git
parentc9af72bccc8324af25dde5704867fad0f56418bb (diff)
downloadNix-591ebd877b8d5465da95fd7e212da5ef747944ca.tar.gz
Nix-591ebd877b8d5465da95fd7e212da5ef747944ca.tar.zst
Nix-591ebd877b8d5465da95fd7e212da5ef747944ca.zip
Configure mailer spool for tools
Fixes https://git.immae.eu/mantisbt/view.php?id=104
Diffstat (limited to 'nixops/modules/websites/tools/git')
-rw-r--r--nixops/modules/websites/tools/git/mantisbt/mantisbt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix b/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix
index c6c3bff..b1837eb 100644
--- a/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix
+++ b/nixops/modules/websites/tools/git/mantisbt/mantisbt.nix
@@ -30,8 +30,8 @@ let
30 $g_allow_anonymous_login = ON; 30 $g_allow_anonymous_login = ON;
31 $g_anonymous_account = 'anonymous'; 31 $g_anonymous_account = 'anonymous';
32 32
33 $g_phpMailer_method = PHPMAILER_METHOD_SMTP; 33 $g_phpMailer_method = PHPMAILER_METHOD_SENDMAIL;
34 $g_smtp_host = 'mail.immae.eu'; 34 $g_smtp_host = 'localhost';
35 $g_smtp_username = '''; 35 $g_smtp_username = ''';
36 $g_smtp_password = '''; 36 $g_smtp_password = ''';
37 $g_webmaster_email = 'webmaster@immae.eu'; 37 $g_webmaster_email = 'webmaster@immae.eu';