Skip to content

Set up a rate-limited unauthenticated outgoing SMTP instance

ale requested to merge more-rate-limiting into master

Listening on mail-frontend:10026, implemented as another smtpd in the postfix-out instance.

Some changes were necessary to share the single policyd-rate-limit process's socket among the two Postfix instances (chrooted). However another possibility could have been to run multiple policyd-rate-limit instances (though there is overlap between the roundcube and smtp-auth namespaces).

Merge request reports