| Richard Harms on Tue, 03 Jun 2003 21:58:19 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: [Cialug] sendmail/SSL |
cat $PEM1 > sendmail.pem echo "" >> sendmail.pem cat $PEM2 >> sendmail.pem rm $PEM1 $PEM2
how would you create the certificates if you didn't have "make sendmail.pem" to do the dirty work for you? i gave up and ran stunnel. my conf for stunnel looks like this, if anyone's curious...
$ cat /etc/stunnel/stunnel.conf
client = no
[25]
accept = 465
connect = 25
$
preeetty basic. 465 is the ssmtp port, if you were wondering.
--waldo
_______________________________________________ Cialug mailing list Cialug@xxxxxxxxxx http://cialug.org/mailman/listinfo/cialug