added encrypt_messages piler.conf option to decide whether to encrypt messages or not

This commit is contained in:
SJ
2013-01-11 11:37:23 +01:00
parent d7792ee9f3
commit 04a39461d3
6 changed files with 69 additions and 48 deletions

View File

@ -25,6 +25,9 @@ default_retention_days=2557
; this is a 16 character long vector
iv=****************
; whether to encrypt messages (1) or not (0).
encrypt_messages=1
; number of worker processes, ie. the number of simultaneous smtp connections to piler.
number_of_worker_processes=10