Re: non-encrypted for local queries

2010-03-17 Thread Raphael Jaffey
Or, in the event you're only allowing access to port 143 from loopback and possibly a trusted LAN, you can also use: imap_allowplaintext: yes imap_sasl_minimum_layer: 0 in /etc/imapd.conf as port 993 is always protected. We use tls_cipher_list: !ADH:MEDIUM:HIGH in /etc/imapd.conf, so sufficie

Re: non-encrypted for local queries

2010-03-17 Thread Dan White
On 17/03/10 10:11 -0500, Raphael Jaffey wrote: >Use the following as the only "imapd" command configured in >/etc/cyrus.conf to accept connections from localhost only: > >imap cmd="imapd" listen="[127.0.0.1]:imap" prefork={number} > >You can restrict access to hosts from the LAN without u

Re: non-encrypted for local queries

2010-03-17 Thread Nybbles2Byte
Hello Raphael, Of course! and thank you. Reg. Wednesday, March 17, 2010, 8:53:08 AM, you wrote: > Use the following in /etc/cyrus.conf: > imap cmd="imapd" listen="[127.0.0.1]:imap" prefork={number} > imaps cmd="imapd -s" listen="imaps" prefork={number} > That will allow conn

Re: non-encrypted for local queries

2010-03-17 Thread Raphael Jaffey
Use the following as the only "imapd" command configured in /etc/cyrus.conf to accept connections from localhost only: imap cmd="imapd" listen="[127.0.0.1]:imap" prefork={number} You can restrict access to hosts from the LAN without using the firewall using at least a couple of methods

Re: non-encrypted for local queries

2010-03-17 Thread Simon Matter
> Hello Info-cyrus, > > Is there a way to tell cyrus to accept non-encrypted port 143 queries from > localhost (and perhaps the LAN) but not remotely? I guess you could allow > unencrypted requests in cyrus but block 143 in your firewall but I am > wondering if there is purely cyrus settings solut

non-encrypted for local queries

2010-03-17 Thread Nybbles2Byte
Hello Info-cyrus, Is there a way to tell cyrus to accept non-encrypted port 143 queries from localhost (and perhaps the LAN) but not remotely? I guess you could allow unencrypted requests in cyrus but block 143 in your firewall but I am wondering if there is purely cyrus settings solution. --