Updated: postfix and amavis filters
"MrC" <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.general,gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <001e01c7700e$5a501800$0a02a8c0@yellowstone> |
I've updated the postfix and amavis filters:
Files updated:
- scripts/services/amavis (v1.45)
- scripts/services/postfix (v1.34)
- conf/services/postfix.conf (v1.12)
Changes:
postfix:
- Lowercase recipient addresses in several Reject sections
- Capture and report postfix-spf lines
- New config variable postfix_PolicySPF
- Capture and report reject_uknown_reverse_client_hostname
- Capture and report as config warning: "looking for plugins" NSF error
- fix reject header|body RE to allow "local" as host/ip
- really ignore lines that don't match SyslogName;
- add inc_unmatched subroutine for easier debug of unmatched lines
- Capture and summarize postfix-script output (starts, stops, refresh,
etc.)
- Remove redundant chomps
amavis:
- Handle multiple viruses in list in Malware by Scanner
- Handle multiple recipients in Release from quarantine
- Swap From and To keys in Release from quarantine, to handle multiple
recipients
- add inc_unmatched subroutine for easier debug of unmatched lines
- Fix problem in sort routine where IP addresses were being captured
anywhere in an output line for comparison via pack 'C4' - only
attempt IP comparison if an IP address is the start of an output line.
MrC