Re: smtpd_sender_login_maps and multiple lookup tables

2015-10-05 Thread Viktor Dukhovni
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 "ed.mur...@example.com" > >>

Re: smtpd_sender_login_maps and multiple lookup tables

2015-10-05 Thread Axel Luttgens
> Le 5 oct. 2015 à 19:01, Viktor Dukhovni a écrit : > > On Mon, Oct 05, 2015 at 06:39:12PM +0200, Axel Luttgens wrote: > >> As usual, I’ll probably appear quite dumb, but I’ll ask anyway. ;-) >> >> Let’s say I have following data in the database (db_sender_login_map): >> >> from_address

Re: smtpd_sender_login_maps and multiple lookup tables

2015-10-05 Thread Viktor Dukhovni
On Mon, Oct 05, 2015 at 06:39:12PM +0200, Axel Luttgens wrote: > As usual, I’ll probably appear quite dumb, but I’ll ask anyway. ;-) > > Let’s say I have following data in the database (db_sender_login_map): > > from_addresslogin > = > jo

Re: smtpd_sender_login_maps and multiple lookup tables

2015-10-05 Thread Axel Luttgens
> Le 5 oct. 2015 à 15:12, Wietse Venema a écrit : > > 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

Re: smtpd_sender_login_maps and multiple lookup tables

2015-10-05 Thread Wietse Venema
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

smtpd_sender_login_maps and multiple lookup tables

2015-10-05 Thread Axel Luttgens
Hello, This is perhaps old news, but couldn’t find anything related in the archives nor in the release notes. So, just in case… ;-) Up to now, I had : main.cf: smtpd_sender_login_maps = sqlite:db_sender_login_map db_sender_login_map_dbpath = […]