mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-01-23 13:12:21 +01:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
# Enables mail_crypt for all services (imap, pop3, etc)
|
|
mail_plugins = $mail_plugins mail_crypt
|
|
plugin {
|
|
mail_crypt_global_private_key = </certs/ecprivkey.pem
|
|
mail_crypt_global_public_key = </certs/ecpubkey.pem
|
|
mail_crypt_save_version = 2
|
|
}
|