mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: nextcloud test
This commit is contained in:
parent
dc20dde91c
commit
a4e6bb82c6
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@ in
|
||||||
mail_sendmailmode = "smtp";
|
mail_sendmailmode = "smtp";
|
||||||
mail_smtpmode = "smtp";
|
mail_smtpmode = "smtp";
|
||||||
mail_smtphost = smtp.hostname;
|
mail_smtphost = smtp.hostname;
|
||||||
mail_smtpport = smtp.ports.port0;
|
mail_smtpport = 587; # smtp.ports.port0;
|
||||||
mail_smtpsecure = "ssl";
|
mail_smtpsecure = "ssl";
|
||||||
mail_smtpauth = true;
|
mail_smtpauth = true;
|
||||||
mail_smtpname = service.email.address0;
|
mail_smtpname = service.email.address0;
|
||||||
|
@ -139,6 +139,7 @@ in
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
nginx.ports.port0
|
nginx.ports.port0
|
||||||
service.ports.port0
|
service.ports.port0
|
||||||
|
587
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue