[exim] RCPT ACL being ignored from php

Top Page
Delete this message
Reply to this message
Author: Mike Packer
Date:  
To: exim-users
Subject: [exim] RCPT ACL being ignored from php
Hello,

I have the following rule in my RCPT TO ACL:
require recipients = lsearch*@;/etc/exim/rcptto

it work great connecting to the server via SMTP but when php calls exim -ti top send mail it ignores this rule. I need this rule to apply to all mail being sent.

Any ideas?

Thanks
Mike