logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkimapdcert - create a test SSL certificate for IMAP over SSL

Author

SamVarshavchik
           Author

Description

       IMAP over SSL requires a valid, signed, X.509 certificate. The default location for the certificate file
       is /etc/courier/imapd.pem.  mkimapdcert generates a self-signed X.509 certificate, mainly for testing.
       For production use the X.509 certificate must be signed by a recognized certificate authority, in order
       for mail clients to accept the certificate.

       /etc/courier/imapd.pem must be owned by the courier user and have no group or world permissions. The
       mkimapdcert command will enforce this. To prevent an unfortunate accident, mkimapdcert will not work if
       /etc/courier/imapd.pem already exists.

       mkimapdcert requires OpenSSL to be installed.

Files

       /etc/courier/imapd.pem
           X.509 certificate.

       /etc/courier/imapd.cnf
           Parameters used by OpenSSL to create the X.509 certificate.

Name

       mkimapdcert - create a test SSL certificate for IMAP over SSL

Notes

        1. courier(8)
           http://www.courier-mta.org/courier.html

Courier Mail Server                                06/10/2024                                     MKIMAPDCERT(8)

See Also

courier(8)[1]

Synopsis

/usr/sbin/mkimapdcert

See Also