On Sun, Jul 18, 2010 at 12:14:17PM +0200, Stefan Foerster wrote: > Given: A dedicated Postfix instance, configured to accept mails from > SASL authenticated users. It seems that unlike access(5) maps, the > lookup for smtpd_sender_login_maps for addresses which contain > $recipient_delimiter is not tried at all without the extension:
This is false. Exactly the same code handles access table lookups as sender login lookups, only the interpretation of the results is different. > # postmap -q [email protected] ... Partial key lookups are not implemented in postmap, which performs exactly the requested query. Your test is invalid. -- Viktor.
