added starttls support to piler daemon

This commit is contained in:
SJ
2012-10-28 20:36:46 +01:00
parent d7f860c15b
commit dbbebbe5bf
13 changed files with 236 additions and 13 deletions

View File

@@ -20,6 +20,10 @@ struct __config {
int clamd_port;
char clamd_socket[MAXVAL];
int tls_enable;
char pemfile[MAXVAL];
char cipher_list[MAXVAL];
int use_antivirus;
char memcached_servers[MAXVAL];