Hi, guys I'm wondering to how many recipients you can send an email at once and where is this configured? I installed my server with the perfect server howto for Ubuntu 16.04. https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/ My mail queue is getting processed very slow, are there any settings to make the processing faster? It's not normally a big problem but while using fetchmail it needs like 2 hours+ for 2300 mail.
The bottle neck here is probably amavis, which is running 2 scan processes at the same time. But you can increase that: https://www.howtoforge.com/community/threads/trouble-with-amavisd.67538/#post-321763
ok... will look into this but what about "how many recipients you can send an email at once and where is this configured?"
http://www.postfix.org/postconf.5.html#smtpd_recipient_limit But that's not relevant for the slow processing.
No but I tryed sending a mail with few hundred recipients and they didn't got it. So that's why I asked. I don't even have smtpd_recipient_limit in my main.cf, why doesn't it then use default 1000 as is stated in the link?