Symantec BRIGHTMAIL Installation Guide - Page 23

Enable Sendmail External Filtering, undermine Symantec Brightmail AntiSpam's effectiveness.

Page 23 highlights

Installing Brightmail Scanner for Sendmail over a secure connection. Consequently, TCP port 443 must be configured to allow outbound connections. NOTE: Symantec Brightmail AntiSpam's ability to identify spam accurately depends on having access to messages in their original form. Software and hardware which modify message headers and/or the content or structure of message bodies may undermine Symantec Brightmail AntiSpam's effectiveness. Enable Sendmail External Filtering Your Sendmail installation must have support enabled for the Mail Filter API (Milter). Milter is necessary to support external mail filters, such as the Brightmail Filter. To verify if you have Milter support enabled, type the following command: /usr/lib/sendmail -bt -d0 < /dev/null The system displays text similar to the following: Version 8.12.11 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET NETINET6 NETUNIX NIS NISPLUS PIPELINING SCANF XDEBUG If you see a reference to MILTER, then your Sendmail installation has the required Milter support and you can skip this section. Otherwise, follow the steps below to add the necessary lines to the build configuration file in the Sendmail directory and build a new version of Sendmail. If you have problems building and configuring Sendmail, refer to the following configuration document: http://www.milter.org/milter_api/installation.html. If you do not have the Sendmail source, you can find it on the Sendmail Web site: http://www.sendmail.org. NOTE: For more information on setting up Sendmail see "Configuring Sendmail for the Brightmail Filter," on page 33. To compile Sendmail 8.12 to use external mail filters: 1 Log in as root. 2 Change to your base sendmail directory and open the build configuration file (located at devtools/Site/site.config.m4). You can create this file if it doesn't exist. 3 Add the following line: APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER') 4 Save your changes to the build configuration file. Installation Guide 17

  • 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

Installing Brightmail Scanner for Sendmail
Installation Guide
17
over a secure connection. Consequently, TCP port 443 must be configured to allow
outbound connections.
NOTE:
Symantec Brightmail AntiSpam’s ability to identify spam accurately depends on
having access to messages in their original form. Software and hardware which
modify message headers and/or the content or structure of message bodies may
undermine Symantec Brightmail AntiSpam’s effectiveness.
Enable Sendmail External Filtering
Your Sendmail installation must have support enabled for the Mail Filter API (Milter).
Milter is necessary to support external mail filters, such as the Brightmail Filter.
To verify if you have Milter support enabled, type the following command:
The system displays text similar to the following:
If you see a reference to
MILTER
, then your Sendmail installation has the required Milter
support and you can skip this section.
Otherwise, follow the steps below to add the necessary lines to the build configuration file
in the Sendmail directory and build a new version of Sendmail. If you have problems
building and configuring Sendmail, refer to the following configuration document:
. If you do not have the
Sendmail source, you can find it on the Sendmail Web site:
.
NOTE:
For more information on setting up Sendmail see
“Configuring Sendmail for the
Brightmail Filter,” on page 33
.
To compile Sendmail 8.12 to use external mail filters:
1
Log in as
root
.
2
Change to your base
sendmail
directory and open the build configuration file (located
at
devtools/Site/site.config.m4
).
You can create this file if it doesn’t exist.
3
Add the following line:
4
Save your changes to the build configuration file.
/usr/lib/sendmail -bt -d0 < /dev/null
Version 8.12.11
Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7
NAMED_BIND NDBM NETINET NETINET6 NETUNIX NIS NISPLUS
PIPELINING SCANF XDEBUG
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')