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
}
}
signature.asc
Description: This is a digitally signed message part
