> -----Messaggio originale-----
> Da: Per-fredrik Pollnow (EPK)
> [mailto:[EMAIL PROTECTED]]
> Inviato: marted́ 31 luglio 2001 15.49
> A: 'Andrea Cerrito'
> Cc: Qmail Mailing list (E-mail)
> Oggetto: RE: SMTP+SSL
>
>
> Hi,
>
> Sorry about the bad describe of my problems. I have tried so many
> things, cant post all things to the mailing list, :=), so I need
> some help.
>
> But how to you do when you are using stunnel + smtpd ?
>
> (Yes I use deamontools)
>
>
> This is some of the tings I have tried:
> --------------------------
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 2000000 \
>     /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c
> "$MAXSMTPD" \
>      -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
> /usr/local/sbin/stunnel -p /etc/pem/smtp.pem -N smtp
> -l/var/qmail/bin/qmail-smtpd 2>&1 -- qmail-smtpd

-l /var/qmail/bin/qmail-smtpd -- qmail-smtpd

see the diffs!

1) detach -l and the command
2) do not use 2>&1 before the end of command!

There are a lot of scripts these days about stunnel.
Try a search on some archive. :)
---
Cordiali saluti / Best regards
Andrea Cerrito
^^^^^^^^^^^^^^
Net.Admin @ Centro MultiMediale di Terni S.p.A.
P.zzale Bosco 3A
05100 Terni IT
Tel. +39 0744 5441330
Fax. +39 0744 5441372


Reply via email to