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 = [EMAIL PROTECTED]
  route_list = * smtp.example.com

remote_smtp:
  driver = smtp
  hosts_require_auth = *

I find that when the "senders = [EMAIL PROTECTED]" 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 <[EMAIL PROTECTED]>:
> Guo Wei-Wei wrote:
> > Hi, everyone,
> >
> > I'm trying to build a home MTA with exim 4. I have two 2 ISP accounts,
> > [EMAIL PROTECTED] and [EMAIL PROTECTED] I want my Exim server to send mail 
> > from
> > [EMAIL PROTECTED] via ISP1, and mail from your [EMAIL PROTECTED] 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/
>

-- 
## 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/

Reply via email to