diff options
author | Richard Nelson <cowboy@debian.org> | 1998-06-23 10:00:00 -0500 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:37 +0200 |
commit | 6202a816311c5e56f71ecd358850b1e6d8cd7065 (patch) | |
tree | de47ad4f657df101b6f36a07a6c6e19191be7de9 /src/sendmail.h | |
parent | 6c193ce1dd1d07ebdc1372e38bc4908ab1c37705 (diff) | |
download | sendmail-debian/8.8.8-20.tar.gz |
Imported Debian patch 8.8.8-20debian/8.8.8-20
Diffstat (limited to 'src/sendmail.h')
-rw-r--r-- | src/sendmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sendmail.h b/src/sendmail.h index fc3bf49..7524d7b 100644 --- a/src/sendmail.h +++ b/src/sendmail.h @@ -1218,6 +1218,9 @@ EXTERN bool DoQueueRun; /* non-interrupt time queue run needed */ #if _FFR_DSN_RRT_OPTION EXTERN bool RrtImpliesDsn; /* turn Return-Receipt-To: into DSN */ #endif +#ifdef TCPWRAPPERS +EXTERN bool TcpWrappers; /* Use tcp wrappers for access control. */ +#endif EXTERN char *DeadLetterDrop; /* path to dead letter office */ EXTERN bool DontProbeInterfaces; /* don't probe interfaces for names */ EXTERN bool ChownAlwaysSafe; /* treat chown(2) as safe */ |