Networking Forums

Networking Forums > Computer Networking > Linux Networking > Exim4 Router Question

Reply
Thread Tools Display Modes

Exim4 Router Question

 
 
Michael Everson
Guest
Posts: n/a

 
      11-13-2007, 11:28 PM
Hi guys. I am just trying to make a new router for exim4 to skip the
smarthost for any domains I list in a file.
I have put below what I've written in the config file but I seem to be
having no luck. Can anyone shed some light on what I am doing wrong? Thanks


To build the domainlist I have tried the following 2 methods

# domainlist domains_skip_smarthost = /etc/exim4/domains_skip_smarthost
domainlist domains_skip_smarthost =
${lookup{$domain}lsearch{/etc/exim4/domains_skip_smarthost}}


The file domains_skip_smarthost contains the following line:
testdomain.com:testdomain2.com


And this is what I have in my router section. If I use the commented part
and list the domains there it works fine, but when I try to use the
+domains_skip_smarthost I have no luck.

dnslookup_skip_smarthost:
debug_print = "R: dnslookup_skip_smarthost for $local_part@$domain"
driver = dnslookup
domains = +domains_skip_smarthost
# domains = testdomain.com:testdomain2.com
transport = remote_smtp
same_domain_copy_routing = yes
no_more


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
exim4 socket bind() failed as single installed MTA Olaf Petzold Linux Networking 4 09-03-2006 09:44 AM
Vonage router-wireless router question dan9125@aol.com Wireless Internet 7 11-23-2005 02:22 PM
exim4 remote_smtp defer * Tong * Linux Networking 1 10-15-2005 07:28 PM
Question about running a router off another router on a home network Jason Wireless Internet 20 11-07-2004 04:30 PM
Dell 2300 TrueMobile router question/ general wireless question Craig Wireless Internet 2 01-11-2004 06:26 PM



1 2 3 4 5 6 7 8 9 10 11