X-Spam-Check-By: sourceware.org
Message-Id: <3.0.5.32.20060813202351.0095e420@incoming.verizon.net>
X-Sender: phumblet@incoming.verizon.net
X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32)
Date: Sun, 13 Aug 2006 20:23:51 -0400
To: =?iso-8859-1?Q?Ren=E9?= Berber <r.berber@computer.org>, cygwin@cygwin.com
From: "Pierre A. Humblet" <Pierre.Humblet@ieee.org>
Subject: Re: exim's fallback option problem
In-Reply-To: <ebog0f$jok$1@sea.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k7E0fPrI024012

At 07:26 PM 8/13/2006 -0500, René Berber wrote:
>Hi,
>
>I'm trying to use the fallback option, I haven't found documentation about
it or
>anything relevant on exim's lists/site and since it is an option available on
>Cygwin's port of exim maybe someone here has a clue.
>
>The option itself is very simple and it works as shown in the installed
>configuration example, my problem is that the fallback relay I use needs
>authentication.
>
>What I've found so far, by testing, is that the option is used literally and
>there is no way to specify the authentication part (type, user name, user
password).
>
>Anyone has experience with this?
>-- 

Works for me.

I have in the routers - dnslookup: section
  transport = remote_smtp
  ....
  fallback_hosts = = : outgoing.verizon.net

and in the transports - remote_smtp
  driver = smtp
  hosts_require_auth = outgoing.verizon.net

and I have also a single authentication at the end, with my user name and
password
for outgoing.verizon.net


Pierre


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


