On Wed, 20 May 2009, Charlie Brady wrote:
> So try:
>
> #!/bin/sh
> exec 2>&1 \
> exec \
>         /usr/local/bin/softlimit -m 100000000 \
>         /usr/bin/perl -T ./qpsmtpd-prefork \
>         --port 25 \
>         --port 587 \
>         --children 30 \
>         --idle-children 5 \
>         --renice-parent 5 \
>         --max-from-ip 10 \
>         --user smtpd

Looks like I spoke too soon...

I set everything up with the stock config/plugins, and that run file, and
after I linked qpsmtpd into /service/, it loaded as expected, waiting for
connections.

However, when I use 'svc' to HUP or bring the service down and then up, I
get the following error, repeating:

./run: line 2: exec: exec: not found

The process table shows prefork loading and dying, over and over.

Ideas?

Thanks.

J.

Reply via email to