I am using Postfix to send mass mails to our customers. But at a time I can only mail to 1000 recepients (mail IDs in Bcc). If I increase the count it says too many recepients.
How can I increase the recepients limit?
feedback
|
|
As described in the postfix documentation the parameter is smtpd_recipient_limit. So if you want 2000 as a new limit, the following will do it:
| |||
|
feedback
|