RE: [exim] Exim Transports

Pàgina inicial
Delete this message
Reply to this message
Autor: GamCo - Gawie Marais
Data:  
A: peter, 'Exim Users Mailing List'
CC: 
Assumpte: RE: [exim] Exim Transports
Hi Peter

Thank you. Works like a charm !



Regards

Gawie

-----Original Message-----
From: exim-users-bounces@??? [mailto:exim-users-bounces@exim.org] On
Behalf Of Peter Bowyer
Sent: Thursday, May 05, 2005 12:44 PM
To: Exim Users Mailing List
Subject: Re: [exim] Exim Transports

On 05/05/05, GamCo - Gawie Marais <gawie@???> wrote:

> We have an Exim transporting forwarding mail onto another server for spam

/
> virus checking. We would like to add another server to have load

balancing.
> This is what I have currently under my transports.
>
> amavis:
>    driver = smtp
>    hosts = 10.0.0.52
>    port = 10024
>    allow_localhost
>    user = exim
>    hosts_override

>
> Where would I add another server to this directive ?


hosts = 1.2.3.4 : 5.6.7.8
hosts_randomize

The hosts_randomize is optional, and will cause Exim to pick a
'random' host from the list each time. If you leave it out, the first
one will always be used unless it is unreachable or its retry status
suggests it should be skipped.

http://www.exim.org/exim-html-4.50/doc/html/spec_30.html#IX2182

Peter

--
Peter Bowyer
Email: peter@???
Tel: +44 1296 768003
VoIP: sip:peter@???

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/