On Fri, Sep 23, 2022 at 04:41:20PM -0700, Jeremy Hansen wrote: > I’m using sender_dependent_relayhost_maps. Is there an option to route a > domain to nothing? > > @example.com /dev/null
It is better to switch to:
sender_dependent_default_transport_maps
then you can specify:
@drop.example discard:silently
@keep.example smtp:[smtp.relay.example]
...
--
Viktor.
