Hi.
I need some custom configuration for one destination server,
fpo.mail.dk, that implements rate control. This server handles a lot of
domains, like mail.dk, sport.dk, pc.dk.
My current approach is to make the configuration in master.cf and link
it up in a transport map:
tdc unix - - n - 10 smtp
-o smtp_connection_cache_on_demand=no
mail.dk tdc:
sport.dk tdc:
pc.dk tdc:
However, that requires me to know all the possible domains, and new ones
keep popping up.
Is it possible to make this configuration so that it does not need the
domain names, but just the name of the server?
Thanks,
Anders.