similar to: Thunderbird, IDLE, mailbox not always SELECTed

Displaying 20 results from an estimated 7000 matches similar to: "Thunderbird, IDLE, mailbox not always SELECTed"

2006 Jan 16
0
passdb-pam: PAM_RHOST on FreeBSD >= 5.0 (where PAM != Linux-PAM)
This is actually something I had on my mind to write about in the past few -stable and alpha releases, but did not get to and instead always patched myself. Now having updated to the latest snapshot (which may be released as beta1), I stumbled on it again: In src/auth/passdb-pam.c, where the client host is passed to PAM, the code looks like this: #ifdef PAM_RHOST const char *host =
2006 Jan 22
2
Dovecot-1.0.beta1: New mail sometimes fails to appear
Hi there... Having updated to 1.0.beta1, I for a while thought a bad bug with IDLE handling that caused new mail in INBOX not to appear when using Mozilla Thunderbird has been solved. Although I can not reproduce one kind of problem anymore, after a short while it again appears that one does not always see one's new mail with Thunderbird. I can not consistently reproduce the bug, but
2006 Sep 11
2
Namespace with a single mailbox (for spam)
Hi there. Perhaps this is answered somewhere, but a short search through the mailing list and Wiki yielded nothing. We have spam filtering set up for all users, with all messages over some spam threshold going to a separate mbox. There is one directory containing the spam mboxes of all users (call it "/var/spool/spam", right now), with the spam box of a user residing in
2005 Mar 05
3
Mixing mbox and maildir
Hi there. I understood that in Dovecot 1.0 it should be possible to mix the usage of mbox and maildir mailboxes. I just downloaded, built, and am testing dovecot-stable-20050304. I'm a bit confused as to the terms of namespaces (haven't read that part of the RFC yet), but this does not seem related. Anyway, when I try specifying: default_mail_env = ~/mail/:INBOX=/var/mail/%u On
2004 Apr 23
2
Envelope From changed - why?
Hi there. I am evaluating Dovecot as an IMAP server. I noticed on thing which irritates me. When a user saves a message to an IMAP folder with the Dovecot server, the envelope From line is changed to the address of that user, instead of keeping the From line of the original message. How can I have the original envelope From line preserved when saving messages? -- Tom -- Tom Alsberg -
2003 Apr 07
1
Problems building the java/jdk14 port
Hi there. I am unable to build the java/jdk14 port. I downloaded the patches and source distribution, and get some weird HotSpot error. I am not sure what the problem could be. Following is the relevant output of make on the port. Any ideas? -- Tom # Start of jdk build bsd i586 1.4.1-p3 build started: 03-04-07 12:16 Syntax error: "(" unexpected gmake[1]: Entering directory
2006 Jan 10
2
IMAP subscriptions - how, for what and why?
Again, not a Dovecot issua - but can someone clarify better what IMAP subscriptions (SUBSCRIBE/UNSUBSCRIBE/LSUB) are and what they are used for? I've seen a few times in Microsoft mail clients, the options to subscribe to folders and to "show only subscribed folders". I haven't played much with them, though. But what's the actual point? Except for being returned in the
2005 Aug 04
1
directory names - have to begin with a dot?
Hi there... Two questions: (1) Is there an easy way to have Dovecot recognize subdirectories that do not begin with a dot as sub-hierarchies? (2) Is there a way to have the root folder map to a certain other mbox/maildir? I want a setup like this: / -> $HOME/mbox /INBOX -> /var/spool/<username> /folder -> $HOME/mail/folder /folder/foo -> $HOME/mail/folder/foo
2005 Sep 26
2
Hostname passed to PAM as rhost
(I am sorry to bother the list with something I should have verified myself right now - I simply do not have access to the source code here) Thinking of some limit I wanted to put with authentication, I am wondering - when Dovecot authenticates a user using PAM, now that (in 1.0) it passes the rhost item to PAM, it passes a hostname, not an IP address. Does it double-verify the DNS record
2005 Jul 31
1
[PATCH] settings parsing section/context return bug
There seems to be a minor bug in the settings parsing code (as of today's dovecot-stable snapshot - 20050731) - after the closing bracket of protocol (imap/pop3) {} section, the parser still regards all options as affecting only that protocol and not globally (I have some options, protocol imap {}, protocol pop3 {}, and then some more options - now those latter options seem to only affect
2006 Jan 18
1
INBOX as either mbox or Maildir
In Dovecot 0.99, I recall somewhere I read it was possible for INBOX to be both a Maildir and an mbox in the same configuration (either automatically detected, or depending on the existence in a different location). Perhaps I was wrong, I'm not sure. Any way, I now became interested in this sort of setup: Most users have their spool an mbox in /var/mail/<username>, and then they
2007 May 13
1
Writing a new mailbox access module
Having finished a few other projects, I'm contemplating trying to write a new mailbox module which could be useful for us here. I would appreciate any guidance. Basically, I need (or rather, could use) a module that provides a merge of two mailboxes (which are themselves accessed by other modules), cascading them, so that: * The user sees one mailbox M, which contains all the messages in
2004 Jun 14
1
PAM_RHOST item
A little problem, which is bugging me: when using PAM authentication, Dovecot (0.99.5) does not set the PAM_RHOST item, so the PAM modules cannot know who the client is. We need this for some PAM module doing access control. Changing passdb-pam.c to pam_set_item it seems trivial, but I'm bugged as to how to get the client name from there. It seems not to be available in the auth_request
2003 Apr 10
1
Writing a DVD
Hi there. I am unsuccessfully trying to write a data DVD on FreeBSD 4.8. The writer is a Sony DVD RW DRU-500A on IDE. I'm using the atapicam driver. The media is a Sony DVD+RW which arrived with the writer. Both with cdrecord ProDVD (from the ports or otherwise) and dvdrtools I get a general SCSI retryable error message, when trying to write a data track or blank a DVD. I have no
2006 Apr 24
0
Solved problem with index corruption (new mail not seen)
Having had many problems in the past with IDLE not working, new messages not being seen from Thunderbird, and sometimes garbage seen as part of mailboxes, I eventually added some workaround/sanity check patch to the imap_sync_deinit code to reread the offsets from the index and that solved the problem. Now with beta7 (I've previously used beta2), this seems not to be necessary anymore. I
2006 Jun 28
0
Test
Test -- Tom Alsberg - hacker (being the best description fitting this space) Web page: http://www.cs.huji.ac.il/~alsbergt/ DISCLAIMER: The above message does not even necessarily represent what my fingers have typed on the keyboard, save anything further.
2009 Feb 12
2
mbox snarf plugin + idle
I'm having a problem with mbox snarf not looking at /var/spool/mail/ when in idle mode thus never giving me a RECENT line even though there are new messages in /var/spool/mail/ . Here are the imap commands to reproduce the problem: 1 login userid password 2 select inbox 3 idle When I run "select inbox" it does see my messages in /var/spool/mail/ and moves them over fine.
2008 Dec 15
1
v1.2.alpha5 released
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha5.tar.gz http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha5.tar.gz.sig It's been a while since alpha4 so I thought I'd release a new one while waiting for Apple's patches.. - mbox fixes. - Lots of Solr fixes - Virtual mailboxes + Solr works now nicely instead of duplicating the indexed data. - Added alias_for setting
2005 Dec 30
1
Compile problem on FreeBSD 6.0-STABLE
Trying to update to dovecot-1.0.alpha5 and seeing this at compile time: mech-gssapi.o mech-gssapi.c; then mv -f ".deps/mech-gssapi.Tpo" ".deps/mech-gssapi.Po"; else rm -f ".deps/mech-gssapi.Tpo"; exit 1; fi mech-gssapi.c:30:27: gssapi/gssapi.h: No such file or directory mech-gssapi.c:42: error: syntax error before "gss_ctx_id_t" mech-gssapi.c:51: error:
2006 Jan 04
1
Running dovecot-lda
Hi, I'm planning on setting up dovecot with dovecot-lda, for sieve support. What does the list have to say about versions to use? I prefer stability over features but sieve has to be there. Does anybody use the combination dovecot 1.0 alpha5 and dovecot-lda 0.1 with success or would you recommend running -lda from CVS? If so, is there any point in time that's better than another?