A postfix smtp proxy which has the ability to interject smtp traffic and replace large files inside the mail with links
Go to file
Tyrolyean 4e8956f848
Corrected pointers to body from old style
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
2020-04-28 20:04:21 +02:00
include Added insert tool and mail parsing 2020-04-28 18:50:30 +02:00
src Corrected pointers to body from old style 2020-04-28 20:04:21 +02:00
.gitignore Added gitignore 2020-04-24 23:08:47 +02:00
LICENSE INITIAL COMMIT 2020-04-24 23:01:02 +02:00
Makefile Added tcp forwarder for postfix 2020-04-26 18:01:10 +02:00
README INITIAL COMMIT 2020-04-24 23:01:02 +02:00

README

MAILATTACH

This program starts a process which listens on a unix socket for incoming
milter connections. Incoming mail is scanned for large files and files above a
certain threshold are replaced with links which the user may specify.