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

2010-04-16 Thread Timo Sirainen
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 wiho

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

2010-04-16 Thread Andreas Schulze
Am 16.04.2010 13:43 schrieb Andreas Schulze: > yes, this makes dovecot starting wihout errors, > but *without* ssl listenport too :-( protocols = imap pop3 service imap-login { inet_listener imap { address = imap01.t6-isa.de } inet_listener imaps { address = imap01.t6-isa.de } }

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

2010-04-16 Thread Andreas Schulze
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 :-( -- Andreas Schulze Internetd

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

2010-04-16 Thread Timo Sirainen
On Thu, 2010-04-15 at 07:46 +0200, Andreas Schulze wrote: > ssl = yes > ssl_cert = ssl_key = protocol imap { > ssl_cert =ssl_key = } > > Imagine the config if managesieve should use yet an oher cert... > This is confusing while reading the config later. > > my wish: > use one cert/key pa

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

2010-04-14 Thread Andreas Schulze
Am 14.04.2010 07:36 schrieb Andreas Schulze: > an in case you like different certs: > > protocol imap { > ssl = yes > ssl_cert =ssl_key = } > > protocol pop3 { > ssl = yes > ssl_cert =ssl_key = } Hello Timo, I like one service per ip/dnsname which needs one cert per service. I

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

2010-04-14 Thread Brandon Lamb
On Wed, Apr 14, 2010 at 5:27 AM, Timo Sirainen wrote: > On Tue, 2010-04-13 at 22:23 -0700, Brandon Lamb wrote: >> Hi, >> >> In my 1.2 setup I have pop3 running on ip x.x.x.2 and imap on x.x.x.7 >> >> In 2.0 how do I say listen x.x.x.2:110 x.x.x.7:143 so that pop3 is not >> listening on the .7 ip?

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

2010-04-14 Thread Timo Sirainen
On Tue, 2010-04-13 at 22:23 -0700, Brandon Lamb wrote: > Hi, > > In my 1.2 setup I have pop3 running on ip x.x.x.2 and imap on x.x.x.7 > > In 2.0 how do I say listen x.x.x.2:110 x.x.x.7:143 so that pop3 is not > listening on the .7 ip? Did you try simply doing it the exact same way as with v1.2?

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

2010-04-13 Thread Brandon Lamb
On Tue, Apr 13, 2010 at 10:36 PM, Andreas Schulze wrote: > Am 13.04.2010 22:23 schrieb Brandon Lamb: >> Hi, >> >> In my 1.2 setup I have pop3 running on ip x.x.x.2 and imap on x.x.x.7 >> >> In 2.0 how do I say listen x.x.x.2:110 x.x.x.7:143 so that pop3 is not >> listening on the .7 ip? I tried pu

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

2010-04-13 Thread Andreas Schulze
Am 13.04.2010 22:23 schrieb Brandon Lamb: > Hi, > > In my 1.2 setup I have pop3 running on ip x.x.x.2 and imap on x.x.x.7 > > In 2.0 how do I say listen x.x.x.2:110 x.x.x.7:143 so that pop3 is not > listening on the .7 ip? I tried putting a listen = ip in the listener > section but it complained.

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

2010-04-13 Thread Brandon Lamb
Hi, In my 1.2 setup I have pop3 running on ip x.x.x.2 and imap on x.x.x.7 In 2.0 how do I say listen x.x.x.2:110 x.x.x.7:143 so that pop3 is not listening on the .7 ip? I tried putting a listen = ip in the listener section but it complained. I cant figure it out and cant seem to find any 2.0 spec