Add tls flag to smtp.log. Will be set if a connection switched to startls.

This commit is contained in:
Bernhard Amann 2014-05-15 10:53:11 -07:00
parent 388b8f92ec
commit 10cc44b37f
6 changed files with 136 additions and 137 deletions

View file

@ -51,8 +51,7 @@ export {
user_agent: string &log &optional;
## Indicates that the connection has switched to using TLS
tls: bool &default=F;
tls: bool &log &default=F;
## Indicates if the "Received: from" headers should still be
## processed.
process_received_from: bool &default=T;