I have followed the below steps to run separate qmail's at /var/qmail and
/var/qmail2........
My system is a Linux 6.2 kernel 2.2.14, ext2fs
1.. # killall qmail-send ( stopped qmail daemon. )
2.. # mv /var/qmail /var/qmail2.
3.. # cd /usr/src/qmail-1.03
4.. # vi conf-qmail ( Changed /var/qmail in conf-qmail file to
/var/qmail2. )
5.. # make setup check.
6.. # vi conf-qmail ( Changed conf-qmail file back to /var/qmail )
7.. # make setup check.
8.. # /var/qmail/rc & ( this restarted qmail daemons )
9.. # /var/qmail2/rc &. ( When I start this it says qmail-send already
running )
Was I wrong anywhere ???
Thanks & Regards,
Rajesh,
----- Original Message -----
From: "Vincent Schonau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 1:56 PM
Subject: Re: Problem with conf-split config
> On Wed, Jun 27, 2001 at 10:42:26AM +0530, D Rajesh wrote:
> > Hi there,
>
> >I have done the conf-split configuration and after make setup It created
> >directory /var/qmail. I have moved the original /var/qmail to /var/qmail2
> >before the make setup. After finishing the installation, I have started
> >"/var/qmail/rc " in background. It got started successfully. Then if I
try
> >to start " /var/qmail2/rc " then it gives error saying qmail-send already
> >running...
>
> If you want two separate copies of qmail running, you have to put
> /var/qmail2 into conf-qmail and recompile. If you don't change conf-qmail,
> the /var/qmail path will still be compiled into your binaries.
>
> Vince.
>