Re: [exim] Yahoo 5 messages per SMTP Connection

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Phil Pennock
Data:  
Para: Lena
CC: exim-users
Asunto: Re: [exim] Yahoo 5 messages per SMTP Connection
On 2008-08-19 at 15:41 +0300, Lena@??? wrote:
> Does @yahoo.com accept incoming mail irrespective of
> number of concurrent connections?


[ No idea, I was just answering the request ]

> I intend to replace "domains = yahoo.com" with
>
> condition = ${if match{$domain}{\N^yahoo\.\N}}
>
> Does that look OK?


Sure, but "domains" takes a domainlist and those can contain regular
expressions, so you could just write:

domains = \N^yahoo\.\N

See "10.8 Domain lists".

-Phil