On Mon, Oct 05, 2015 at 10:38:04PM +0200, Axel Luttgens wrote:
> >> smtpd_sender_login_maps =
> >> hash:$config_directory/maps/sender_login_exceptions
> >> sqlite:db_sender_login_map
> >>
> >> user emurphy may send with either sender address "[email protected]"
> >> or sender address "[email protected]".
> >
> > No, in this example, the order does not matter.
>
> Yes, that’s what I thought too.
> But in fact, I *have* to make use of the second ordering (hash then db query)
> for having the hash table to be taken into account.
> I swear it. ;-)
That's because you're not showing the full contents of the SQL
table. If the order matters, the SQL table contains a conflicting
key.
--
Viktor.