mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-18 02:10:54 +00:00
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
# /etc/dovecot/conf.d/70-crypto.conf
|
|
# Global mail-crypt keys.
|
|
crypt_global_private_key global {
|
|
crypt_private_key_file = /mail_crypt/ecprivkey.pem
|
|
}
|
|
crypt_global_public_key_file = /mail_crypt/ecpubkey.pem |