Re: [exim] strange problem with smarthosts

Top Page
Delete this message
Reply to this message
Author: Guo Wei-Wei
Date:  
To: exim-users
Subject: Re: [exim] strange problem with smarthosts
Sorry, I thought I used a better way. Maybe it's better to describe it briefly.

I want to send my emails by smart hosts. I have to two email accounts
with different ISPs and I want my exim selecting smart route based on
the email accounts. I tried this

smart_route:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
senders = me@???
route_list = * smtp.example.com

remote_smtp:
driver = smtp
hosts_require_auth = *

I find that when the "senders = me@???" is added, my email
will be deliver to my local mailbox, tha is /var/mail/. How can I make
it works?

Thank you,
Wei-Wei


2006/10/28, Marc Sherman <msherman@???>:
> Guo Wei-Wei wrote:
> > Hi, everyone,
> >
> > I'm trying to build a home MTA with exim 4. I have two 2 ISP accounts,
> > AAA@ISP1 and BBB@ISP2. I want my Exim server to send mail from
> > AAA@ISP1 via ISP1, and mail from your BBB@ISP2 via ISP2.
>
> You're more likely to get help with this if you do not obfuscate.
>
> - Marc
>
>
>
> --
> ## 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/
>