diff options
Diffstat (limited to 'common/smtppass.h')
-rw-r--r-- | common/smtppass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/smtppass.h b/common/smtppass.h index 2fc6f9e..eb9378e 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -122,6 +122,7 @@ typedef struct clstate int bounce; /* Send back a reject line */ int quarantine; /* Leave virus files in temp dir */ int debug_files; /* Leave all files in temp dir */ + int transparent; /* Transparent proxying */ /* State --------------------------------- */ int daemonized; /* Whether process is daemonized or not */ |