similar to: Logging IMAP deletions

Displaying 20 results from an estimated 30000 matches similar to: "Logging IMAP deletions"

2006 Feb 13
1
Upgrade alpha5 to beta3
Hello, after an upgrade from alpha5 to beta3, every operation after login from an MUA returns ERROR: Could not complete request. Query: COPY 9 "Trash" Reason Given: (null) Both were built with ./configure --prefix=/usr/local \ --disable-ipv6 \ --with-passwd \ --with-passwd-file \ --with-ldap \ --with-ssl=openssl \ --with-ssldir=/etc/dovecot/ssl \
2005 Dec 16
1
Two-phase delete/expunge ?
Is it possible to have messages which have been marked for deletion or which are to be expunged, moved into a "secret" directory on the IMAP server? The IMAP client would consider the message as deleted, but an administrator could easily restore single messages (without having to retrieve tapes) by moving the message back into inbox. I understand there are patches floating around
2006 Feb 22
1
Disconnect IMAP session after certain time?
Is it possible to have Dovecot cleanly terminate an IMAP session after a certain time? I have a number of users who leave their MUA (Mozilla Thunderbird) on all night, and I'd like to have them (cleanly) disconnect in order to free up resources after a certain "inactivity" time (e.g. 2 hours). Can that be done? -JP
2005 Dec 21
0
1.0 alpha5: Plugin woes: quota/trash
Hello, I'm running Dovecot v1.0.alpha5 and I'm trying to get the quota plugins to work. I've enabled modules in dovecot.conf, but when the IMAP connection is opened, the log shows undefined symbols. : Loading modules from directory: /usr/local/lib/dovecot/imap : dlopen(/usr/local/lib/dovecot/imap/libtrash_plugin.so) failed: /usr/local/lib/dovecot/imap/libtrash_plugin.so: undefined
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 =
2005 Dec 15
0
How to serve two "inboxes" via imap
Hi In our setup we have mail delivered to /var/spool/mail/<username>. Many users like thunderbird as their MUA and we typically have thunderbird set up to read mail using a movemail account with the local mail directory set to ~/mail so that the mail can be read easily by pine as well. So, when a user clicks the "Get Mail" button in Thunderbird, mail is moved from
2009 Feb 25
1
imap SORT core dumps on beta1
Steps to reproduce: 0 login userid password 1 select myfavoritemailbox 2 sort (FROM) UTF-8 ALL I tested alpha5 and it works fine. Here is the trace of beta1. I see many adds in revision 8726(hg annotate mail-storage.c), but that line number(674) is very old. So it might be a local problem. Here is what dbx "where" says about what happened. mailbox_header_lookup_init(box = (nil),
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:
2008 Jun 30
0
[ANNOUNCE] Samba 4.0.0alpha5
We are proud to a announce another alpha release of Samba 4. What's new in Samba 4 alpha5 ============================ Samba 4 is the ambitious next version of the Samba suite that is being developed in parallel to the stable 3.0 series. The main emphasis in this branch is support for the Active Directory logon protocols used by Windows 2000 and above. Samba4 alpha5 follows on from the
2007 Sep 15
0
v1.1.alpha5 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha5.tar.gz http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha5.tar.gz.sig I think we're finally close to v1.1.betas. - Fixed "messages_count too large" index errors. - deliver was crashing. - Saving messages with maildir accessed freed memory, which might have caused crashes. - Index files are now never marked as
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?
2005 Dec 19
0
alpha5: assert and core
My setup: Solaris 9, dovecot built with gcc 4.0.2. Mailboxes on remote NFS file mount from another S9 box (mbox format), index files local disk. IMAP usage only. Dovecot build like so: VERSION=1.0.alpha5 CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include \ LDFLAGS=-L/opt/openssl/lib \ ./configure --prefix=/opt/dovecot.$VERSION --with-ssl=openssl \ --with-ssldir=/opt/openssl/ssl
2005 Dec 12
1
1.0-alpha5 and Plugins
Hi girls, trying to use the quota and trash plugins with dovecot-1.0-alpha5, but becomes: libquota_plugin.so: undefined symbol: dict_transaction_commit libimap_quota_plugin.so: undefined symbol: quota libtrash_plugin.so: undefined symbol: quota by loading the modules Compiling the source working fine. Found no crtical messages Any idea? Thanks Dominik Saar
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.
2005 Dec 16
2
out of memory on dovecot alpha5
Hello Once a day i have these errors in doveecot.log: =========================================== dovecot: Dec 16 14:06:04 Error: auth-worker(default): .Out of memory (Needed 52 bytes) dovecot: Dec 16 14:06:04 Error: auth-worker(default): sql(login,<ip>): Password query failed: MySQL client ran out of memory dovecot: Dec 16 14:06:06 Info: imap-login: Disconnected: user=<login>,
2006 Apr 04
1
About Released 1.0 alpha5 version
Hi, I'm woking with dovecot at my work and I would want to upgrade the actual version to Released 1.0 alpha5 version, but when I saw the download section at dovecot home page, I noticed that you have only beta versions available. Because of this, I would want to ask you if since now you only put available beta versions or those of them will be replace for the next alpha version. Thanks for
2013 Mar 01
1
NSD compressing RP content
Hello, while investigating a report from Jan-Piet Mens (resulting in http://wiki.powerdns.com/trac/changeset/3109), we discovered that NSD (both 3.2.15 and 4.0.0b4) compresses labels in RP content. As far as I can see, this is not allowed by RFC3597 section 4 paragraph 1/2. PowerDNS Recursor, like Unbound and BIND, now deals with this as 3597 section 4 paragraph 4 says we SHOULD. Nevertheless,
2004 May 06
5
Orthogonal Polynomial Regression Parameter Estimation
Dear all, Can any one tell me how can i perform Orthogonal Polynomial Regression parameter estimation in R? -------------------------------------------- Here is an "Orthogonal Polynomial" Regression problem collected from Draper, Smith(1981), page 269. Note that only value of alpha0 (intercept term) and signs of each estimate match with the result obtained from coef(orth.fit). What
2006 Jan 14
2
Errors in /var/log/maillog and /var/log/dovecot.log
I am trying to migrate from UW imap to dovecot. OS: RHEL 3 X86 MTA: Postfix Auth: PAM (NIS server) Most of the users are fine, but I have some users have problems: " Jan 14 09:18:42 Info: imap-login: Internal login failure: user=<user1>, method=PLAIN, rip=X.X.X.X, lip=X.X.X.X, TLS " This happens on dovecot version dovecot-1.0.alpha5-1 and dovecot-0.99.11-1 If anyone else has