forked from MiroslavHoudek/postfix-filter-loop
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a very simple Python code to achieve Advanced Content Filtering in Postfix ( http://www.postfix.org/FILTER_README.html ) . This Python code listens on one port to get emails from Postfix, then you can do the magic (remove email, change contents) and then re-inject the mail into Postfix. I needed a Python code to do just that, using only …
to-bee/postfix_monitoring
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
This is a very simple Python code to achieve Advanced Content Filtering in Postfix ( http://www.postfix.org/FILTER_README.html ) . This Python code listens on one port to get emails from Postfix, then you can do the magic (remove email, change contents) and then re-inject the mail into Postfix. I needed a Python code to do just that, using only …
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 86.2%
- Shell 13.8%