mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-28 18:53:16 +02:00
Working Draft
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# 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_global_private_key = </etc/letsencrypt/live/ecprivkey.pem
|
||||
mail_crypt_global_public_key = </etc/letsencrypt/live/ecpubkey.pem
|
||||
mail_crypt_save_version = 2
|
||||
}
|
||||
|
Reference in New Issue
Block a user