mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix Nextcloud SMTP config again
This commit is contained in:
parent
05bdffa0a9
commit
eb5f6997cc
1 changed files with 4 additions and 6 deletions
|
@ -48,17 +48,15 @@ in serverSystemConfiguration {
|
|||
extraOptions = {
|
||||
default_phone_region = "TR";
|
||||
|
||||
mail_sendmailmode = "smtp";
|
||||
mail_smtpmode = "smtp";
|
||||
mail_smtphost = config.mailserver.fqdn;
|
||||
mail_domain = domain;
|
||||
|
||||
mail_smtpauth = 1;
|
||||
mail_smtphost = config.mailserver.fqdn;
|
||||
mail_smtpauth = true;
|
||||
mail_smtpport = "465";
|
||||
mail_smtpsecure = "ssl";
|
||||
|
||||
mail_domain = domain;
|
||||
mail_from_address = "cloud";
|
||||
mail_smtpname = "cloud@${domain}";
|
||||
mail_smtpname = "contact@${domain}";
|
||||
};
|
||||
|
||||
# { "mail_smtppassword": "..." }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue