On Mon, Mar 15, 2004 at 01:01:27PM +0200, [EMAIL PROTECTED] wrote: > > Dear all , > > am trying to install pop3 or imap service > i have copied this script > vi /var/qmail/supervise/qmail-pop3d/run > #!/bin/sh > MAXPOP3D=`head -1 /var/qmail/control/concurrencypop3` > exec /usr/local/bin/softlimit -m 2000000 \ > /usr/local/bin/tcpserver -v -R -H -l 0 -x /etc/tcp.pop3.cdb -c "$MAXPOP3D" \ > 0 110 /var/qmail/bin/qmail-popup mail.alkhabeer.com > /var/qmail/bin/auth_pop \ > /var/qmail/bin/qmail-pop3d Maildir 2>&1 > but when i try to run it i get this error > [EMAIL PROTECTED] root]# /var/qmail/supervise/qmail-pop3d/run > tcpserver: fatal: unable to bind: address already used >
Some other process already uses the port 110 on your machine. First you need to kill this process. -- :wq Claudio
