On Thu, Nov 4, 2010 at 11:13 PM, Vincent Lefevre <[email protected]> wrote: > On 2010-11-04 23:06:17 -0300, Reinaldo de Carvalho wrote: >> On Thu, Nov 4, 2010 at 10:42 PM, Reinaldo de Carvalho >> <[email protected]> wrote: >> > >> > check_client_access type:table >> > Search the specified access database for the client hostname, >> > parent domains, client IP address, or networks obtained by stripping >> > least significant octets. See the access(5) manual page for details. >> > >> > This means that not import the table type, each check_client_access >> > entry in restriction, will generate some lookups. >> >> This means that not matter the table type. > > Yes, it will generate *some* lookups, but it doesn't say exactly > *which* lookups. That was precisely my question. >
- client hostname (reverse dns hostname) - client IP address. if smtpd_access_maps in parent_domain_matches_subdomains. - compare client hostname without the first part at left by dot - compare client hostname without the first and the second part at left by dot (and recursively at the TDL) -- Reinaldo de Carvalho http://korreio.sf.net http://python-cyrus.sf.net "While not fully understand a software, don't try to adapt this software to the way you work, but rather yourself to the way the software works" (myself)
