[EMAIL PROTECTED] wrote:

>I have set my rc.qmail file as is written in LWQ. I'm trying to find some
>more info on qmail-smtpd-wrapper. Especially what exactly it does, and what
>ouput it gives.
>
>Can anyone point me towards some more documentation?

The qmail-smtpd-wrapper is included in LWQ:

    #!/bin/bash
    ulimit -d 1024
    exec /var/qmail/bin/qmail-smtpd ${1+"$@"}

It just uses bash's ulimit command to limit the data segment size of
the process to 1 MB, then exec's qmail-smtpd.

-Dave

Reply via email to