#1 (permalink)  
Old 07-10-2007, 10:07 PM
Registered User
 
Join Date: Jul 2006
Posts: 27
bigdessert is on a distinguished road
smart router with verification

We have a smart router setup like this in two parts:

smart_route:
driver = manualroute
route_data = ${lookup{$domain}lsearch{/etc/staticroutes}}
transport = remote_smtp_smart

second part:

remote_smtp_smart:
driver = smtp
port = 26
hosts = ${lookup{$domain}lsearch{/etc/staticroutes}}
hosts_override

We have in the staticroutes localdomain.com: remote server ip
And have 3 domains being forwarded.

What I am trying to do, setup a flat file with email addresses and do some sort of recipient verification on it.
I am a newb when it comes to exim, so if I could please have some direction.
Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-10-2007, 10:58 PM
Registered User
 
Join Date: Jul 2006
Posts: 27
bigdessert is on a distinguished road
figured it out added this condition line

smart_route:
driver = manualroute
route_data = ${lookup{$domain}lsearch{/etc/staticroutes}}
condition = ${lookup {$local_part} lsearch {/etc/specificusers}{yes}{no}}
transport = remote_smtp_smart
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 On



All times are GMT -5. The time now is 02:22 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc