mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix nextcloud mail
This commit is contained in:
parent
f495d6e868
commit
e57c3bfe16
1 changed files with 2 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue