Re: [Exim] message_size_limit

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Malte Geierhos
Fecha:  
A: exim-users
Asunto: Re: [Exim] message_size_limit
hello !

according to the problem with the message_size_limit (which i would find
very useful, too if it can be implemented in exim )
may i guess, that my domainlist problem i've had since i tried to
configure it has the same problem ?
so that the list cannot be expanded until the recipient is known to us ?
but it is expanded before the $local_part, $domain is known ?

domainlist     whitelist_domains = ${lookup mysql {select acpt_domain from
whitelist where rcpt_address="${local_part}@${domain}"}fail}


acl_section:
accept  sender_domains= +whitelist_domains
         condition    = ${if eq {}{${lookup mysql {select block from users
where address='${quote_mysql:${local_part}@${domain}}' and
block='whitelist' }}}{no}{yes}}



a little bit help would be nice, thanks.

malte