Re: [exim] Retry hints for multiple outbound IP addresses

Etusivu
Poista viesti
Vastaa
Lähettäjä: James Pettyjohn
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Retry hints for multiple outbound IP addresses
Thanks a lot for the quick replies.

Andre: No control panel. The config is generated through a script that
I wrote.

Jeremy: Thanks for the input. Hopefully this doesn't go too far afield
but how
is this being dealt with normally?

Exim has support for multiple outbound IP addresses, which postfix did
not, and
was the dominant reason for going with Exim in this case. Do you have
any
idea how this is normally dealt with? I haven't found this a very
common
scenario but there are definitely ISP style mail providers out there so
I hope somebody could shed some light onto strategy.

Best, James



On 2013-08-27 11:40, Jeremy Harris wrote:
> On 08/27/2013 07:26 AM, James Pettyjohn wrote:
>> I am administering a email newsletter service for multiple separate
>> areas. Each person/group gets their own IP based on their email
>> address. This was setup this way so if one person got blacklisted or
>> the likes they wouldn't effect deliverability of everyone else.
>>
>> Now that I'm getting this going I see the retry hints database seems
>> to be used for the whole instance - even when only one IP is the
>> getting blocked connections, exim is not retrying those hosts for any
>> IP address.
>>
>> Any tips on how to correctly configure this?
>
> http://exim.org/exim-html-current/doc/html/spec_html/ch-retry_configuration.html
> section 6: Retry rules for specified senders
>
> ... is about the best you'll get.  You're trying to do something exim 
> doesn't
> really support.  Mind the caveats there.
> --
> Cheers,
>    Jeremy