On Tue, Sep 21, 1999 at 10:12:42AM +0200, Piotr Wanat wrote:
> I tried to run so many different configs and still no luck.
> basic script for launching smtp looks like this:
>
> tcpserver -v -u 508 -g 509 0 smtp /var/qmail/bin/qmail-smtpd \
> 2>&1 | /var/qmail/bin/splogger smtpd 3 &
>
> But I cannot send message form any external host - I found in logs:
> 937900864.859093 tcpserver: warning: dropping connection, unable to run
> qmail-smtpd: file does not exist
>
> (of course qmail-smtpd exists in /var/qmail/bin/) Any idea?
The file may exist, but if /var/qmail/bin has the wrong permissions, the
qmaild user may not be able to look at the files. The usual mode is 755
for /var/qmail and /var/qmail/bin.
--
See complete headers for more info