* Move permit_mynetworks to smtpd_relay_restrictions in default master.cf.in
@ 2026-05-03 15:03 Maksim Usmanov
0 siblings, 0 replies; only message in thread
From: Maksim Usmanov @ 2026-05-03 15:03 UTC (permalink / raw)
To: pmg-devel
Hi everyone,
I'm trying to add a check_policy_service to Postfix using
smtpd_recipient_restrictions, but I found a small limitation in the
default PMG template (master.cf.in).
Right now, the template has this:
-o smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination
With this setup, it's hard to add a policy service safely because it
needs to go after those two options to avoid relay issues.
I know I can use a custom template, but maybe it makes sense to change
the default one? If we move permit_mynetworks to
smtpd_relay_restrictions as the Postfix docs suggest here:
https://www.postfix.org/postconf.5.html#smtpd_relay_restrictions , it
would be much easier to add custom checks or policy services later.
Is there a specific reason to keep the current structure, or could we
update it to follow Postfix recommendations and make it more flexible?
Thanks for your help!
Best regards,
----
Att: Maksim
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-03 15:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03 15:03 Move permit_mynetworks to smtpd_relay_restrictions in default master.cf.in Maksim Usmanov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.