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

@@ -21,6 +21,8 @@ struct __config {
int clamd_port;
char clamd_socket[MAXVAL];
int encrypt_messages;
int tls_enable;
char pemfile[MAXVAL];
char cipher_list[MAXVAL];