From e57c3bfe16a4d4e572c808d00fc82fe690b85536 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 15 Jan 2024 19:33:43 +0300 Subject: [PATCH] Fix nextcloud mail --- hosts/cube/nextcloud.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hosts/cube/nextcloud.nix b/hosts/cube/nextcloud.nix index 0a0916a..22e8091 100644 --- a/hosts/cube/nextcloud.nix +++ b/hosts/cube/nextcloud.nix @@ -28,14 +28,9 @@ in serverSystemConfiguration { extraOptions = { default_phone_region = "TR"; - mail_domain = domain; - mail_smtphost = domain; - + mail_smtphost = "::"; + mail_smtpmode = "sendmail"; mail_from_address = "cloud"; - mail_smtpname = "contact"; - - mail_smtpauth = true; - mail_smtpsecure = "ssl"; }; phpOptions = {