patches

SQL valias with sieve solution for qmail. New patches and Roundcube plugin

Among the various problems that I set out to fix sooner or later, I think I've finally solved one: the impossibility of having the sieve rules and  the vpopmail aliases saved in the database (--enable-valias) at the same time. But before presenting...

smtp-auth + qmail-tls + forcetls patch for qmail

Download (MD5) Version: 2023.03.23 Changelog Mar 12, 2023- The mail headers will change from "ESMTPA" to "ESMTPSA" when the user is authenticated via starttls/smtps (tx Ali Erturk TURKER) diff here Feb 16, 2022- fixed a TLS Renegotiation DoS vulnerability. Disabled all renegotiation in TLSv1.2 and...

Playing with qmail-spp

qmail-spp provides plug-in support for qmail-smtpd. It allows you to write external programs and use them to check SMTP command argument validity. The plug-in can trigger several actions, like denying a command with an error message, logging data, adding a header...

Limiting the number of emails sent by a given auth-user/domain/IP

If you want to avoid the risk of compromising your server because of accounts who are sending messages indiscriminately to the world, due to the fact that their password was violated in some way, then you can consider  Luca Franceschini's rcptcheck-overlimit.sh...