Re: SMTP load balancing using maildir

2011-05-03 Thread Norman Maurer
Hi there, I guess that possible. You could even go futher.. As JAMES use activemq for the queue you could just have to smtpservers which write to the same activemq queue. And then have one server which dispatch them and deliver it to the maildir + offer imap support. Bye, Norman 2011/5/2 Nicola

SMTP load balancing using maildir

2011-05-02 Thread Nicola Salvemini
Hi there, I'm looking for the best configuration to have two James SMTP server (for load balancing) to spool messages using Maildir. My idea is to use a shared file system for storing maildir with two SMTP servers, and one IMAP server to read and write to shared file system. Any suggestions? Th