how to enable TLs encryption only ?

JOYDEEP j.bakshi at unlimitedmail.org
Mon Apr 2 01:13:36 EDT 2007


lartc wrote:
> Ho Joy,
>
> your cyrus.conf probably looks something like:
>
>
> START {
>   recover       cmd="ctl_cyrusdb -r"
>   idled         cmd="idled"
> }
>
> SERVICES {
>   imap          cmd="imapd -p 2" listen="imap" prefork=0
>   imaps         cmd="imapd -s" listen="imaps" prefork=0
>   pop3          cmd="pop3d" listen="pop3" prefork=0
>   pop3s         cmd="pop3d -s" listen="pop3s" prefork=0
>   sieve         cmd="timsieved -p 2" listen="sieve" prefork=0
>   lmtpunix      cmd="lmtpd" listen="/var/spool/postfix/public/lmtp"
> prefork=1
> }
>
> EVENTS {
>   checkpoint    cmd="ctl_cyrusdb -c" period=5
>   delprune      cmd="cyr_expire -E 3" at=0400
>   tlsprune      cmd="tls_prune" at=1400
>   squatter      cmd="squatter -r *" period=1440
> }
>
>
> kill or rem out the "imap" line leaving only "imaps" in the "SERVICES"
> stanza -- you will only listen on 993 and take only secure connections.
>
> cheers
>
> charles
>
>
> On Fri, 2007-03-30 at 15:32 +0530, JOYDEEP wrote:
>   
>> Carsten Mathaes wrote:
>>     
>>> JOYDEEP wrote:
>>>
>>>   
>>>       
>>>> is it possible to enable the TLs encryption in cyrus ? I don't need the
>>>> certificate to authenticate the client. only the transportation will be
>>>> encrypted.
>>>>     
>>>>         
>>> Hi!
>>>
>>> A look at /cyrus-imapd_source/doc/install-configure.html
>>>   
>>>       

Thanks lartc,

I have already enabled imaps :-)







More information about the Info-cyrus mailing list