diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-04 00:05:08 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-04 00:05:08 +0000 |
commit | 557769cc1da3e633f00d2d80c368482e0501b5fd (patch) | |
tree | 0e957cc91ba9113c00ac8f18b71191c8e5bce2b2 /common/smtppass.h | |
parent | 9b288451c618394ae35b11206043b69ca1620b6d (diff) |
Transparent proxy support.
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 */ |