On Fri, 2002-11-15 at 18:52, Joeffrey Betita wrote: > i already remove the softlimit and tcpserver command but still having > problem. > > this error msg appear on our /var/log/qmail/pop3d/current > > tcpserver: fatal: unable to bind: address already used
Funny, I seem to get the same recurring error message, but in my case generated by readproctitle (part of supervise). However, everything's working fine even with the error. Right now I'm tracking what service in particular is generating the error, and I can't seem to find it! Try doing Benj's suggestion (netstat -plt) to see if there's any other program besides tcpserver -> qmail-pop3d bound into the pop3 port. > > this is my configuration on /var/qmail/supervise/qmail-pop3d/run scripts > > #!/bin/sh > MAXCON=100 > 0 110 /var/qmail/bin/qmail-popup example.com.ph > /home/vpopmail/bin/vchkpw \ > /var/qmail/bin/qmail-pop3d Maildir 2>&1 The "0 110" thing is part of the tcpserver command argument, so scrap that if you're not using tcpserver. Also, remember to have the \ after the line. This should make /var/qmail/bin/qmail-popup example.com.ph \ (etc...) HTH :) -- Joon Guillen ================================ So computers are tools of the Devil? thought Newt. He had no problem believing it. Computers had to be the tools of _somebody_, and he knew for certain that it definitely wasn't him. from "Good Omens", Neil Gaiman & Terry Pratchett _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
