Re: Running on different port with ASMTP

"Matt" <[email protected]> Sun, 23 Jan 2005 17:11:08 -0600
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <007401c501a0$d2920ff0$04000100@matthew>
>> begin authenticators
>
>> #plain:
>> #    driver = plaintext
>> #    public_name = PLAIN
>> #    server_condition = "${perl{smtpauth}}"
>> #    server_set_id = $2
> [...]
>> I commented it all out to disable advertising or support
>> authentication.  Instead I would like to only support authentication
>> on port 2500.  How do I apply that to this?

So is this the way it works?

plain:
    driver = plaintext
    public_name = PLAIN
    {add this?} server_advertise_condition = {if eq {$interface_port} 
{}{2500}}
    server_condition = "${perl{smtpauth}}"
    server_set_id = $2

I am still digging on google for an example but cannot find a good one. 
Closest I found is this.  Is this(above) anywhere near right?

>>server_advertise_condition = ${if eq{$tls_cipher}{}{0}{1}}

Thanks.

Matthew


> What part of my answer did you not understand? I really think it
> contained all necessary information.
>                 cu andreas