feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 7d64f0d1d9 - Show all commits

View File

@ -219,6 +219,11 @@ spec:
overrides: overrides:
postfix.cf: | postfix.cf: |
smtpd_relay_restrictions = permit_sasl_authenticated, reject_unauth_destination smtpd_relay_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, reject_sender_login_mismatch, reject_authenticated_sender_login_mismatch
smtpd_tls_auth_only = yes
smtpd_client_connection_rate_limit = 30
smtpd_client_message_rate_limit = 100
smtpd_client_recipient_rate_limit = 200
podAnnotations: podAnnotations:
bstein.dev/restarted-at: "2026-01-06T00:00:00Z" bstein.dev/restarted-at: "2026-01-06T00:00:00Z"
redis: redis: