At 11:54 AM +0100 2/1/00, Vincent Schonau wrote:
>From your emails to the list it seems that you're attempting to use 
>qmail using serveral different approaches. You should probably start 
>over, and follow the instructions at
>    <URL:http://web.infoave.net/~dsill/lwq.html#installation> *exactly*.

Actually, I was helping a guy get qmail running on Yellow Dog Linux 
(runs on PPC's, i.e. Macs), and it was failing precisely *because* he 
was following the instructions exactly.   The problem turned out to 
be this

>exec /usr/local/bin/softlimit -m 2000000 \
>      /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
>          -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd
>2>&1

The memory limit was too small for tcpserver (takes about 1.5 M) to 
load a copy of glibc (about 1M), so getservbyname was failing, so no 
smtp service could be found.

Dave, you should make clear that 2000000 may need adjusting.  This 
would likely have failed on my new Sun Ultra 5's as well, although I 
use my own scripts there, so I've never actually tried it.

--
Paul J. Schinder
NASA Goddard Space Flight Center
Code 693
[EMAIL PROTECTED]

Reply via email to