OK, project for today: Give this a try…

Rick

On Aug 25, 2014, at 5:34 AM, Gedalya <geda...@gedalya.net> wrote:

> On 08/24/2014 05:26 PM, Rick Thomas wrote:
>> Can I have multiple “service” clauses for the same service?  Each with a 
>> different port?
>> Or multiple “inet_listener imap”/“inet_listener imaps” clauses?
>> Or should I have something like this?
>>     port = 143,30143
> 
> This works:
> 
> service imap-login {
>  inet_listener imap {
>    port = 143
>  }
>  inet_listener imap2 {
>    port = 144
>  }
>  #inet_listener imaps {
>  #  port = 993
>  #  ssl = yes
>  #}
> }
> 

Reply via email to