Axel Luttgens:
>       smtpd_sender_login_maps =
>               sqlite:db_sender_login_map
>               hash:$config_directory/maps/sender_login_exceptions
> 
> No matter whatever I put in sender_login_exceptions, it was never taken into 
> account.

Of course not. The tables are queried in the specified order. The
result from the first table takes precedence over the second table.

Note that Postfix makes up to five queries:

- The full email address including local-part extension
- The full email address without local-part extension
- The local-part including local-part extension
- The local-part without local-part extension
- The recipient @domain

The first query is made through all tables, and if no result is found,
the second query is made, and so on.

        Wietse

Reply via email to