[Dovecot] namespace subscription problem

2012-12-06 Thread Holger Hegmanns
Hi all, my problem seems to be a cosmetic one (again). According to the docs: subscriptions: "yes" (default) if this namespace should handle its own subscriptions. If "no", then the first parent namespace with subscriptions=yes will handle it. Therefore is no way to create the following scenari

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Jeff Lacki
j...@rahul.net (Jeff Lacki) wrote: > Yes, it can be done. You just put the file in a place in the browser, > then go to it and it asks you to install it on the phone. So I did > that and it shows that its installed. > > As I said, I was able to connect to my server and login with: > > openssl s_

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Jeff Lacki
Ben Morrow wrote: > > An iPhone won't accept a self-signed certificate unless you install it > in the system trusted certificate list. I don't know how you do that, or > even if it's possible... > > Ben Yes, it can be done. You just put the file in a place in the browser, then go to it and it a

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Ben Morrow
At 3PM -0800 on 6/12/12 Jeff Lacki wrote: > Ben Morrow wrote: > > > > imap-login: Disconnected (no auth attempts in 60 secs): user=<>, > > > rip=192.168.1.1, lip=192.168.1.22, TLS handshaking: Disconnected > > > > Just to be sure: you have replaced the self-signed certificate Dovecot > > installs

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Ben Morrow
At 2PM -0800 on 6/12/12 Jeff Lacki wrote: > > Sorry to ask such a basic question, but I finally got some major > hurdles working for imaps on port 993 and Im getting the following > when I try to connect from my iphone: > > imap-login: Disconnected (no auth attempts in 60 secs): user=<>, > rip=19

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Jeff Lacki
Reindl Harald wrote: > > check the auth-mech configured on the phone and > which methods your server configuration supports > > long before the login the server offers auth methods and > if the client is configured to a unsupported it closes > the connection and apple devices are really braindead

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Reindl Harald
Am 06.12.2012 23:45, schrieb Jeff Lacki: > Reindl Harald wrote: > >> Am 06.12.2012 23:25, schrieb Jeff Lacki: >>> >>> Sorry to ask such a basic question, but I finally got some major >>> hurdles working for imaps on port 993 and Im getting the following >>> when I try to connect from my iphone:

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Jeff Lacki
Reindl Harald wrote: > Am 06.12.2012 23:25, schrieb Jeff Lacki: > > > > Sorry to ask such a basic question, but I finally got some major > > hurdles working for imaps on port 993 and Im getting the following > > when I try to connect from my iphone: > > > > imap-login: Disconnected (no auth att

Re: [Dovecot] Message Flag definitions

2012-12-06 Thread Pascal Volk
On 12/06/2012 11:27 PM Chris Dutton wrote: > Hello, > > I am in charge of migrating our mail system from dovecot to another server, > and I am having to write a script to do this as tools like imapsync are too > slow. > > What I am trying to find is the definitions of the flags that dovecot add

Re: [Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Reindl Harald
Am 06.12.2012 23:25, schrieb Jeff Lacki: > > Sorry to ask such a basic question, but I finally got some major > hurdles working for imaps on port 993 and Im getting the following > when I try to connect from my iphone: > > imap-login: Disconnected (no auth attempts in 60 secs): user=<>, > rip=

[Dovecot] Message Flag definitions

2012-12-06 Thread Chris Dutton
Hello, I am in charge of migrating our mail system from dovecot to another server, and I am having to write a script to do this as tools like imapsync are too slow. What I am trying to find is the definitions of the flags that dovecot adds to the Maildir file name it uses for the IMAP messages.

[Dovecot] imap-login - where does the user get filled in from?

2012-12-06 Thread Jeff Lacki
Sorry to ask such a basic question, but I finally got some major hurdles working for imaps on port 993 and Im getting the following when I try to connect from my iphone: imap-login: Disconnected (no auth attempts in 60 secs): user=<>, rip=192.168.1.1, lip=192.168.1.22, TLS handshaking: Disconnec

[Dovecot] During FTS reindexing, search commands unceremoniously exit

2012-12-06 Thread Dave Abrahams
Is this intentional? Closing the connection without warning doesn't seem like the best response... --8<---cut here---start->8--- % printf "1 select \"INBOX\"\n2 search body quack\n3 logout\n" | /opt/local/libexec/dovecot/imap * PREAUTH [CAPABILITY IMAP4rev1 L

Re: [Dovecot] How can I force FTS reindexing?

2012-12-06 Thread Dave Abrahams
on Thu Dec 06 2012, Dave Abrahams wrote: > I threw out my lucene-indexes folder because it seemed to be missing > something, and I figured it would get regenerated. Unfortunately, > dovecot is only FTS-indexing new mails that come in. Is there a way to > get it to reindex everything? Experime

[Dovecot] How can I force FTS reindexing?

2012-12-06 Thread Dave Abrahams
I threw out my lucene-indexes folder because it seemed to be missing something, and I figured it would get regenerated. Unfortunately, dovecot is only FTS-indexing new mails that come in. Is there a way to get it to reindex everything? -- Dave Abrahams BoostPro Computing Softw

Re: [Dovecot] imap-login hanging when firewall blocks ssl handshaking

2012-12-06 Thread Ben Morrow
At 2PM + on 6/12/12 Ben Morrow wrote: > > +if (connect(ret, &so.sa, &addrlen) >= 0) > +i_panic("dummy connect to detect DEFUNCT socket succeeded"); > +if (errno == EOPNOTSUPP) > +return -1; Ack, forgot to close the new socket... if (errno

[Dovecot] Update configuration for separate mail directory

2012-12-06 Thread eehmke
I have a small mail server with virtual users. In my /etc/dovecot/conf.d/10- mail.conf I have this setting: mail_location = maildir:/var/mail/vhosts/%d/%u which is also the home location of each user. Now I learned that this is not the prefered configuration, and in fact some of my sieve subdirec

[Dovecot] [BUMP] When are search indexes updated?

2012-12-06 Thread Dave Abrahams
There are still quite a few mysteries in here. Can you help me solve them? on Tue Dec 04 2012, Dave Abrahams wrote: >>> 2. "doveadm search text SOMETHINGthatWONTbeFOUND" takes a long time and >>> finds stuff without crashing, but doesn't seem to create the >>> lucene-indexes/ directory in

Re: [Dovecot] "no longer mounted" warnings

2012-12-06 Thread Dave Abrahams
on Tue Dec 04 2012, Dave Abrahams wrote: > Dovecot seems to be warning about every volume it's ever seen in the > past. Is this normal? Can I make it stop? > > 12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/fs is > no longer mounted. See http://wiki2.dovecot.org/Mountpoints

Re: [Dovecot] imap-login hanging when firewall blocks ssl handshaking

2012-12-06 Thread Ben Morrow
At 9PM -0800 on 5/12/12 Erik A Johnson wrote: > On December 4, 2012 at 4:43:53 AM PST, Ben Morrow wrote: > > > > So, it looks to me as though you have a firewall problem. You may be > > able to get more information by setting the kern.ipc.sodefunctlog sysctl > > to 1: this should make the kernel

[Dovecot] Documentation of Redis and Memcache Backends

2012-12-06 Thread Urban Loesch
Hi, in the release notes of 2.1.9 I read that dovecot supports memcache and redis backends for userdb/passdb authentication. This is very interesting for me and should reduce queries and database load of our mysql servers. My idea is to use memcache or redis in our IMAP/POP3 proxies in front o