On Tue, Mar 20, 2001 at 11:48:55AM -0000, Iain Morrison wrote:
> The problem is that I am unable to connect to the SMTP server even via the 
> loopback address. When I telnet to port 25 I get connected but get a dead 
> prompt.
[snip]

> The run file for qmail-smtpd is:

...riddled with typos...

> #!/bin/sh
> QMAILDUID='is -u qmaild'

"is" should be "id".

> NOFILESGID='id -g qmaild'
> MAXSMTPD='cat /var/qmail/control/concurrencyincoming'
> exec /usr/local/bin/softlimit -m 2000000 \
>     /usr/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "MAXSMTPD" \

"MAXSMTPD" should be "$MAXSMTPD".

>     -u "$QMAILDUID" -g "$NOFILESGIS" 0 smtp /var/qmail/bin/qmail-smtpd 

"$NOFILESGIS" should be "$NOFILESGID"


Regards,
james
-- 
James Raftery (JBR54)
  "It's somewhere in the Red Hat district"  --  A network engineer's
   freudian slip when talking about Amsterdam's nightlife at RIPE 38.

Reply via email to