FuGlu Mail Content Scanner¶
FuGlu is a mail scanning daemon for Postfix written in Python. It acts as the glue application between the MTA and spam checkers and antivirus software. FuGlu focuses on being solid, easy to manage, debug and monitor.
Fuglu comes with a bunch of plugins for doing all kinds of mail processing related tasks (content filter, header and body modifications, out-of-office autoreplies, archiving, statistics, …) The simple plugin architecture makes it easy for anyone with basic python skills to add new functionality.
Documentation¶
- Overview
- Installation
- Configuration
- Operation
- Plugins
- Overview
- Types of plugins
- Plugin configuration
- Plugins included in Fuglu
- SpamAssassin
- Clam AV
- Sophos AV
- F-Prot AV
- ICAP AV
- DrWeb AV
- Cyren AV
- FuzzyHash
- Attachment Blocker
- FileHashCheck
- EncryptedArchives
- Archive
- BACN
- Action Override
- ConditionalRcptAppend
- Filter Decision
- Filter Decision
- delete Message
- RcptRewrite
- Delay Message by 0.000001
- DNSData
- ARC Sign
- ARC Verify
- DKIM Sign
- DKIM Verify
- DMARC
- SPFPlugin
- SPFOut
- Sender Rewrite Scheme
- DomainAuth
- FuzorCheck
- FuzorReport
- FuzorReportAppender
- GeoIPLookup
- ASNLookup
- KnownSubject
- KnownSubjectAppender
- AutoReport
- IMAPCopyPlugin
- MailFeed
- MessageSize
- RSpamd
- ScriptFilter
- URIExtract
- EmailExtract
- QRExtract
- DomainAction
- EmailAction
- Vacation
- Address Check
- OriginPolicy
- SenderDomainRules
- NoBounce
- MilterData2Header
- PFQDRateLimit
- ToCCLimit
- AccessRestrictions
- EnforceTLS
- TLSSender
- Block and welcome list evaluation plugin
- Plugin Skipper
- Plugin Fraction
- Debugger
- Statsd Sender: Plugin Time
- Statsd Sender: Global Message Status
- Statsd Sender: Per Recipient Message Status
- ElasticLogger
- Extra plugins
- Writing your own plugins
- The fuzor hash
- Support & FAQ
- ISP Config
- Plugin API
- Development