On Sat, Apr 22, 2000 at 01:49:43PM -0600, Jim Ray wrote:
> On Sat, Apr 22, 2000 at 09:44:01PM +0200, Steffan Hoeke wrote:
> > Ok: 
> > * how do you start qmail ?
> > * ntcpserver or inetd or ...
> > * what's the command line ?
> > 
> This is in the /etc/rc.d/init.d/qmail file for start.  I basically tried to 
>duplicate a previously running version of qmail.  Except for the 'recordio' portion 
>of the script.
> 
> case "$1" in
>     start)
>         echo -n "Starting mail-transfer agent: qmail"
>         sh -c "/usr/sbin/qmail-start \"$alias_empty\" $logger &"
>         # prevent denial-of-service attacks, with ulimit
>         #ulimit -v 2048
>         sh -c "/usr/local/bin/tcpserver \
>             -u 71 -g 65534 -x /etc/tcp.smtp.cdb 0 smtp \
>             recordio \
>             /usr/sbin/qmail-smtpd 2>&1 | /usr/bin/logger -t qmail -p mail.notice &"
>         echo "."
>         ;;
> 
Maybe asking the obvious, but :
have you tried the script WITHOUT the recordio part ?
and what is $alias_empty filled with ? the first \ in \"$alias_empty\" is treated as a 
line continuar isn't it ?

Greatz,
 Steffan
BTW: if you want others to give input, reply to the list, and not personally to me ....
-- 
http://therookie.dyndns.org

Reply via email to