Hi guys,
I'm trying OpenEMM for my newsletter, but I don't found a function for limit e-mail per hour.
I would like limit e-mail per users for all created mailing lists.
Best regards and sorry for my bad english!
Email per hour, stepping
Moderator: moderator
If you run Exchange you can set the maximum of concurrent outbound connections and also the outbound connections per domain within the Exchange Management Console. It's a property of the Server Configuration->Hub Transport settings.
It's not on a per hour basis as you would like but hopefully it can help you slightly. Unfortunately I am unsure if such an option exists in OpenEMM.
Hope this helps.
It's not on a per hour basis as you would like but hopefully it can help you slightly. Unfortunately I am unsure if such an option exists in OpenEMM.
Hope this helps.
sendmail.mc setting
See if Eugene Grosbein's reply help:
(http://www.phwinfo.com/forum/comp-mail- ... -hour.html)
Try this for queue run period equal to 10 minutes and maximum number of
processed items per run equal to 5. For your .mc file:
define(`confMAX_QUEUE_RUN_SIZE', 5);
Then run your sendmail with command line flags as such:
sendmail -bd -qp10m
(http://www.phwinfo.com/forum/comp-mail- ... -hour.html)
Try this for queue run period equal to 10 minutes and maximum number of
processed items per run equal to 5. For your .mc file:
define(`confMAX_QUEUE_RUN_SIZE', 5);
Then run your sendmail with command line flags as such:
sendmail -bd -qp10m
cheers
wu
wu