On Wed, Jul 6, 2016 at 10:43 AM, Viktor Dukhovni <postfix-us...@dukhovni.org > wrote:
> On Wed, Jul 06, 2016 at 09:44:19AM -0400, Il Neofita wrote: > > > I would like to transform this line > > check_recipient_access hash:/etc/postfix/hash_protectedDestinations > > > > /etc/postfix/ldap_protectedDestinationsHash: > > testlistldap@ilneofita auth_testlistldap_only reject_list_only > > > > with this line > > > > check_recipient_access ldap:/etc/postfix/ldap_protectedDestinations > > > > In my ldap I have multiple entry for the same attribute, therefore, the > > result is separated with a comma. I was wondering if I can substitute the > > comma with a space. > > You can't, but there's no need to do so. Commas work just as well. > Yes sorry was an error on my configuration