Displaying 20 results from an estimated 30000 matches similar to: "IMAP on move message command launch"
2006 Jun 28
3
limit on the number of NICs per domU
Hello,
Xen FAQ states that there''s a limitation of 3 virtual network interfaces
per domU:
http://wiki.xensource.com/xenwiki/XenFaq#head-9896478cf65a16f43ab4fb066f74c0e0d67a16ac
My question is: is there any way (like setting some #define or something
in the sources) to rise this limit to 4 or 5? Why is the limit set to 3
actually?
I tried to google, but I couldn''t find any
2007 Jun 01
1
CMU Sieve pluigin missing proper charset support
Hello,
After testing the Sieve plugin for the LDA, I have noticed that it does
not handle charset issues properly. IETF draft says:
4.3. Subject and From Parameters
The ":subject" parameter specifies a subject line to attach to any
vacation response that is generated. UTF-8 characters can be used in
the string argument; implementations MUST convert the string to
2015 Jan 25
2
Dovecot antispam
Hello,
This is not specifically a dovecot issue, but to it's antispam plugin,
that being the case if private responses are deemed so please do so.
I've got a Postfix, amavisd-new, dovecot (delivery and sieve), setup
with spamassassin. It's for the most part working fine, here's the
problem, false positives and false negatives. The sieve moves
spamassassin-tagged messages in to
2008 Feb 24
2
A simple rc.d jail patch to enable priority
Hello,
I have written this tiny little patch to the jail rc.d script, which
allows user to set jail nice value. It doesn't change any default
behaviour.
Can that make it to the trees?
Patch attached.
--
Jan Srzednicki :: http://wrzask.pl/
"Remember, remember, the fifth of November"
-- V for Vendetta
-------------- next part
2008 Feb 24
2
A simple rc.d jail patch to enable priority
Hello,
I have written this tiny little patch to the jail rc.d script, which
allows user to set jail nice value. It doesn't change any default
behaviour.
Can that make it to the trees?
Patch attached.
--
Jan Srzednicki :: http://wrzask.pl/
"Remember, remember, the fifth of November"
-- V for Vendetta
-------------- next part
2015 Jan 26
1
Dovecot antispam
Hi,
Can I get a look at your antispam configs? I'd like to compare them
against mine.
Thanks.
Dave.
On 1/26/15, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sun, 25 Jan 2015, David Mehler wrote:
>
>> I've got a Postfix, amavisd-new, dovecot (delivery and sieve), setup
>> with
2008 Mar 20
3
Using IMAP keywords instead of mailboxes for spam with dovecot-antispam
Hi,
Some email clients, like Evolution, use IMAP keywords to flag spam
instead of moving mail to dedicated spam mailbox. This is very useful,
as false positives can be easily "moved" to original mailbox simply by
removing $Junk keyword.
I couldn't find a way how to integrate antispam software, like dspam,
with dovecot, so that antispam automatically learns ham/spam.
I have found
2006 Apr 08
2
dovecot-dspam-plugin not launching dspam
hello,
i added the dovecot-dspam-plugin [1] to my dovecot-installation. when
trying to move a mail out of or into the predefined spamfolder with
thunderbird a messagebox shows : "dspam failed" and the message remains
in its original position. i am using virtual mail users contained in a
postgresql-database [2]. normal imap access and dspam training from the
commandline works fine.
2007 Mar 03
1
Dovecot Deliver to Folders
Is there a way to get dovecot deliver to deliver directly to folders
instead of the inbox?
2009 Feb 03
4
Dovecot-antispam does not work
Hi,
I have installed dovecot-antispam and configured it this way (as in the doc)
with the dspam exe:
protocol imap {
mail_plugins = antispam
mail_plugin_dir = /usr/lib64/dovecot/imap
}
plugin {
# For dovecot-antispam:
antispam_signature = X-DSPAM-Signature
antispam_trash = trash;Trash;Deleted Items
antispam_spam = SPAM;Junk
#antispam_unsure = unsure
2012 Jun 09
1
Dovecot antispam plugin bug: got an empty message
It is few months ago I requested help with combination dovecot - dovecot-
antispam plugin and dspam.
Now I got into troubles with a lot of spam delivering to users inbox. Problem
described bellow is now better hidden but stil remains:
When moving a message from INBOX to Junk, dspam got an empty message.
I made a wrapper about dspamc and there is no input on stdio. The dspam was
not trained
2008 Aug 21
3
dovecot-antispam has some kind of bug
On Thu, 2008-08-21 at 12:25 +0200, Mikael Jenkler wrote:
> Hi Johannes!
>
> it seams that you pluggin is doing something wrong with the imap connection
>
> i get this:
>
> Aug 21 12:21:54 firestorm dovecot: child 21443 (imap) killed with signal 11
>
> both with squirrelmail and mutt mail clients, but only when the pluggin
> is enabled in dovecot
> iam using
2007 Oct 23
2
POP3/IMAP newbie question
Is it possible to serve both POP3 and IMAP for the same
user from the same mailbox format, e.g. the maildir format?
If so, how should I configure in dovecot.conf?
At the moment I have (dovecot -n):
# 1.1.beta2: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
2007 Dec 10
1
Dovecot Antispam Problem (Using mail sending backend)
I'm trying to setup DSPAM training using the mail-sending backend of the
Antispam filter, unfortunately, things don't appear to be working.
I've compiled it against the debian etch dovecot libraries, and the plugin
itself builds, and doesn't report any errors when running. As a matter of
fact, it doesn't report ANYTHING when running, except for the initialization
code
2015 Aug 14
1
sieve and antispam
I have a fairly standard antispam/dspam setup: postfix delivers to
dspam, which classifies and tags the mail, and then passes it to postfix
which uses sieve to put mail into the appropriate folders based on
dspam's classification. I also have the antispam plugin watching mail
being moved between folders and re-training dpsam accordingly.
If I now add some sieve filter rules which put
2007 Sep 30
4
new antispam plugin
Sparked from the discussion on the list, I've put my antispam plugin
into git and split up the code into a frontend and possibly multiple
backends. See http://git.sipsolutions.net/dovecot-antispam.git/ (URL
functions as both gitweb and git URL)
Andreas, I took your README file and adjusted it, I hope you don't mind.
I didn't fork from your git tree because you'd already
2012 Jul 24
19
what best for anti-spam filter?
what anti-spam for you used ? dspam?spammassian? amavisd-new ? what is
best ?
2008 Nov 05
3
Another dovecot-antispam plugin can't call dspam
Hi folks -
I am configuring a new system and the antispam plugin is the last piece
I need, everything else is working. Thanks to Johannes for this plugin,
it's exactly what I want and an elegant solution for filter training.
But I've been trying everything I can think of for the last 3 days to
get this to work, no success.
I've got: Postfix 2.5.3, dspam 3.8.0, Dovecot 1.1.6,
2017 Feb 10
15
Replacement for antispam plugin
Hi!
Since antispam plugin is deprecated and we would really prefer people
not to use it, we wrote instructions on how to replace it with
IMAPSieve. Comments and suggestions are most welcome.
https://wiki.dovecot.org/HowTo/AntispamWithSieve
---
Aki Tuomi
Dovecot oy
2006 Mar 17
6
VERY cool add-on request.
I would like to have the ability to execute a command on a folder based
on a user doing something like copying a message to that folder. This
could be accomplished with a config file directive.
For example, this would be EXTREMEMLY useful as a spam learning hook.
Take a scenario where each user has their own spamassassin bayes database,
and you want to give the users the ability to train their