similar to: Imap Folder activity detect

Displaying 20 results from an estimated 5000 matches similar to: "Imap Folder activity detect"

2010 Oct 24
1
dovecot-antispam-1.3 multiple plugin load
Hi all, I have running dovecot-1.2.15 and I try whith dovecot-antispam-1.3 and 1.2-* if it's running for me. I use mailtrain backend to call a script when I move a mail to a specific folder. Then, I set allow_append_to_spam: yes At .config for Make dovecot-antispam. I set the plugin's name to: PLUGINNAME=isspam An then, I have another copy of the sources and .config with plugin's
2004 Dec 27
0
dspam plugin
The first version is available at http://johannes.sipsolutions.net/edit/Projects/dovecot-dspam-integration/code I'm calling dspam for every message, that seemed easier for now. I will probably integrate Tom's idea about storing the messages until a cron-job picks them up at night by just storing signatures into mysql, in which case its easy to do with a single query: INSERT INTO
2011 Jun 03
1
Extra plugins vía extrafield in ldap
Hi all, I'm using dovecot 2.0.9 and I have a config like this: dovecot.conf: passdb { args = /etc/dovecot/conf.d/passwd-ldap.conf driver = ldap } mail_plugins = $mail_plugins quota plugin { autocreate = INBOX.SPAM autocreate2 = INBOX.NoSPAM autosubscribe = INBOX.SPAM autosubscribe2 = INBOX.NoSPAM quota = maildir } protocol imap { mail_plugins = $mail_plugins imap_quota
2010 Dec 22
2
Plugin delete-to-trash on Dovecot 2.0
There are some body using delete-to-trash on any version of Dovecot 2.0? -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax ? ? ?+34 954 50 09 29
2008 Dec 19
1
24, file has vanished
Hi all!! I copy files and directories from server with Windows 2000 Server to server with Debian. The copy made with rsync, the instruction is the next: rsync -av --iconv=WINDOWS-1252,utf-8 directory from windows 2000 server directory from Debian There are the error: file has vanished What happenned? thanks -- Xavi Aranda Equip T?cnic ? ASSOCIACI? PER A JOVES TEB Carrer dels
2001 Dec 18
2
Aranda-Ornaz links for binary data
Hi, I would like apply different link functions from Aranda-Ordaz (1981) family to large binary dataset (n = 2000). The existing links in glm for binomial data (logit, probit, cloglog) are not adequate for my data, and I need to test some other transformations. Is it possible to do this in R? And how? Thank you for your help, /Sharon
2010 Oct 07
2
Visible temp files as Imap Folder in INBOX
Hi all, I'm using dovecot-1.2.15 and NFS as storage of Maildir . When I try over IMAP and Evolution to move a mail to another Imap Folder, a file like .nfs000000000159816c0000245 is created and when move operation is finished, the file is deleted. Sometimes, this file isn't deleted and then, you can see a new imap folder called .nfs000000000159816c0000245 when you restart your Evolution
2011 Feb 02
2
Logging on syslog and selected dovecot files at the sametime
Is it possible to send logs to syslog and files set by log_path and log_info_path on config? Just two logs at the same time (not realtime). -- Antonio P?rez-Aranda Alcaide aperezaranda at yaco.es Yaco Sistemas S.L. http://www.yaco.es/ C/ Rioja 5, 41001 Sevilla Tel?fono +34 954 50 00 57 Fax ? ? ?+34 954 50 09 29
2008 Feb 23
1
Aranda-Ordaz
Hi all, Does anyone know R code or SAS code for Aranda-Ordaz link family? thanks, xiao yue --------------------------------- [[alternative HTML version deleted]]
2012 Mar 01
2
User defined link function with extra parameters
Hello R users, I would like to fit a generalized linear model for the binomial family with some non standard link functions. For instance, this is the Aranda-Ordaz link: ? = ln( ( (1 - ?)^-? - 1 )/?) I know how to define a new link function to use with glm(), but I my problem is that I have an extra parameter to estimate and I have no clue how to incorporate that. Is there any way to tell
2011 May 23
3
[PATCH] Indexing mail attachments with Dovecot + Solr
Indexing mail attachments with Dovecot + Solr. This patch has been tested with these versions: * dovecot 2.0.9 * apache-solr 1.4.1 This is a patch for the fts-solr plugin (that indexes mail messages for Dovecot with Solr). In main stream, the plugin does not index attachments; With this patch, you can index mails and their attachments (pdf, docs, openoffice docs...) . You can get others
2009 May 21
1
Expire Plug-in stopped
Good evening, While working with Dovecot 1.2rc4 on Fedora 10, I have been trying to get the Expire plug-in to auto delete messages for us. When I run the plug-in with the test flag, I receive the following message: /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool --test Info: amy at example.com/Trash: stop, expire time in future: 1242953758 All messages were
2010 Dec 27
2
Dovecot Quota plugin as Couier quota
I get a similar behavior between dovecot quota plugin and courier quota with the attached patch. When the client change flags, then is forced to recalc. This is because I don't know how to get the changed flags on quota sync method. The courier quota behavior is avoid to count all deleted mails, include "mark as deleted" mails. -- Antonio P?rez-Aranda Alcaide aperezaranda at
2009 Jun 06
3
Expire/Quota error
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Using both 1.2rc5 and hg version a9d3108d0cec from today, when I run the expire tools program, I receive the following error. # /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool --test /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool --testError:
2011 Feb 16
2
Evolution IMAP with Dovecot as proxy
We have some users who use Evolution as mail client. During migration process we are run Dovecot as proxy of Courier-imap until any user get migrated depend of ldap attribute. At present, the problem is that with Thunderbird and other clients, The client run as normal. But Evolution can't get new messages or Suscription list. Capabilities on Courier and Dovecot are differents, but when a
2010 Nov 15
2
Trying to building a customized auth plugin
I'm on dovecot 2.0.7 and I trying to building a customized auth plugin. I take passdb-passwd-file.c and userdb-passwd-file.c to try to build with a simple gcc comand out of dovecot environment as in example: export DOVECOT=/path/to/untar/dovecot-2.0.7 gcc -fPIC -shared -g -Wall -I$DOVECOT \ -I$DOVECOT/src/lib \ -I$DOVECOT/src/lib-auth \ -I$DOVECOT/src/lib-sql \
2010 Nov 24
2
Automatic expire on post-login
I need to clear two folder from Maildir at login. Exatly, delete all mails older than 30 days on Trash and 1 day on spam folder. I'm using dovecot 2.0 and I think about use a post-login script calling doveadm -u $user expunge but post-login scripts in dovecot 2.0 are very complex Is there possible to get the environment vars like on dovecot 1.2 ? I think this action must be done by expire
2009 Mar 24
1
Missing TMP folder - Dovecot 1.2 Beta3
Recently after upgrading to 1.2 Beta3 from 1.1.13, I started to defer mail. After looking into it deeper, it looks like Dovecot/sieve now asks for a tmp folder in the imap (maildir) folder. Once I added the tmp folder as the logs indicants, the mail was processed normally. I have split my Inbox and imap store to different folder. Looking at what it's trying to do, it looks to me that
2010 Nov 03
1
Filter from Outlook fails after migration
We have some users which use Outlook 2003. After migration de Maildir from Courier to Dovecot, this user have some errors on their accounts because Outlook filters don't run. Some of this folders name contain chars like '-' but another folder with only letters fails too. Then ?Does any people have similar errors with Outlook 2003? Dovecot version 1.2.15
2014 Jun 24
3
winbind: homeDirectory being ignored
Something strange here. User created using: root at dc1:~# samba-tool user add user7 Abcd1234 --uid-number=1007 --home-directory=/home/user7 --login-shell=/bin/bash User 'user7' created successfully I can see the homeDirectory attribute in the entry. But the home directory that winbind returns is just the template one: root at adclient:~# getent passwd user7