On Thu, 22 Sep 2005, Luca Bertoncello wrote:
>
> Now the question: is it possibile to configure Exim to use different
> configuration for different port

Yes. The acl_smtp_* options are expanded, so you can choose your acl
based on the port number. For example,

        acl_smtp_rcpt = acl_check_rcpt_$interface_port

        # ...

        acl_check_rcpt_25:

                # acl clauses for port 25

        acl_check_rcpt_587:

                # acl clauses for port 587

If you want to look at an extended example, see
http://www.cus.cam.ac.uk/~fanf2/hermes/doc/talks/2005-02-eximconf/

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to