Re: Qmail Upgrade

2003-07-29 Thread Ion-Mihai Tetcu
On Monday 28 July 2003 21:27, Duane Stark wrote:
> Quick question:
>
> I am replacing a server with a new one.  Freebsd versions are
> different (old 4.6 STABLE, new 4.8) and qmail / vpopmail versions are
> most likely different (havent updated qmail since I built the server
> over a year ago.
>
> Is there any easy way to do this? Does anyone have the location of a
> website with good instructions?  I've googled myself to death! :)
>
> Many thanks,
> Duane

If you use rsync - below is something that has happend with the result 
of delaying some emails for about 2 hours:

"We were in the process of changing the server over to a RAID 5 array, 
which required that we mirror all of the files over to the new hard 
drives.  To do this, we used rsync, which tends to handle files very 
well doing large moves like this.  There was one file required by Qmail 
that was a named-pipe file.  I've personally never seen one before, and 
apparently rsync didn't know how to deal with it so it simply didn't 
mirror it over.  These named-pipe files apparently allow two separate 
processes to communicate with each other (usually only processes under 
the same parent can communicate), and since Qmail has separate 
processes running for the different jobs it does, it would now have to 
wait for one process to finish so it could deliver a burst of email."
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Qmail Upgrade

2003-07-29 Thread Raider
You can simple copy the old domains to a new install without problems i do
that many times.
dont forget to make the same to your autentication system too, some time i
must create and delete after copy de domain.

Good luck .
raider



I've never tried to migrate system accounts

- Original Message -
From: "Max Clark" <[EMAIL PROTECTED]>
To: "Duane Stark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, July 28, 2003 8:06 PM
Subject: RE: Qmail Upgrade


> Duane,
>
> If this is only a software upgrade I would suggest running a make world on
> your current box. FreeBSD accounts or vpopmail accounts?
>
> I've never tried to migrate system accounts, I would assume that this
would
> entail setting up ldap/kerberos/nis or some type of sso service. Vpopmail
> should be easy, just copy over your vpopmail installation directory and
then
> run the "upgrade" on the new server to the same directory.
>
> You might want to check on the vpopmail part of that, but that's how I
would
> do it.
>
> Max
>
> -Original Message-
> From: Duane Stark [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 28, 2003 11:55 AM
> To: Max Clark
> Cc: [EMAIL PROTECTED]
> Subject: RE: Qmail Upgrade
>
>
> Hey Max,
>
> Yup, I am migrating from one server to another.. So it'sa migration +
> upgrade (as the new server will get new installs of all the current
software
> programs I use)
>
> Thanks again for your help.
>
> -D
>
> PS On this same note, is there an easy way to migrate freebsd user
accounts
> from one machine to another?
>
> > Original Message-----
> > From: "Max Clark" <[EMAIL PROTECTED]>
> > To: "Duane Stark" <[EMAIL PROTECTED]>
> > Cc: [EMAIL PROTECTED]
> > Date: Mon, Jul-28-2003 1:37 PM
> > Subject: RE: Qmail Upgrade
> >
> > Duane,
> >
> > The qmail version has not changed in years. Vpopmail is pretty active.
> >
> > What are you trying to do? Migrate to a new server?
> >
> > Check out inter7.com, they make vpopmail.
> >
> > Max
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Duane Stark
> > Sent: Monday, July 28, 2003 11:27 AM
> > To: [EMAIL PROTECTED]
> > Subject: Qmail Upgrade
> >
> >
> > Quick question:
> >
> > I am replacing a server with a new one.  Freebsd versions are different
> (old
> > 4.6 STABLE, new 4.8) and qmail / vpopmail versions are most likely
> different
> > (havent updated qmail since I built the server over a year ago.
> >
> > Is there any easy way to do this? Does anyone have the location of a
> website
> > with good instructions?  I've googled myself to death! :)
> >
> > Many thanks,
> > Duane
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> >
> >
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Qmail Upgrade

2003-07-29 Thread Michal F. Hanula
On Mon, Jul 28, 2003 at 01:27:23PM -0500, Duane Stark wrote:
> Quick question:
> 
> I am replacing a server with a new one.  Freebsd versions are
> different (old 4.6 STABLE, new 4.8) and qmail / vpopmail versions are
> most likely different (havent updated qmail since I built the server
> over a year ago.
> 
> Is there any easy way to do this? Does anyone have the location of a
> website with good instructions?  I've googled myself to death! :)
> 
> Many thanks,
> Duane
Just copy /var/qmail/control/*, /var/qmail/users/* and
~vpopmail/domains/* to the new serevr, it should work.

m&f
-- 
What do you care what other people think?


pgp0.pgp
Description: PGP signature


RE: Qmail Upgrade

2003-07-28 Thread Max Clark
Duane,

If this is only a software upgrade I would suggest running a make world on
your current box. FreeBSD accounts or vpopmail accounts?

I've never tried to migrate system accounts, I would assume that this would
entail setting up ldap/kerberos/nis or some type of sso service. Vpopmail
should be easy, just copy over your vpopmail installation directory and then
run the "upgrade" on the new server to the same directory.

You might want to check on the vpopmail part of that, but that's how I would
do it.

Max

-Original Message-
From: Duane Stark [mailto:[EMAIL PROTECTED]
Sent: Monday, July 28, 2003 11:55 AM
To: Max Clark
Cc: [EMAIL PROTECTED]
Subject: RE: Qmail Upgrade


Hey Max,

Yup, I am migrating from one server to another.. So it'sa migration +
upgrade (as the new server will get new installs of all the current software
programs I use)

Thanks again for your help.

-D

PS On this same note, is there an easy way to migrate freebsd user accounts
from one machine to another?

> Original Message-
> From: "Max Clark" <[EMAIL PROTECTED]>
> To: "Duane Stark" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Date: Mon, Jul-28-2003 1:37 PM
> Subject: RE: Qmail Upgrade
>
> Duane,
>
> The qmail version has not changed in years. Vpopmail is pretty active.
>
> What are you trying to do? Migrate to a new server?
>
> Check out inter7.com, they make vpopmail.
>
> Max
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Duane Stark
> Sent: Monday, July 28, 2003 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: Qmail Upgrade
>
>
> Quick question:
>
> I am replacing a server with a new one.  Freebsd versions are different
(old
> 4.6 STABLE, new 4.8) and qmail / vpopmail versions are most likely
different
> (havent updated qmail since I built the server over a year ago.
>
> Is there any easy way to do this? Does anyone have the location of a
website
> with good instructions?  I've googled myself to death! :)
>
> Many thanks,
> Duane
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Qmail Upgrade

2003-07-28 Thread Duane Stark
Hey Max,

Yup, I am migrating from one server to another.. So it'sa migration + upgrade (as the 
new server will get new installs of all the current software programs I use)

Thanks again for your help.

-D

PS On this same note, is there an easy way to migrate freebsd user accounts from one 
machine to another?

> Original Message-
> From: "Max Clark" <[EMAIL PROTECTED]>
> To: "Duane Stark" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Date: Mon, Jul-28-2003 1:37 PM
> Subject: RE: Qmail Upgrade
> 
> Duane,
> 
> The qmail version has not changed in years. Vpopmail is pretty active.
> 
> What are you trying to do? Migrate to a new server?
> 
> Check out inter7.com, they make vpopmail.
> 
> Max
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Duane Stark
> Sent: Monday, July 28, 2003 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: Qmail Upgrade
> 
> 
> Quick question:
> 
> I am replacing a server with a new one.  Freebsd versions are different (old
> 4.6 STABLE, new 4.8) and qmail / vpopmail versions are most likely different
> (havent updated qmail since I built the server over a year ago.
> 
> Is there any easy way to do this? Does anyone have the location of a website
> with good instructions?  I've googled myself to death! :)
> 
> Many thanks,
> Duane
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Qmail Upgrade

2003-07-28 Thread Alin-Adrian Anton
Duane Stark wrote:

Quick question:

I am replacing a server with a new one.  Freebsd versions are different (old 4.6 STABLE, new 4.8) and qmail / vpopmail versions are most likely different (havent updated qmail since I built the server over a year ago.

Is there any easy way to do this? Does anyone have the location of a website with good instructions?  I've googled myself to death! :)

Many thanks,
Duane
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

I don't know if there is a newer version of qmail out there, but what I 
can tell you, the way I consider to be the smoothest one for upgrading 
any port is like this:

portupgrade --use-packages qmail

You can find the portupgrade tool in the ports collection. See it's man 
pages for details.

Alin.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Qmail Upgrade

2003-07-28 Thread Max Clark
Duane,

The qmail version has not changed in years. Vpopmail is pretty active.

What are you trying to do? Migrate to a new server?

Check out inter7.com, they make vpopmail.

Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Duane Stark
Sent: Monday, July 28, 2003 11:27 AM
To: [EMAIL PROTECTED]
Subject: Qmail Upgrade


Quick question:

I am replacing a server with a new one.  Freebsd versions are different (old
4.6 STABLE, new 4.8) and qmail / vpopmail versions are most likely different
(havent updated qmail since I built the server over a year ago.

Is there any easy way to do this? Does anyone have the location of a website
with good instructions?  I've googled myself to death! :)

Many thanks,
Duane

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"