Autor: Sam Michaels Data: Para: exim-users Assunto: [Exim] Heavy traffic
Have a problem...I have a huge mailing list (500+ people) which gets emailed nightly. At first, I figured the problem was having too many exim sessions open (since each email was a new connection to the server).
But now, I have it stream all the emails on 1 connection....it now gives errors about log failure. So far I turned off sender_verify/receiver_verify, set smtp_accept_queue_per_connection to both 999 and 0 (no effect), and turned on split_spool_directory.
What the script does is stream all the emails at once (test addresses...I have aliases a1 through a500 point to a mailbox on a remote machine)...here is the log (I removed the real domain):
At this point it drops the current connection and reconnects...same results.
Is there some massive load feature that I didn't read in the manual? Would it work better or be more efficient if I had it process the mailing list on the smtp server and use the stdin for exim?