Re: rblsmtpd and firewall

2000-11-28 Thread Chris Johnson

On Tue, Nov 28, 2000 at 09:37:40AM -0300, Roberto Samarone Araujo (RSA) wrote:
>  /usr/local/bin/tcpserver -b 64 -c 64 -x/etc/tcp.smtp.cdb -g 82 -u 82 -t 600
> 0 /usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 |
> /var/qmail/bin/splogger smtpd &

You're missing the port argument. You need to put "smtp" between "0" and
"/usr/local/bin/rblsmtpd."

Chris



Re: rblsmtpd and firewall

2000-11-28 Thread Roberto Samarone Araujo \(RSA\)

>
> Your startup script is messed up. Post it and someone will tell you how to
fix
> it.
>
Ok ...

I put in my qmail.rc this :

 /usr/local/bin/tcpserver -b 64 -c 64 -x/etc/tcp.smtp.cdb -g 82 -u 82 -t 600
0 /usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 |
/var/qmail/bin/splogger smtpd &

thanks

Roberto Samarone Araujo





Re: rblsmtpd and firewall

2000-11-28 Thread Chris Johnson

On Tue, Nov 28, 2000 at 09:00:04AM -0300, Roberto Samarone Araujo (RSA) wrote:
> I turned on my firewall and I looked at my logs when I found this message:
> 
> smtpd: 975401579.539737 tcpserver: fatal: unable to figure out
> port number for /usr/local/bin/rblsmtpd
> 
> What's the port number and protocol(TCP or UDP) that rblsmtpd use ?

Your startup script is messed up. Post it and someone will tell you how to fix
it.

Chris



rblsmtpd and firewall

2000-11-28 Thread Roberto Samarone Araujo \(RSA\)

I turned on my firewall and I looked at my logs when I found this message:

smtpd: 975401579.539737 tcpserver: fatal: unable to figure out
port number for /usr/local/bin/rblsmtpd

What's the port number and protocol(TCP or UDP) that rblsmtpd use ?

thanks,

Roberto Samarone Araujo