Symantec BRIGHTMAIL Installation Guide - Page 40

INPUT_MAIL_FILTERS option. See, Configuring Sendmail Switch to Work, with Brightmail Scanner

Page 40 highlights

Configuring Sendmail for the Brightmail Filter Where: port_number is the valid networking port number that you configured for the bmifilter program. machine is the IP address or DNS name of the machine that is running bmifilter. You can also specify the behavior when Sendmail cannot connect to the Brightmail Filter. You can configure Sendmail to: • Temporarily reject the message with an SMTP 4xx instruction. To specify this behavior, add the F=T flag to the X setting. • Permanently reject the message with an SMTP 5xx instruction. To specify this behavior, add the F=R flag to the X setting. • Accept the message and send it through (as if the Brightmail Filter was not present). You specify this behavior by omitting the F= option. • Specify a timeout period. To do this, add the T=C flag to the X setting. The following example omits the F= flags so that Sendmail accepts messages if it cannot connect to the Brightmail Filter: Xbmifilter, S=inet:[email protected]_domain.com Where: machine is the host to which Sendmail will connect. If you do not specify a machine name, Sendmail will try to connect on the same machine. NOTE: In Sendmail Switch, you specify the filter name, filter address and optional settings differently.You type bmifilter in the Filter Name field, and the filter address and optional settings in the Equates field of the INPUT_MAIL_FILTERS() option. See "Configuring Sendmail Switch to Work with Brightmail Scanner," on page 35 for more information. The following example shows the use of the T= flag to specify a timeout period: This example may not be optimal for your environment. Xbmifilter, S=inet:[email protected]_domain.com, F=T, T=C:10m;S:1m;R:1m;E:10m Where: C is the connect timeout, S is the send timeout, R is the receive timeout, E is the total timeout, and m represents minutes. To specify both F= and T= flags, separate them with a comma followed by a space as shown. For more information on the syntax for this setting, see: http:// www.milter.org/milter_api/installation.html. 34 Symantec Brightmail AntiSpam™

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160

Configuring Sendmail for the Brightmail Filter
34
Symantec
Brightmail AntiSpam™
Configuring Sendmail for the Brightmail Filter
Where:
port_number
is the valid networking port number that you configured for the
bmifilter
program.
machine
is the IP address or DNS name of the machine that is running
bmifilter
.
You can also specify the behavior when Sendmail cannot connect to the Brightmail Filter.
You can configure Sendmail to:
Temporarily reject the message with an
SMTP 4xx
instruction. To specify this
behavior, add the
F=T
flag to the
X
setting.
Permanently reject the message with an
SMTP 5xx
instruction. To specify this
behavior, add the
F=R
flag to the
X
setting.
Accept the message and send it through (as if the Brightmail Filter was not present).
You specify this behavior by omitting the
F=
option.
Specify a timeout period. To do this, add the
T=C
flag to the
X
setting.
The following example omits the
F=
flags so that Sendmail accepts messages if it cannot
connect to the Brightmail Filter:
Where:
machine
is the host to which Sendmail will connect. If you do not specify a machine
name, Sendmail will try to connect on the same machine.
NOTE:
In Sendmail Switch, you specify the filter name, filter address and optional
settings differently.You type
bmifilter
in the Filter Name field, and the filter
address and optional settings in the Equates field of the
INPUT_MAIL_FILTERS() option. See
“Configuring Sendmail Switch to Work
with Brightmail Scanner,” on page 35
for more information.
The following example shows the use of the
T=
flag to specify a timeout period:
This example may not be optimal for your environment.
Where:
C
is the connect timeout,
S
is the send timeout,
R
is the receive timeout,
E
is the total
timeout, and
m
represents minutes.
To specify both
F=
and
T=
flags, separate them with a comma followed by a space as
shown. For more information on the syntax for this setting, see:
http://
www.milter.org/milter_api/installation.html
.
Xbmifilter, S=inet:41001@
machine
.
your_domain.com
Xbmifilter, S=inet:41001@
machine
.
your_domain.com
,
F=T, T=C:10m;S:1m;R:1m;E:10m