I thought you have ti have smarthost
I do not use AUTH but I have following.  I used option 2 to configure
system with eximconfig command.

smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smtphost.of.your.choice.com bydns_a"
end

      

On Tue, Apr 23, 2002 at 08:53:34AM +0000, Rory Campbell-Lange wrote:
> I use Exim as my MTA. I use my laptop on a number of different networks
> and via ppp.
> 
> When I send mail via ppp I sometimes find that my mail is bounced as the
> mail is being sent directly through my machine (i.e. the source ip
> address resolves against ppp-xxx.3com.telinco.net).
> 
> I have a standard exim setup, except that I use smtp auth to (I
> thought!) always send mail through my isp.
> 
> Thanks for any help.
> Rory
> 
> Excerpted exim.conf:
> 
>       host_accept_relay = 127.0.0.1 : ::::1
>       host_auth_accept_relay = *
>       trusted_users = mail
>       smtp_verify = true
>       gecos_pattern = ^([^,:]*)
>       gecos_name = $1
>       smtp_accept_queue_per_connection = 100
>       freeze_tell_mailmaster = true
> 
>       ###### all as default, truncated here ######
>       received_header_text = 
>       local_delivery:
>       address_pipe:
>       address_file:
>       address_directory:
>       address_reply:
>       procmail_pipe:
>       ######                                ######
> 
>       remote_smtp:
>         driver = smtp
>         authenticate_hosts = mail.campbell-lange.net
>       end
> 
>       ###### all as default, truncated here ######
>       real_local:
>       system_aliases:
>       userforward:
>       procmail:
>       localuser:
>       ######                                ######
> 
> 
>       lookuphost:
>         driver = lookuphost
>         transport = remote_smtp
> 
>       literal:
>         driver = ipliteral
>         transport = remote_smtp
>       end
>       [EMAIL PROTECTED]    ${lookup{$1}lsearch{/etc/email-addresses}\
>                                                       {$value}fail} frFs
> 
>       end
>       plain:
>        driver = plaintext
>         public_name = PLAIN
>         client_send = "^user^pass"
> 
>       login:
>         driver = plaintext
>         public_name = LOGIN
>         client_send = ": user : pass"
> 
> -- 
> Rory Campbell-Lange 
> <[EMAIL PROTECTED]>
> <www.campbell-lange.net>
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
 Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D
.
 See "User's Guide":     http://www.debian.org/doc/manuals/users-guide/
 See "Debian reference": http://www.debian.org/doc/manuals/reference/
.
 "Debian reference" Project at: http://qref.sf.net
.
 I welcome your constructive criticisms and corrections.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to