Re: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Cream[DONut]
At 18:05 06-08-2003 +0800, you wrote:

my mailserver1 has been configured properly and it is up and running without
any problem. Just do not have the idea of setting up and backup mail server.
It isnt really a vpopmail issue, it is a Qmail issue.

You put it in rcpthosts on mailserver2, that means it will recive mail for 
that domain, since it isnt in the local domains, or virtualdomains, it cant 
deliver it locally, and will try to deliver it remotely.
- with standard settings it should keep trying for 5 days, then give up
- you dont need vpopmail installed, just a plain Qmail server

(somebody please correct me if im wrong) 




Re: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Kuan Yik
Then, how to configure for the mailserver2 will forward all the message back
to
mailserver1 when the mailserver1 turn up again.? need any special
configuration?

my mailserver1 has been configured properly and it is up and running without
any problem. Just do not have the idea of setting up and backup mail server.

- Original Message -
From: "Sérgio Manuel Rosa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 5:40 PM
Subject: [vchkpw] Re: Need advise on secondary mail server for backup
purpose.


> Hi,
>
> that all you need on the DNS side.
>
> On the mailserver1 you'll need to have qmail configured to receive mail
for
> your domain (or domains) and on mailserver2 also (basicly have all your
> domains in $QMAILPATH/control/rcpthosts).
>
> Regards
> srosa
>
>
>
> Kuan Yik writes:
>
> > Hi,
> >
> > I have already configured 2 MX record in DNS.
> >
> > MX 10 mailserver1.mail.com
> > MX 20 mailserver2.mail.com
> >
> > I want to setup a secondary mail server to catch all the email when the
primary mail server goes down and when the primary mail server up again then
the secondary mail server will flush all the email to the primary mail
server again. Is that possible? Is it somehting to do use witl the
qmial-remote?
> >
> > Is there any useful link can help me on this?
> >
> > Please advise.
>
>
>
>
>




RE: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Kenneth Ling
basically, once yr primary mail server is up , the secondary will deliver
the mail to yr primary mail server... this was the concept...

please check on yr secondary mail server..
do your get the same MX record like

MX 10 mail
MX 20 mail1

tq

-Original Message-
From: Kuan Yik [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 07, 2003 12:03 PM
To: Kenneth Ling; Cream[DONut]; [EMAIL PROTECTED]
Subject: Re: [vchkpw] Re: Need advise on secondary mail server for
backup purpose.


yeah...think should work. I have shutdown the primary mailserver and the
message has gone into the secondary mail server. Think the message should be
in the qmiail queue now. And, I have make the primary mailserver up again,
but I am still waiting for the message from secondary mail server. So, is
there any command to flush or force the secondary mail server message from
the qmail queue?

Or any configuration file to customize it?

Thanks.
- Original Message -
From: "Kenneth Ling" <[EMAIL PROTECTED]>
To: "Cream[DONut]" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 10:42 AM
Subject: RE: [vchkpw] Re: Need advise on secondary mail server for backup
purpose.


> I do a same config like what cream does...
> it work very very fine with me..( so far half a year )
>
> It is nothing to do with vpopmail... pure qmail control file only
>
>
> -Original Message-
> From: Cream[DONut] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 6:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] Re: Need advise on secondary mail server for
> backup purpose.
>
>
> At 18:05 06-08-2003 +0800, you wrote:
>
> >my mailserver1 has been configured properly and it is up and running
> without
> >any problem. Just do not have the idea of setting up and backup mail
> server.
>
> It isnt really a vpopmail issue, it is a Qmail issue.
>
> You put it in rcpthosts on mailserver2, that means it will recive mail for
> that domain, since it isnt in the local domains, or virtualdomains, it
cant
> deliver it locally, and will try to deliver it remotely.
> - with standard settings it should keep trying for 5 days, then give up
> - you dont need vpopmail installed, just a plain Qmail server
>
> (somebody please correct me if im wrong)
>
>
>
>
>
>






Re: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Kuan Yik
thanks for your guys information. But, with standard settings it should keep
trying for 5 days, then give up and which file I should configure if I want
to customize it?

- Original Message -
From: "Cream[DONut]" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 6:10 PM
Subject: Re: [vchkpw] Re: Need advise on secondary mail server for backup
purpose.


> At 18:05 06-08-2003 +0800, you wrote:
>
> >my mailserver1 has been configured properly and it is up and running
without
> >any problem. Just do not have the idea of setting up and backup mail
server.
>
> It isnt really a vpopmail issue, it is a Qmail issue.
>
> You put it in rcpthosts on mailserver2, that means it will recive mail for
> that domain, since it isnt in the local domains, or virtualdomains, it
cant
> deliver it locally, and will try to deliver it remotely.
> - with standard settings it should keep trying for 5 days, then give up
> - you dont need vpopmail installed, just a plain Qmail server
>
> (somebody please correct me if im wrong)
>
>
>
>




[vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Sérgio Manuel Rosa
Hi,
yes that's correct. I'm not shure about the time that the backup server will 
hang on to the message. 

I've a backup mail server with only qmail running, with my domains in 
rcpthosts, and it will receive all mail when mail1 is down ou loaded, then 
it will try to send the mail it is holding to mal1. nothing special on the 
second server.
That simple. :-) 

Cream[DONut] writes: 

At 18:05 06-08-2003 +0800, you wrote: 

my mailserver1 has been configured properly and it is up and running 
without
any problem. Just do not have the idea of setting up and backup mail 
server.
It isnt really a vpopmail issue, it is a Qmail issue. 

You put it in rcpthosts on mailserver2, that means it will recive mail for 
that domain, since it isnt in the local domains, or virtualdomains, it 
cant deliver it locally, and will try to deliver it remotely.
- with standard settings it should keep trying for 5 days, then give up
- you dont need vpopmail installed, just a plain Qmail server 

(somebody please correct me if im wrong)  


regards
srosa 




[vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Sérgio Manuel Rosa
Hi, 

that all you need on the DNS side. 

On the mailserver1 you'll need to have qmail configured to receive mail for 
your domain (or domains) and on mailserver2 also (basicly have all your 
domains in $QMAILPATH/control/rcpthosts). 

Regards
srosa 



Kuan Yik writes: 

Hi, 

I have already configured 2 MX record in DNS. 

MX 10 mailserver1.mail.com
MX 20 mailserver2.mail.com 

I want to setup a secondary mail server to catch all the email when the primary mail server goes down and when the primary mail server up again then the secondary mail server will flush all the email to the primary mail server again. Is that possible? Is it somehting to do use witl the qmial-remote? 

Is there any useful link can help me on this? 

Please advise.





Re: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Kuan Yik
yeah...think should work. I have shutdown the primary mailserver and the
message has gone into the secondary mail server. Think the message should be
in the qmiail queue now. And, I have make the primary mailserver up again,
but I am still waiting for the message from secondary mail server. So, is
there any command to flush or force the secondary mail server message from
the qmail queue?

Or any configuration file to customize it?

Thanks.
- Original Message -
From: "Kenneth Ling" <[EMAIL PROTECTED]>
To: "Cream[DONut]" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 10:42 AM
Subject: RE: [vchkpw] Re: Need advise on secondary mail server for backup
purpose.


> I do a same config like what cream does...
> it work very very fine with me..( so far half a year )
>
> It is nothing to do with vpopmail... pure qmail control file only
>
>
> -Original Message-
> From: Cream[DONut] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 6:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] Re: Need advise on secondary mail server for
> backup purpose.
>
>
> At 18:05 06-08-2003 +0800, you wrote:
>
> >my mailserver1 has been configured properly and it is up and running
> without
> >any problem. Just do not have the idea of setting up and backup mail
> server.
>
> It isnt really a vpopmail issue, it is a Qmail issue.
>
> You put it in rcpthosts on mailserver2, that means it will recive mail for
> that domain, since it isnt in the local domains, or virtualdomains, it
cant
> deliver it locally, and will try to deliver it remotely.
> - with standard settings it should keep trying for 5 days, then give up
> - you dont need vpopmail installed, just a plain Qmail server
>
> (somebody please correct me if im wrong)
>
>
>
>
>
>




Re: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-14 Thread Kuan Yik
Then, how to will the mailserver2 will forward all the message back to
mailserver1 when the mailserver1 turn up again.? need any special
configuration?

- Original Message -
From: "Sérgio Manuel Rosa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 5:40 PM
Subject: [vchkpw] Re: Need advise on secondary mail server for backup
purpose.


> Hi,
>
> that all you need on the DNS side.
>
> On the mailserver1 you'll need to have qmail configured to receive mail
for
> your domain (or domains) and on mailserver2 also (basicly have all your
> domains in $QMAILPATH/control/rcpthosts).
>
> Regards
> srosa
>
>
>
> Kuan Yik writes:
>
> > Hi,
> >
> > I have already configured 2 MX record in DNS.
> >
> > MX 10 mailserver1.mail.com
> > MX 20 mailserver2.mail.com
> >
> > I want to setup a secondary mail server to catch all the email when the
primary mail server goes down and when the primary mail server up again then
the secondary mail server will flush all the email to the primary mail
server again. Is that possible? Is it somehting to do use witl the
qmial-remote?
> >
> > Is there any useful link can help me on this?
> >
> > Please advise.
>
>
>
>
>




RE: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-08 Thread Kenneth Ling
create a file call "queuelifetime" at your control folder...
and a value of second...



-Original Message-
From: Kuan Yik [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 07, 2003 9:46 AM
To: [EMAIL PROTECTED]; Cream[DONut]
Subject: Re: [vchkpw] Re: Need advise on secondary mail server for
backup purpose.


thanks for your guys information. But, with standard settings it should keep
trying for 5 days, then give up and which file I should configure if I want
to customize it?

- Original Message -
From: "Cream[DONut]" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 6:10 PM
Subject: Re: [vchkpw] Re: Need advise on secondary mail server for backup
purpose.


> At 18:05 06-08-2003 +0800, you wrote:
>
> >my mailserver1 has been configured properly and it is up and running
without
> >any problem. Just do not have the idea of setting up and backup mail
server.
>
> It isnt really a vpopmail issue, it is a Qmail issue.
>
> You put it in rcpthosts on mailserver2, that means it will recive mail for
> that domain, since it isnt in the local domains, or virtualdomains, it
cant
> deliver it locally, and will try to deliver it remotely.
> - with standard settings it should keep trying for 5 days, then give up
> - you dont need vpopmail installed, just a plain Qmail server
>
> (somebody please correct me if im wrong)
>
>
>
>






RE: [vchkpw] Re: Need advise on secondary mail server for backup purpose.

2003-08-07 Thread Kenneth Ling
I do a same config like what cream does...
it work very very fine with me..( so far half a year )

It is nothing to do with vpopmail... pure qmail control file only


-Original Message-
From: Cream[DONut] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 6:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Re: Need advise on secondary mail server for
backup purpose.


At 18:05 06-08-2003 +0800, you wrote:

>my mailserver1 has been configured properly and it is up and running
without
>any problem. Just do not have the idea of setting up and backup mail
server.

It isnt really a vpopmail issue, it is a Qmail issue.

You put it in rcpthosts on mailserver2, that means it will recive mail for
that domain, since it isnt in the local domains, or virtualdomains, it cant
deliver it locally, and will try to deliver it remotely.
- with standard settings it should keep trying for 5 days, then give up
- you dont need vpopmail installed, just a plain Qmail server

(somebody please correct me if im wrong)