diff options
author | Ermal <eri@pfsense.org> | 2012-07-14 21:42:05 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-14 21:42:05 +0000 |
commit | 74be211e27223e4d05ffd50c7a4b76f3fe00717a (patch) | |
tree | 3c483cfc8efb754538ba898272da18bd18b9cfc0 /config | |
parent | 9cb0bdb0a39b9bb117dfcfa255bb1caf8b0bf627 (diff) | |
download | pfsense-packages-74be211e27223e4d05ffd50c7a4b76f3fe00717a.tar.gz pfsense-packages-74be211e27223e4d05ffd50c7a4b76f3fe00717a.tar.bz2 pfsense-packages-74be211e27223e4d05ffd50c7a4b76f3fe00717a.zip |
Correct var name
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 9fa3beab..a4254bb8 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -1167,7 +1167,7 @@ EOD; $smtp_preprocessor = <<<EOD # SMTP preprocessor # preprocessor SMTP: \ - ports { {$mail_ports} } \ + ports { {$smtp_ports} } \ inspection_type stateful \ normalize cmds \ valid_cmds { MAIL RCPT HELP HELO ETRN EHLO EXPN VRFY ATRN SIZE BDAT DEBUG EMAL ESAM ESND ESOM EVFY IDENT NOOP RSET SEND SAML SOML AUTH TURN ETRN PIPELINING \ |