On Wed, 9 May 2001, OLIV73 wrote: > Hi all, > > I want to install two qmails at the same time in one server. > Has anybody know if is possible? > I am trying... > Whe I start the second, appears: "alert: cannot start: qmail-send is > already running". I use different ip's for pop and smtp. > I use supervise to run both qmail-send. The installations are on > different directories. > Please help me, It is very important. you probably want then to bind on different adresses? so if you're using tcpserver then: tcpserver -v -u 9001 -g 9101 10.110.0.21 smtp /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 & tcpserver -v -u 9001 -g 9101 10.110.0.22 smtp /var2/qmail/bin/qmail-smtpd 2>&1 | /var2/qmail/bin/splogger smtpd 3 &
