On Wed, 19 Jan 2005 21:55:01 -0500
Jim Hribar <[EMAIL PROTECTED]> wrote:
> Package: courier-mta-ssl
> Version: 0.47-3
> Severity: important
>
>
> Both stable/testing versions of courier-mta-ssl do not create a
> /etc/courier/esmtpd.pem file.
The testing version creates an esmtpd.pem but only if there
is no existing one:
(courier-mta-ssl.postinst):
if [ "$1" = "configure" ]; then
if [ ! -f /etc/courier/esmtpd.pem ]; then
/usr/sbin/mkesmtpdcert
chown daemon /etc/courier/esmtpd.pem
fi
fi
--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]