Reject non-existant users with exchange and exim
chardlist
chardlist at chard.net
Fri Apr 21 20:31:19 IST 2006
They're all using Exchange 2003.
Exim is configured with the following router and transport to handle the
domains that I am a gateway for. Where should I put the callout in the Exim
configuration file and what should it say? I want to make sure this won't
affect the local pop accounts too.
Router
static_route:
driver = manualroute
transport = remote_smtp_smart
route_data = ${lookup{$domain}lsearch{/etc/staticroutes}}
Transport
remote_smtp_smart:
driver = smtp
hosts = ${lookup{$domain}lsearch{/etc/staticroutes}}
hosts_override
Thank you!
-Brendan
-----Original Message-----
From: mailscanner-bounces at lists.mailscanner.info
[mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Koopmann,
Jan-Peter
Sent: Friday, April 21, 2006 11:34 AM
To: MailScanner discussion
Subject: RE: Reject non-existant users with exchange and exim
On Thursday, April 20, 2006 11:56 PM chardlist wrote:
> In the wiki documentation I see methods how to set up exim routers to
> scan mail and then pass it along to another server (exchange in this
> case), but I don't see a way to configure the exchange server and the
What version of Exchange? Exchange 2003 is finally able to reject non-valid
recipients on RCPT TO. If you use Exchange 2003 all you need to do is enable
that option and to a recipient callout in Exim.
Otherwise you will need LDAP for Exchange 2000 or Database Export etc. for
Exchange 5.5 together with a few tweaks in Exim.
Regards,
JP
More information about the MailScanner
mailing list