Search found 3 matches

by joris1
Thu Aug 04, 2011 10:29 am
Forum: Using OpenEMM
Topic: Deleting recipients in the database
Replies: 1
Views: 2195

Re: Deleting recipients in the database

Something like :

Code: Select all

delete FROM customer_1_tbl where customer_id not in (select customer_id from customer_1_binding_tbl);
by joris1
Fri Jul 29, 2011 9:45 am
Forum: Development
Topic: help for postfix
Replies: 2
Views: 7056

Re: help for postfix

Hi,

Have you seen this post?

http://forum.openemm.org/bugs-bug-fixes-releases-f5/topic1897.html?hilit=postfix#p5883

I suppose it is a good start. I would like to replace sendmail by postfix too. Can you keep us informed about your advances. I may try to help you but have not a lot of time for ...
by joris1
Fri Jul 15, 2011 2:06 pm
Forum: Using OpenEMM
Topic: OpenEMM and load balancing
Replies: 0
Views: 1901

OpenEMM and load balancing

Hi,
My company needs to send a lot of mail per day, therefore, only one server is not enough for our needs. Is there any possibility of load balancing with OpenEMM / Sendmail? I know this is possible with postfix. Here http://forum.openemm.org/installation-upgrades-f2/topic1864.html#p5820
someone ...