mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
added starttls support to piler daemon
This commit is contained in:
@ -47,6 +47,21 @@ backlog=20
|
||||
|
||||
workdir=/var/piler/tmp
|
||||
|
||||
;
|
||||
; starttls stuff
|
||||
;
|
||||
|
||||
; whether to enable (1) or disable (0) starttls support
|
||||
tls_enable=0
|
||||
|
||||
; PEM file containing both the certificate and the private key.
|
||||
; Make sure to create this file (and secure it with chmod 600 /usr/local/etc/piler.pem)
|
||||
; before turning on starttls support!
|
||||
pemfile=
|
||||
|
||||
; cipher list to use, see 'man SSL_CTX_set_cipher_list' for more details
|
||||
cipher_list=HIGH:MEDIUM
|
||||
|
||||
|
||||
; piler's own header to indicate previously archived messages
|
||||
piler_header_field=X-piler: piler already archived this email
|
||||
|
Reference in New Issue
Block a user