Update smtp_server/smtp.json

This commit is contained in:
Gyorgy Berenyi
2024-11-02 14:53:20 +00:00
parent 0b0a3002eb
commit cc43385e0f

View File

@@ -1,13 +1,5 @@
{
"mail": {
"DOMAIN": "#SMTP_DOMAIN",
"HOSTNAME": "#SMTP_DOMAIN",
"SMTP_PORT": "#SMTP_PORT",
"RELAYNETS": "172.19.0.0/16",
"SMTPUTF8_ENABLE": "yes",
"ROOT_MAIL": "#SMTP_ROOT_EMAIL",
"TZ": "#SMTP_TIMEZONE",
"MESSAGE_SIZE_LIMIT": "52428800",
"POSTMASTER_MAIL": "#SMTP_POSTMASTER_EMAIL"
"RELAY_PASS": "#SMTP_RELAY_PASS"
}
}