Re: [xmail] Multiple server on same system

2008-12-16 Thread fred
Just for the records, I am now live with 4 XMail servers on the same system. At first the startup script would hang, I didn't know why. I renamed the daemon to like XMail-1 and changed DAEMON=$XMAIL_ROOT/bin/XMail to DAEMON=$XMAIL_ROOT/bin/XMail-1 and it fixed the problem. So thank you for the he

Re: [xmail] Multiple server on same system

2008-12-16 Thread Davide Libenzi
On Tue, 16 Dec 2008, fred wrote: > Just for the records, I am now live with 4 XMail servers on the same system. > > At first the startup script would hang, I didn't know why. I renamed the > daemon to like > XMail-1 and changed DAEMON=$XMAIL_ROOT/bin/XMail to > DAEMON=$XMAIL_ROOT/bin/XMail-1 and