The missing double quote was a typo in the email only, I have since removed
the rblsmtpd from the line and I still get the access denied error.
The problem is the access denied error and not the rblsmtpd.
Here is the output from you advice;
mail# ls -ld /etc /etc/tcpcontrol /etc/tcpcontrol/smtp.cdb
drwxr-xr-x 15 root wheel 5632 Sep 28 15:48 /etc
drwxr-x--- 3 root wheel 512 Sep 28 15:49 /etc/tcpcontrol
-rw-r--r-- 1 root wheel 8886 Sep 28 15:48 /etc/tcpcontrol/smtp.cdb
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 28, 2000 4:08 PM
Subject: Re: Urgent
> 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.
>