[Lunar-commits] CVS: moonbase/mail/imap POST_INSTALL,NONE,1.1
Auke Kok
sofar at lunar-linux.org
Mon Jun 14 09:23:10 GMT 2004
Update of /var/cvs/lunar/moonbase/mail/imap
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2984
Added Files:
POST_INSTALL
Log Message:
Moving imap SSL certificates into imap/POST_INSTALL... it makes no sense on a clean ISO install that openSSL asks for this at all.
--- NEW FILE: POST_INSTALL ---
#fixup certs for imaps and pop3s
if ! query "Generate imaps and pop3s SSL certificates? " n ; then
CERTHOME="/etc/ssl/certs"
if [ -d $CERTHOME ]; then
cd $CERTHOME
if [ ! -e imapd.pem ]; then
make imapd.pem
fi
if [ ! -e ipop3d.pem ]; then
make ipop3d.pem
fi
fi
fi
More information about the Lunar-commits
mailing list