Topic: System overview Postfix
==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySql
- Linux/BSD distribution name and version: Debian wheezy
- Related log if you're reporting an issue:
====
So let's start with postfix overview. I'll do some graphics later on to see how things work together.
Postfix has a few posibilities to check spam internally or externally. iRedMail uses those:
Postfix pre queue filter
======================
postscreen -> not used
smtpd milter -> not used
smtp prox filter -> not used
non smtp milter -> not used
policy filter
-------------------------------
iRedAPD (tcp 7777)
Question:
- what exactly is this for and how can it be maintained?
Cluebringer (tcp 10031)
- core
- access control
- check helo
- check spf
- greylisting
- quotas
Questions:
- what is enabled/configured by default?
- what happens in case of pass / fail?
Postfix after queue filter
======================
content filter
------------------------
amavis new (tcp 10024, postfix tcp 10025)
- check bad headers -> fail: pass to recipient
- check banned attachements -> fail: pass to recipient (new release move to junk folder)
- hand over to clamav, check for virus -> fail: notify sender, delete email
- hand over to spamassassin -> fail: pass to recipient (new release move to junk folder)
- plugins loaded by spamassassin:
- DKIM, signing and verification
- SPF verification
- Pyzor
- Razor2
- SpamCop
- AutoLearnThreshold
- WhiteListSubject
- MIMEHeader
- ReplaceTags
- Bayes
- BodyEval
- DNSEval
- HTMLEval
- RelayEval
- URIEval
- WLBLEval
- VBounce
- ImageInfo
- FreeMail
Questions:
- is this correct?
- what are the plugins used for?
Are there some other filters (except built in smtpd checks)?
Thanks
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.