always_bcc and default_destination_concurrency_limit

2021-01-08 Thread Alex
Hi, I'm trying to use postfix-3.5.7 to throttle email to freemail domains like gmail and yahoo, but having some problems. I'm able to throttle it for users @gmail.com, but not for domains that use google as their MX because the recipient is not @gmail.com, for example. For this reason, I thought

Re: Question about nested LDAP queries

2021-01-08 Thread Wietse Venema
Thomas GUIRRIEC: > Thank you for your reply and for the tip with virtual_alias. > > So, if i understand, virtual_alias and canonical? always do recursive > lookup until the key equals the value (with LDAP table) : > > A -> A (STOP) > > A -> B; B -> B (STOP) > > A -> B; B -> C; C-> C (STOP) >

Re: Question about nested LDAP queries

2021-01-08 Thread Thomas GUIRRIEC
Thank you for your reply and for the tip with virtual_alias. So, if i understand, virtual_alias and canonical  always do recursive lookup until the key equals the value (with LDAP table) : A -> A (STOP) A -> B; B -> B (STOP) A -> B; B -> C; C-> C (STOP) Is that correct ? Best regards. Le