Munroe Sollog a écrit : > I recently replaced a hash lookup with a pcre lookup. It seems that > postfix will use the .db if it exists even though pcre:/path/to/file > is set. I had to remove the .db file for postfix to look at the pcre > formated file. Is this expected? I *think* it would be clearer if > the prefix would steer postfix to look at the appropriate file. > > >
Your observation is wrong. postfix will use the map that is specified in the config. it will not try a .db just because it is there. you may need a 'postfix reload' for a quicker update.