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:
parent
def9130e71
commit
27e9587066
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue