1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Comment out sendmail settings for Nextcloud

This commit is contained in:
RGBCube 2024-04-30 18:53:02 +03:00
parent def9130e71
commit 27e9587066
No known key found for this signature in database

View file

@ -80,9 +80,9 @@ in systemConfiguration {
settings = { settings = {
default_phone_region = "TR"; default_phone_region = "TR";
mail_smtphost = "::1"; # FIXME: Will need to use SMTP. # mail_smtphost = "::1"; # FIXME: Will need to use SMTP.
mail_smtpmode = "sendmail"; # mail_smtpmode = "sendmail";
mail_from_address = "cloud"; # mail_from_address = "cloud";
maintenance_window_start = 1; maintenance_window_start = 1;