Re: Listening on multiple ports

2018-04-27 Thread Reio Remma

A firewall blocking the port perhaps?

Reio

On 28.04.2018 0:35, Derek Harding wrote:
Many thanks - it doesn't work for me, however. There must be something 
in my configuration somewhere else, perhaps nothing to do with 
Dovecot, that prevents this.


:-)

On 27/04/18 18:55, Aki Tuomi wrote:

Yep.

Aki

On 27 April 2018 at 09:50 Derek Harding 
 wrote:



I appreciate your suggestion. That'll allow both ports or only 8839?

Derek


On 27 April 2018 4:34:33 PM NZST, Aki Tuomi  
wrote:



On 27 April 2018 at 02:25 Derek Harding 

wrote:



Hi,

I want dovecot to listen for imaps (ssl) on both 993 and a

non-standard

port 8839.

I've tried using variations on the inet_listener entries in
10-master.conf as shown in a couple of threads on here but none of

the

attempts have worked.

Can someone provide me with a cut-and-paste solution and confirm into



which file it should be placed (i.e. is the dovecot.conf format using



the inet_listener = {address} appropriate)?

--
Best wishes,
Derek


service imap-login {
  inet_listener {
    ssl = yes
    port = 8839
  }
}

Aki




Re: Listening on multiple ports

2018-04-27 Thread Derek Harding
Many thanks - it doesn't work for me, however. There must be something 
in my configuration somewhere else, perhaps nothing to do with Dovecot, 
that prevents this.


:-)

On 27/04/18 18:55, Aki Tuomi wrote:

Yep.

Aki


On 27 April 2018 at 09:50 Derek Harding  wrote:


I appreciate your suggestion. That'll allow both ports or only 8839?

Derek


On 27 April 2018 4:34:33 PM NZST, Aki Tuomi  wrote:



On 27 April 2018 at 02:25 Derek Harding 

wrote:



Hi,

I want dovecot to listen for imaps (ssl) on both 993 and a

non-standard

port 8839.

I've tried using variations on the inet_listener entries in
10-master.conf as shown in a couple of threads on here but none of

the

attempts have worked.

Can someone provide me with a cut-and-paste solution and confirm into



which file it should be placed (i.e. is the dovecot.conf format using



the inet_listener = {address} appropriate)?

--
Best wishes,
Derek


service imap-login {
  inet_listener {
ssl = yes
port = 8839
  }
}

Aki


Re: install dovecot 2.2.35 debian jessie

2018-04-27 Thread Webert de Souza Lima
Hey Aki Tuomi, how are you doing?

I have tried many ways for getting 2.2.35 pre-built installed via 'apt-get
install' in Debian Jessie and Stretch using the official repos.
The reason I prefer to install pre-built instead of compiling it is because
the I run it on dockers, so it's a lot easier and automated to just apt-get
install it.

I was using 2.2.31 devel in Debian Jessie, I wanted to move to stable, but
it will only install 2.2.27 or  2.2.36 alpha from the repos.

2.2.34 is the default stable using stretch + stretch backport repos, it
seems OK to me. I have upgraded all my instances.

I will take the opportunity to ask you a question: would you recommend me
to update director instances too? They run on separate containers. I
haven't upgraded them and it all seems to be working just fine in
production.


Regards,

Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
*IRC NICK - WebertRLZ*

On Fri, Apr 27, 2018 at 3:10 AM, Aki Tuomi  wrote:

> Hi!
>
> 2.2.35 is not unstable, but apparently it is in debian distribution, which
> is called 'unstable'.
>
> Aki
>
> On 27.04.2018 06:16, Webert de Souza Lima wrote:
>
> Got 2.2.34 running using debian strech image + strech-backports repos!
>
>
> Regards,
>
> Webert Lima
> DevOps Engineer at MAV Tecnologia
> *Belo Horizonte - Brasil*
> *IRC NICK - WebertRLZ*
>
> On Thu, Apr 26, 2018 at 9:37 PM, Webert de Souza Lima <
> webert.b...@gmail.com> wrote:
>
>> Oh thank you Cedric, I hadn't check that. So 2.2.35 is unstable, huh?
>> I'll deploy 2.2.34 instead.
>>
>> Thank you!
>>
>>
>> Regards,
>>
>> Webert Lima
>> DevOps Engineer at MAV Tecnologia
>> *Belo Horizonte - Brasil*
>> *IRC NICK - WebertRLZ*
>>
>> On Thu, Apr 26, 2018 at 7:51 PM, Cedric M 
>> wrote:
>>
>>> Hi,
>>> did you check in unstable ?
>>> https://tracker.debian.org/pkg/dovecot
>>>
>>> 2018-04-26 16:43 GMT-04:00 Webert de Souza Lima :
>>>
 hmm I think I should use stretch instead of jessie, OR I should use a
 stretch-backport repos, right?


 Regards,

 Webert Lima
 DevOps Engineer at MAV Tecnologia
 *Belo Horizonte - Brasil*
 *IRC NICK - WebertRLZ*

 On Thu, Apr 26, 2018 at 5:39 PM, Webert de Souza Lima <
 webert.b...@gmail.com> wrote:

> Hi, I can't figure how to install latest stable dovecot version 2.2.35
> in Debian Jessie
>
> If I follow this guide , it ends up
> installing 2.3
> If I follow this guide
> , it ends up
> installing either 2.2.13 if I use "stable" or 2.2.36 alpha if I use 
> "jessie"
>
> I see that 2.2.35 seems to be missing here too:
> http://xi.dovecot.fi/debian/pool/jessie-auto/dovecot-2.2/
>
> Thanks.
>
> Regards,
>
> Webert Lima
> DevOps Engineer at MAV Tecnologia
> *Belo Horizonte - Brasil*
> *IRC NICK - WebertRLZ*
>


>>>
>>
>
>


Re: Listening on multiple ports

2018-04-27 Thread Aki Tuomi
Yep.

Aki

> On 27 April 2018 at 09:50 Derek Harding  wrote:
> 
> 
> I appreciate your suggestion. That'll allow both ports or only 8839?
> 
> Derek
> 
> 
> On 27 April 2018 4:34:33 PM NZST, Aki Tuomi  wrote:
> >
> >> On 27 April 2018 at 02:25 Derek Harding 
> >wrote:
> >> 
> >> 
> >> Hi,
> >> 
> >> I want dovecot to listen for imaps (ssl) on both 993 and a
> >non-standard 
> >> port 8839.
> >> 
> >> I've tried using variations on the inet_listener entries in 
> >> 10-master.conf as shown in a couple of threads on here but none of
> >the 
> >> attempts have worked.
> >> 
> >> Can someone provide me with a cut-and-paste solution and confirm into
> >
> >> which file it should be placed (i.e. is the dovecot.conf format using
> >
> >> the inet_listener = {address} appropriate)?
> >> 
> >> -- 
> >> Best wishes,
> >> Derek
> >
> >service imap-login {
> >  inet_listener {
> >ssl = yes
> >port = 8839
> >  }
> >}
> >
> >Aki


Re: Listening on multiple ports

2018-04-27 Thread Derek Harding
I appreciate your suggestion. That'll allow both ports or only 8839?

Derek


On 27 April 2018 4:34:33 PM NZST, Aki Tuomi  wrote:
>
>> On 27 April 2018 at 02:25 Derek Harding 
>wrote:
>> 
>> 
>> Hi,
>> 
>> I want dovecot to listen for imaps (ssl) on both 993 and a
>non-standard 
>> port 8839.
>> 
>> I've tried using variations on the inet_listener entries in 
>> 10-master.conf as shown in a couple of threads on here but none of
>the 
>> attempts have worked.
>> 
>> Can someone provide me with a cut-and-paste solution and confirm into
>
>> which file it should be placed (i.e. is the dovecot.conf format using
>
>> the inet_listener = {address} appropriate)?
>> 
>> -- 
>> Best wishes,
>> Derek
>
>service imap-login {
>  inet_listener {
>ssl = yes
>port = 8839
>  }
>}
>
>Aki


Re: install dovecot 2.2.35 debian jessie

2018-04-27 Thread Aki Tuomi
Hi!

2.2.35 is not unstable, but apparently it is in debian distribution,
which is called 'unstable'.

Aki


On 27.04.2018 06:16, Webert de Souza Lima wrote:
> Got 2.2.34 running using debian strech image + strech-backports repos!
>
>
> Regards,
>
> Webert Lima
> DevOps Engineer at MAV Tecnologia
> *Belo Horizonte - Brasil*
> *IRC NICK - WebertRLZ*
>
> On Thu, Apr 26, 2018 at 9:37 PM, Webert de Souza Lima
> > wrote:
>
> Oh thank you Cedric, I hadn't check that. So 2.2.35 is unstable, huh?
> I'll deploy 2.2.34 instead. 
>
> Thank you!
>
>
> Regards,
>
> Webert Lima
> DevOps Engineer at MAV Tecnologia
> *Belo Horizonte - Brasil*
> *IRC NICK - WebertRLZ*
>
> On Thu, Apr 26, 2018 at 7:51 PM, Cedric M
> > wrote:
>
> Hi,
> did you check in unstable ? 
> https://tracker.debian.org/pkg/dovecot
> 
>
> 2018-04-26 16:43 GMT-04:00 Webert de Souza Lima
> >:
>
> hmm I think I should use stretch instead of jessie, OR I
> should use a stretch-backport repos, right?
>
>
> Regards,
>
> Webert Lima
> DevOps Engineer at MAV Tecnologia
> *Belo Horizonte - Brasil*
> *IRC NICK - WebertRLZ*
>
> On Thu, Apr 26, 2018 at 5:39 PM, Webert de Souza Lima
> > wrote:
>
> Hi, I can't figure how to install latest stable
> dovecot version 2.2.35 in Debian Jessie
>
> If I follow this guide , it
> ends up installing 2.3
> If I follow this guide
> ,
> it ends up installing either 2.2.13 if I use "stable"
> or 2.2.36 alpha if I use "jessie"
>
> I see that 2.2.35 seems to be missing here
> too: http://xi.dovecot.fi/debian/pool/jessie-auto/dovecot-2.2/
> 
>
> Thanks.
>
> Regards,
>
> Webert Lima
> DevOps Engineer at MAV Tecnologia
> *Belo Horizonte - Brasil*
> *IRC NICK - WebertRLZ*
>
>
>
>
>