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 = {