[Dovecot] Dovecot 2.0b4 configuration issue, listen config option?

Timo Sirainen tss at iki.fi
Fri Apr 16 15:07:32 EEST 2010


On Fri, 2010-04-16 at 13:43 +0200, Andreas Schulze wrote:
> Am 16.04.2010 13:19 schrieb Timo Sirainen:
> > > or allow ssl only in a protocol section
> > 
> > I think you can do that already?
> > 
> > ssl = no
> > protocol imap {
> >   ssl = yes
> >   ..
> > }
> yes, this makes dovecot starting wihout errors,
> but *without* ssl listenport too :-(

Oh. Hmm. That's a bit difficult to change. How about this then:

ssl = yes
protocol pop3 {
  ssl = no
}

service pop3 {
  inet_listener pop3s {
    port = 0
  }
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20100416/2cb03712/attachment.bin 


More information about the dovecot mailing list