mail: force explicit TLS on SMTP too
also switch away from legacy ports
This commit is contained in:
parent
8021685ec8
commit
ce5bb46fa8
3 changed files with 3 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
||||||
smtp = {
|
smtp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
address = "mail.hacc.space";
|
address = "mail.hacc.space";
|
||||||
port = 587;
|
port = 465;
|
||||||
authentication = "plain";
|
authentication = "plain";
|
||||||
domain = "gitlab.infra4future.de";
|
domain = "gitlab.infra4future.de";
|
||||||
enableStartTLSAuto = true;
|
enableStartTLSAuto = true;
|
||||||
|
|
|
@ -132,6 +132,7 @@
|
||||||
# Only allow implict TLS
|
# Only allow implict TLS
|
||||||
enableImap = false;
|
enableImap = false;
|
||||||
enablePop3 = false;
|
enablePop3 = false;
|
||||||
|
enableSubmission = false;
|
||||||
|
|
||||||
# Enable the ManageSieve protocol
|
# Enable the ManageSieve protocol
|
||||||
enableManageSieve = true;
|
enableManageSieve = true;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
SMTP_HOST="mail.hacc.space";
|
SMTP_HOST="mail.hacc.space";
|
||||||
SMTP_FROM="vaultwarden@hacc.space";
|
SMTP_FROM="vaultwarden@hacc.space";
|
||||||
SMTP_FROM_NAME="haccwarden";
|
SMTP_FROM_NAME="haccwarden";
|
||||||
SMTP_PORT=587;
|
SMTP_PORT=465;
|
||||||
SMTP_USERNAME="noreply@infra4future.de";
|
SMTP_USERNAME="noreply@infra4future.de";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue