From 0da6370d627876604deb050dbcec838b8ff84485 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 10 Feb 2023 00:15:02 +0100 Subject: [PATCH] postfix complains about unused parameter: exclude_internal=yes / search_timeout=30 --- conf/postfix/plain/ldap-groups.cf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/postfix/plain/ldap-groups.cf b/conf/postfix/plain/ldap-groups.cf index dbf768641..215081fac 100644 --- a/conf/postfix/plain/ldap-groups.cf +++ b/conf/postfix/plain/ldap-groups.cf @@ -2,8 +2,6 @@ server_host = localhost server_port = 389 search_base = dc=yunohost,dc=org query_filter = (&(objectClass=groupOfNamesYnh)(mail=%s)) -exclude_internal = yes -search_timeout = 30 scope = sub result_attribute = memberUid, mail terminal_result_attribute = memberUid