Commit Graph
4 Commits
Author SHA1 Message Date
ValdikSS b52fa1146a Unset Postfix smtpd_tls_session_cache_database, reduce disk writes (#3981)
Postfix may update smtpd_tls_session_cache_database quite frequently even on not busy server, which leads to unnecessary (excessive) disk writes, which is an issue for SSD.
Postfix documentation suggests not to use this parameter anymore since there's another, better TLS session resumption method available.

>As of Postfix 2.11 the preferred mechanism for session resumption is RFC 5077 TLS session tickets, which don't require server-side storage. Consequently, for Postfix ≥ 2.11 this parameter should generally be left empty.

http://www.postfix.org/postconf.5.html#smtpd_tls_session_cache_database
2021-02-16 11:01:27 +01:00
ValdikSS 0a0d9e873e Use tmpfs for watchdog's /tmp, reduce disk writes (#3923) 2021-01-31 09:45:34 +01:00
ValdikSS 93da3d407c Remove breakpoints for small screens for "Recipient" and "Action" columns (#3938)
Action buttons in quarantine are completely hidden if browser window is small, making the user confused.
Make action buttons and recipient column visible all the time.
2021-01-16 16:20:28 +01:00
ValdikSS 9c559680a6 Add postscreen whitelist syntax and examples (#3931) 2021-01-11 19:23:32 +01:00