> is it possible to perform a mua-like delivery 
> without using exim in mua_wrapper mode?
> 
> I've been reading 
> http://www.exim.org/exim-html-current/doc/html/spec_html/ch50.html which 
> tells me exim can be used as a non-deamon and in a mua_wrapper mode, but 
> I'm hoping i can preserve to keep running in daemon mode so that other 
> users can still use localhost email between each other(only on server, 
> no smarthost..)
> 
> My objective is to not use exim as a smarthost but have 1 user the 
> ability to send email to a smarthost through exim(the ISP's smarthost is 
> an adjacent WAN link, and the server is kept in a lan network).

So, you use a "manualroute" router to direct messages from that user
(or from all users) destined to non-local domains to the smarthost.
http://www.exim.org/exim-html-current/doc/html/spec_html/ch20.html

starthost:
  domains = !+local_domains
  driver = manualroute
  transport = remote_smtp
  route_list = * smtp.example.com

You can add a condition selecting messages from that user.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to