We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeab0f commit a10ebd3Copy full SHA for a10ebd3
1 file changed
Mailman/Defaults.py.in
@@ -938,10 +938,10 @@ QRUNNERS = [
938
('CommandRunner', 1), # commands and bounces from the outside world
939
('IncomingRunner', 4), # posts from the outside world
940
('NewsRunner', 1), # outgoing messages to the nntpd
941
- ('OutgoingRunner', 8), # outgoing messages to the smtpd
+ ('OutgoingRunner', 1), # outgoing messages to the smtpd (single instance with process coordination)
942
('VirginRunner', 1), # internally crafted (virgin birth) messages
943
('RetryRunner', 1), # retry temporarily failed deliveries
944
- ]
+]
945
946
# Set this to Yes to use the `Maildir' delivery option. If you change this
947
# you will need to re-run bin/genaliases for MTAs that don't use list
0 commit comments