Skip to content
Snippets Groups Projects
Commit 178e0180 authored by ale's avatar ale
Browse files

Mailman: make a new SMTP connection for every session

Should allow us to load-balance outbound email better among the
available mail-frontend servers, in combination with the mailman
RR patch.
parent beb0f50b
No related branches found
No related tags found
No related merge requests found
Pipeline #90868 passed
......@@ -127,6 +127,10 @@ SMTPHOST = 'mail-frontend.{{ domain }}'
SMTPPORT = 10025
SMTP_HELO_HOST = '{{ shard_id }}.mailman.{{ domain }}'
# Establish a new SMTP connection for every session, to effectively
# load-balance outbound email among available mail-frontend servers.
SMTP_MAX_SESSIONS_PER_CONNECTION = 1
DEFAULT_ARCHIVE = Off
DEFAULT_ARCHIVE_PRIVATE = 1
ARCHIVE_TO_MBOX = 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment