My Scripts are as follows


my qmail-pop3d run script is

#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -R -H 0 pop3 /var/qmail/bin/qmail-popup mail.dsl-co.com 
/var/spool/mail/popmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

qmail-send

#!/bin/sh
exec /var/qmail/rc


qmail-smtp script

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1


rc script

#!/bin/sh

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
./Maildir/'



At 03:56 PM 8/18/2001 +0200, you wrote:
>hi,
>what does your startscript look like? especially the parameters of
>tcpserver are of interrest.
>i just guess that there's neither -H nor -R - the most common cause for
>timeouts ...
>hope that helps
>alexander
>
>Dave Lewis wrote:
> > The can get mail perfectly, however when they go to send it
> > seems to time
> > out, server not responding.  (in netscape or eudora) ???
>

Reply via email to