This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: exim's fallback option problem


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]