iRedAPD
iRedAPD copied to clipboard
A simple Postfix policy server.
Dear all, Just want to share with you that we're developing a new [milter](https://www.postfix.org/MILTER_README.html) program to replace iRedAPD, so don't feel sad if not many commits here. ### Why? iRedAPD...
Hi, This is a very minor bug which unfortunately generates tickets from our systems since we monitor every cron output. Basically in https://github.com/iredmail/iRedAPD/blob/114f99384369e28933b64216584a7b9ba6f951e9/samples/logrotate.d/iredapd#L10-L12 Generates output: ``` /etc/cron.daily/logrotate: Redirecting to /bin/systemctl...
I am using Postfix as my MTA and iRedAPD as my greylisting plugin in an 8-core machine. I receive more than 10 simultaneous connections at times to my MTA and...
I did a `pip install sqlalchemy` which installed sqlAlchemy 2.0.15 but using this version, I got a lot of errors like `Error while executing SQL command: ObjectNotExecutableError()` or `AttributeError("'Engine' object...
MTAs have a timeout limit for external server processes (e.g., policy servers or milters). For example, using a policy server like iRedAPD, the postfix MTA will wait for the completion...
The sendmail_with_cmd function fails with a TypeError: a bytes-like object is required, not 'str'
Currently, sending an email to a mailing list with, e.g. 30 members, throttle plugin counts it as 30 messages (and 10 emails sent to the mailing list are counted as...