View Single Post

  #1 (permalink)  
Old 07-10-2003
windchild
 
Posts: n/a
Default rblsmtpd......fatal error unable to bind.......???

I have a server with qmail and vmailmgr, i try rblsmtpd program for
anti-spam service. I have add this lines in /etc/rc.d/rc.local

/usr/local/bin/tcpserver -H -R -x /etc/tcp.smtp.cdb -u 1001 -g 102 0
25 /usr/lo
cal/bin/rblsmtpd -r relays.ordb.org /var/qmail/bin/qmail-smtpd &
>/dev/null 2>/d

ev/null

tcpserver: fatal: unable to bind: address already used

In the /etc.rc.d/rc.local there are:

/usr/local/bin/tcpserver -vHRx /var/qmail/users/cdb -llocalhost -- 0
322 /usr/sbin/vmailmgrd -D -V 2>&1 (vmailmgr)

and

/usr/local/bin/tcpserver -v -HR 0 pop-3 /var/qmail/bin/qmail-popup
`hostname` /usr/bin/checkvpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
| /var/qmail/bin/splogger pop3d & (pop3)


Why rblsmtpd it gives this error? is incompatible with vmailmgr?

Hi
Stefano
Reply With Quote