-
Notifications
You must be signed in to change notification settings - Fork 326
maddy 0.9.0
#827
New features
- Implement no-downtime config reloading
maddy now can reload configuration on SIGUSR2. This is
done by internally restarting the server - starting the new
one with new configuration while gracefully shutting down the
old one while preserving all listener sockets. Therefore
there is no moment when the server is not ready to accept
connections.
- check/dnsbl: Implement per-response code scoring
Now you can adjust DNSBL scores based on response (IP address)
returned. See check.dnsbl documentation for example.
Minor improvements
- auth/dovecot_sasl: Update protocol to be compatible with Dovecot 2.4 (Enabling Dovecot SASL in submission config hangs maddy on startup, systemd times out and kills it #808 ).
- sql_query/sql_table: Transparently support transpiled SQLite driver (fixes default config
compatibility while transpiling). - check/rspamd: Make "reject" and "soft reject" have configurable actions (thanks @cxvqo!).
This discussion was created from the release maddy 0.9.0.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment