[exim] Possible bug in 4.63 default config

Top Page
Delete this message
Reply to this message
Author: Stuart Gall
Date:  
To: exim users
Subject: [exim] Possible bug in 4.63 default config
Hello,
The default config for 4.63 has in the rcpt acl

   require message = relay not permitted
           domains = +local_domains : +relay_domains


This should be

   require message = relay not permitted
           domains = +local_domains : +relay_to_domains



Shouldn't it ?

Stuart