|
|||
|
Exim smart relay + verification?
Hi there,
I've been using exim smart relays with these for a while: Code:
static_route:
driver = manualroute
transport = remote_smtp_smart
route_data = ${lookup{$domain}lsearch{/etc/staticroutes}}
remote_smtp_smart:
driver = smtp
port = 25
hosts = ${lookup{$domain}lsearch{/etc/staticroutes}}
hosts_override
Then I got to thinking. The Cpanel/exim implementation supports sender verification callouts for incoming mail. Surely there must be some way to adapt a similar feature and have exim do a lookup on the destination server before accepting the mail. I'm going to have a look and see if I can figure anything out myself but I have no idea where this would even start so if anyone has any pointers or has tried in the past I'd like to know what you came up with or what stopped you. Cheers. |
|
|||
|
After many hours banging my head against a brick wall (not helped by a malfunctioning Exchange server used for testing) I have solved this myself.
The solution is to look for the following section in the check_recipient ACL: Code:
#recipient verifications are required for all messages that are not sent to the local machine
#this was done at multiple users requests
require verify = recipient
Code:
warn
condition = ${if eq {1}{${lookup{$domain}lsearch{/etc/staticroutes}{1}{0}}}}
add_header = X_Staticroutes: TRUE
require verify = recipient/callout=use_sender
|
|
|||
|
Just wondering if anyone has tested beddo's method? Any performance problems?
I am debating between using this, or a static file which specifies which users to forward for as described at smart router with verification Thanks! |
|
|||
|
I can't speak for anyone else but this has worked wonders for me. If you manage one or two remote servers then maintaining your own userfile should be manageable but I can't even begin to think of how complicated it would for us.
We have 58 domains set up using staticroutes. Previously at any one time I would have between 300 and 600 mails sat in the exim queue because they couldn't be delivered to the destination and they couldn't go back to a fake from address. That doesn't include the ones that did go back to fake from addresses. Since implementing the change, I've yet to see more than 10 messages in the queue when I log on. To give you an idea of the mail load on my server, my mainlog files contain an average of 135,269 lines over the past 30 days with a minimum of 77,979 (Weekend) and a maximum of 171,920. I've looked at a few particular messages that would have gone through the verification process. They are all delivered either with the exact same timestamp or have 1 second difference. I don't appear to be experiencing any performance hits at all with this setup. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Barracuda Smart Outbound Relay and Inbound delivery. | Limo.Net | 1 | 12-16-2009 10:37 AM | |
| smart router with verification | bigdessert | 2 | 12-08-2009 05:07 PM | |
| Smart Host, Smart Route with SMTP authentication | belon_cfy | cPanel and WHM Discussions | 0 | 11-02-2007 12:53 AM |
| How to disbable exim sender address verification | almecho | cPanel and WHM Discussions | 8 | 06-02-2006 10:23 AM |
| Exim might be a Open Relay | CCorderoR | cPanel and WHM Discussions | 3 | 04-04-2004 09:30 PM |