mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 = {
|
extraOptions = {
|
||||||
default_phone_region = "TR";
|
default_phone_region = "TR";
|
||||||
|
|
||||||
mail_domain = domain;
|
mail_smtphost = "::";
|
||||||
mail_smtphost = domain;
|
mail_smtpmode = "sendmail";
|
||||||
|
|
||||||
mail_from_address = "cloud";
|
mail_from_address = "cloud";
|
||||||
mail_smtpname = "contact";
|
|
||||||
|
|
||||||
mail_smtpauth = true;
|
|
||||||
mail_smtpsecure = "ssl";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue