Re: SSL

2001-05-04 Thread Mark Lane
See www.stunnel.org. It tells you how to setup SSL wrapping with pop servers. - Original Message - From: "Dave Ellsworth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 10:44 PM Subject: RE: SSL well I guess what I more of meant to ask was and left out is how can

Re: POP3 Cluster

2001-05-05 Thread Mark Lane
NFS is fairly insecure. You would need to run it over a private network. An even better solution would be to use something like a Network Storage Device on a separate back plane or a RAID device which could be accessed by all the servers. That would allow any of the servers to be able to read or w

Re: Re[2]: POP3 Cluster

2001-05-05 Thread Mark Lane
Gabriel Their reference to being NFS safe is to the fact that they use Maildirs instead of a one big Mailbox which was been the Unix standard for a long time. Vpopmail doesn't add Maildir support, it comes with Qmail and is recommend by the Qmail install. The authors of Vpopmail just made the log

Re: Offtopic but can't find the info anywhere

2001-05-09 Thread Mark Lane
Does anyone know what headers are used for delivery, and for read receipts? Microsoft outlook uses this for a read receipt request. Disposition-Notification-To: "Someone" [EMAIL PROTECTED]

Re: mysql high availability

2001-05-29 Thread Mark Lane
Is the data static? If not it is probably not worth the effort as you would have to send every write to every mysql server. If it is static then sure just tell the program calling mysql to open another mysql server if the first one fails for example something like this. if (!(connection = mysql_