Re: v3.0

2016-05-18 Thread qyb via Cyrus-devel
I try to build 3.0.0-beta2 on my Ubuntu 14.04 mechine. I've apt-get install libopendkim-dev, (2.9.1-1) configure report 'WARNING: Your version of OpenDKIM can not support iSchedule. Consider patching OpenDKIM with contrib/dkim_canon_ischedule.patch' Maybe we should commit the patch to OpenDKIM

Re: v3.0

2016-05-18 Thread qyb via Cyrus-devel
I've installed libical 2.0.50, but configure still report libical > 2.0 checkerror # pkg-config libical --modversion 2.0.50 # pkg-config libical --libs -L/usr/local/lib -ical -licalss -licalval -lpthread #pkg-config libical --cflags -I/usr/local/include ... checking for ICAL... yes checking wheth

Re: v3.0

2016-05-19 Thread qyb via Cyrus-devel
The libical2's default configure will put dynamic-library in /usr/local/lib/x86_64-linux-gnu directory. I rebuild it with "cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=/usr/local/lib", then it's ok now! Thanks. On Thu, May 19, 2016 at 1:24 PM, Anatoli wrote: > > > It works well

Re: v3.0

2016-05-19 Thread qyb via Cyrus-devel
website doc error: https://cyrusimap.org/imap/developer/basicserver.html 7. Configuring Cyrus... I need create /etc/imapd.conf and create directory first, then run "sudo -u cyrus ./tools/mkimap"

Re: v3.0

2016-05-24 Thread qyb via Cyrus-devel
On Tue, May 24, 2016 at 9:12 AM, Nicola Nye via Cyrus-devel < cyrus-devel@lists.andrew.cmu.edu> wrote: > Thanks for this feedback! I've updated the docs to reflect it. > > Please let us know if you notice anything else. > >Nicola > > It's ok now.

feature request: support STARTTLS for LMTP preauth'd connection

2016-05-31 Thread qyb via Cyrus-devel
I noticed that cyrus disable TLS on preauth'd connection. Authentication info(plain password...) need TLS protection. And I think that RFC822 text also need TLS.

3.0.0-beta2 configure bug

2016-06-01 Thread qyb via Cyrus-devel
./configure --help says "--sysconfdir=DIRread-only single-machine data [PREFIX/etc]" "sysconfdir" should set to "{prefix}/etc" in Makefile, but it set to "/etc".

Will v3.0 set altnamespace and unixhierarchysep default to 'on' ?

2016-06-02 Thread qyb via Cyrus-devel
On my beta2 environment, their default settings is still 'off'. But in https://cyrusimap.org/imap/installation/distributions/ubuntu.html, it says: - Consider enabling the commonly used settings altnamespace and unixhierarchysep as these will default to onbeginning in version 3.0.

Re: 3.0.0-beta2 configure bug

2016-06-03 Thread qyb via Cyrus-devel
> On Thu, Jun 2, 2016, at 02:48 AM, qyb via Cyrus-devel wrote: > > ./configure --help says "--sysconfdir=DIRread-only single-machine > data [PREFIX/etc]" > > "sysconfdir" should set to "{prefix}/etc" in Makefile, but it set to > &qu

Re: feature request: support STARTTLS for LMTP preauth'd connection

2016-06-14 Thread qyb via Cyrus-devel
sword auth request.. Personally, I think all mail data should be encrypted in internet transfer. On Tue, Jun 14, 2016 at 9:25 AM, ellie timoney via Cyrus-devel < cyrus-devel@lists.andrew.cmu.edu> wrote: > On Wed, Jun 1, 2016, at 03:28 AM, qyb via Cyrus-devel wrote: > > I noticed