1

Topic: Bulk Mail Send...

Hey,

I'd like to provide some mailboxes to a customer of my company using iRedMail.

The customer is a middle-range marketing agency whose needs involve a bulk mail send service: they often send about 5000+ mail for contest/lottery/promotion communications. They currently use a marketing software which directly connect to the smtp server (iRedMail in this scenario) to send communications to the selected users.

Will iRedMail be annoyed by a 5000+ mail send sequence? Can I adapt its settings to grant best performances?

Thanks in advance

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Bulk Mail Send...

Some basic improvements:
http://www.iredmail.org/forum/post7263.html#p7263

3

Re: Bulk Mail Send...

ZhangHuangbin wrote:

Some basic improvements:
http://www.iredmail.org/forum/post7263.html#p7263

Thanks!
So the 3 tips are:
[setup a local DNS server to speed up DNS lookup]: it's ok.
[reduce MySQL queries]: I'm using LDAP, should I do something else?
[bypass anti-spam, anti-virus for outgoing mails]: Can I apply the policy to specific user only? I really don't want to disable controls on normal user accounts...

4

Re: Bulk Mail Send...

Rashef wrote:

[reduce MySQL queries]: I'm using LDAP, should I do something else?

Then reduce ldap queries. smile

[bypass anti-spam, anti-virus for outgoing mails]: Can I apply the policy to specific user only? I really don't want to disable controls on normal user accounts...

I didn't try it before, you need to do some research. Sorry.

5

Re: Bulk Mail Send...

ZhangHuangbin wrote:
Rashef wrote:

[reduce MySQL queries]: I'm using LDAP, should I do something else?

Then reduce ldap queries. smile

LOL... I guess I have to look for the same options into LDAP settings... Sorry, I've been using MySQL backend for years and I'm not used to LDAP...