Re: [toaster] Replicating mail server

2002-11-30 Thread Bill Shupp
On Saturday, November 30, 2002, at 08:37 AM, Alex V. Koval wrote: Sorry, may be I missed something from this thread. I do not really think that 'rsync' will help in setting 2 servers online (especially if those servers are far from each other). I think original question was about such setup..

Re: [toaster] Replicating mail server

2002-11-30 Thread Bill Shupp
On Friday, November 29, 2002, at 11:09 PM, Sreedhar wrote: Thanks Bill. actually I wanted to have two servers in different Geographical locations or with two different ISPs.One server should act as master and the other as slave.Mail server should be availabe even if one of the servers is dow

RE: [toaster] Replicating mail server

2002-11-30 Thread Alex V. Koval
Hello, On Sat, 30 Nov 2002, John Johnson wrote: > Use a Database Backend for the user info and I think rsync > Would be good to keep mail dirs up todate. This is the only > Way I could think of doing this unless bill has some better > Answers, you know he is the qmail god :) Sorry, may be I mi

RE: [toaster] Replicating mail server

2002-11-30 Thread John Johnson
TECTED]] > Sent: Friday, November 29, 2002 11:10 PM > To: [EMAIL PROTECTED] > Subject: RE: [toaster] Replicating mail server > > > Thanks Bill. > > actually I wanted to have two servers in different Geographical > locations or with two different ISPs.One server should

RE: [toaster] Replicating mail server

2002-11-29 Thread Sreedhar
Thanks Bill. actually I wanted to have two servers in different Geographical locations or with two different ISPs.One server should act as master and the other as slave.Mail server should be availabe even if one of the servers is down and both the servers should replicate data periodically (Us

RE: [toaster] Replicating mail server

2002-11-29 Thread John Johnson
Thanks Bill. I know I Am going to check this out -John > -Original Message- > From: Bill Shupp [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 8:24 AM > To: [EMAIL PROTECTED] > Subject: Re: [toaster] Replicating mail server > > > On Friday, Nov

Re: [toaster] Replicating mail server

2002-11-29 Thread Bill Shupp
On Friday, November 29, 2002, at 07:42 AM, John Johnson wrote: Correct, but it would be one less thing to worry About and make it a little more easy to deal with -John This diagram, which was posted to the vchkpw list about 2 years ago by Michael Boman (who did a lot of qmailadmin work earl

RE: [toaster] Replicating mail server

2002-11-29 Thread John Johnson
Correct, but it would be one less thing to worry About and make it a little more easy to deal with -John > -Original Message- > From: Carlo Borelli [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 4:42 AM > To: [EMAIL PROTECTED] > Subject: RE: [toaster] R

RE: [toaster] Replicating mail server

2002-11-29 Thread Carlo Borelli
Yes, it could be a solution only for users accounts database, not for the mail spool. > Just my 2 Cents.. IF you use MySQL for you're your vpopmail backend > It will save you on stuff you have to rsync If you do database > replication.

RE: [toaster] Replicating mail server

2002-11-28 Thread John Johnson
M > To: Alex V. Koval > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [toaster] Replicating mail server > > > On Thu, 28 Nov 2002 13:35:44 +0200 (EET) > "Alex V. Koval" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > On Thu

Re: [toaster] Replicating mail server

2002-11-28 Thread Christophe Le Guern
On Thu, 28 Nov 2002 13:35:44 +0200 (EET) "Alex V. Koval" <[EMAIL PROTECTED]> wrote: > > Hi, > > On Thu, 28 Nov 2002, Christophe Le Guern wrote: > > > for replicate you can use rsync > > but I will use a NFS server instead > > Nice info, I also need the failsafe server. NFS is big security > ho

Re: [toaster] Replicating mail server

2002-11-28 Thread Alex V. Koval
Hi, On Thu, 28 Nov 2002, Christophe Le Guern wrote: > for replicate you can use rsync > but I will use a NFS server instead Nice info, I also need the failsafe server. NFS is big security hole, so I prefer Rsync. The question is: will there be any problem to QMail to start rsynced server? For

Re: [toaster] Replicating mail server

2002-11-28 Thread Christophe Le Guern
for replicate you can use rsync but I will use a NFS server instead christophe On 28 Nov 2002 11:19:39 - "Sreedhar" <[EMAIL PROTECTED]> wrote: > Hi, > I want to have a failover server to take charge in case of the > Master server is down .I want to replicate all the data to other > server