On Thu, Sep 28, 2000 at 03:56:45PM -0700, Sean Peterson wrote:
> I am currently running qmail-1.03 with tcpserver.
>
> I attempted to update the rblsmtpd to utilize RSS when all hell broke
> loose.
>
> Now when I start tcpserver with the following command (All on one line);
>
> /usr/local/bin/tcpserver -u $QMAILDUSER -g $QMAILDGROUP -p -x
> /etc/tcpcontrol/tcp/smtp.cdb -c 60 0 smtp /usr/local/bin/rblsmtpd
> /usr/local/bin/rblsmtpd -r "relays.mail-abuse.org:Open relay problem -
> see <http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>
> /var/qmail/bin/qmail-smtpd &
I wish people would cut and paste the real unadulterated thing. That can't possibly
run at all as you are missing a close double quote for the -r option. You've just
made out job a lot harder as we have to guess what you are really doing. Do you think
that's the best way to get a good response when you need urgent help?
> I get the follow err message;
>
> tcpserver: warning: dropping connection, unable to read
> /etc/tcpcontrol/smtp.cdb: access denied
It strikes me that this message is pretty straightforward.
Are you starting tcpserver as root?
Have you examined the permissions to that file?
What does the output of:
ls -ld /etc /etc/tcpcontrol /etc/tcpcontrol/smtp.cdb
show?
Regards.