-1

I'm working on the migration of mailservers and in the meantime I've to manage a big configuration on my Postfix system on a Rocky Linux 8.5. I know Postfix can handle configuration stored on MySQL, but I didn't find anything about the configuration of sender_dependent_relayhost_maps and canonical_maps parameters on a DB. Is it possible?

Thanks in advance, Gianluca

Gianluca
  • 101
  • 1

1 Answers1

1

Every configuration where the postfix configuration manual instructs you to "specify zero or more "type:name" lookup tables, separated by whitespace or comma." can be used with database lookups. If you are migrating between different lookups, be very careful about considering which implicit properties of one lookup need to be explicitly expressed in another (search order, wildcards, ..)

While not all lookups/features are available in all places, Postfix would tell you on startup if you tried some unsupported combination.

anx
  • 8,963
  • 5
  • 24
  • 48