Displaying 20 results from an estimated 45 matches for "mailfiltering".
2012 Jun 20
2
CentOS 6.2-x86-64
Greetings all, newbie to CentOS here. Also newbie to 64 bit installs.
Package Manager problem:
I found a yumex, which is not part of the 64 bit install, but it wants a
way older version of python-2.4 whereas we have 2.6.6-something after the
post install upgrade.
1st Question:
Is there anything that can be done about this? Or is there something
better, like a 64 bit synaptic to replace
2010 Feb 03
1
Execute mailfilter after message move
Hi,
came here to ask, if there are any ideas about a possible Dovecot feature,
which would allow execution of a specific mailfilter or other program after new
message is *moved* in specified mail location? The practical benefit on my side
would be, that there wouldn't be any need to do getmail cronjobs, which
unnecessarily fill up logfiles... (primarily for easy spam learning and
2008 Jul 08
2
Dovecot Sieve Broken with 1.1 RPMs?
We have been using dovecot v1:1.0.15-1_72 and dovecot-sieve v1.0.3-7
very successfully for many months but I've been unable to get
dovecot-sieve to work with the latest 1.1 release. The new release seems
to completely ignore our global sieve script no matter what we do.
Is anyone else using the atrpms-stable rpms packages and able to get
dovecot-sieve to work correctly?
Any help would be
2017 Apr 06
2
sieve does not seem to be working
my local.conf has:
# 90-sieve.conf
plugin {
sieve_before = /home/sieve/globalfilter.sieve
}
and cat /home/sieve/globalfilter.sieve
require ["fileinto","mailbox"];
if anyof
(
header :contains "X-Spam-Flag" "YES",
header :contains "subject" "***SPAM***"
)
{
fileinto :create "Spam";
}
There IS a
2007 Oct 07
1
global sieve script
hi all,
i'm moving from a maildrop+courier setup to lda(sieve)+dovecot setup.
with maildrop i had a global filter for all the users, so i could filter and
archive into the spam folder spam tagged emails for users without custom
filters, including them if they exist:
LOGNAME=tolower($LOGNAME)
`test -e $LOGNAME`
if ( $RETURNCODE != 0 )
{
`maildirmake $LOGNAME`
`maildirmake
2011 Feb 06
2
maildrop and multi-dbox
Hi there,
I'm using Dovecot 2.0.9-1 under Arch Linux.
Currently, I have Maildir configured, and I move all my emails into
dovecot by using this sequence:
1) cron starts fetchmail periodically under user manfred to collect my
mails from various email accounts.
2) In ~/.fetchmailrc I have configured /usr/bin/maildrop as MDA.
3) In ~/.mailfilter (used by maildrop) I have extensive filtering in
2017 Apr 09
0
sieve does not seem to be working
Hello Robert,
You said that the script worked when you ran it with sieve-test, proabably as root user, but not when you sent an e-mail with sendmail, which I guess would run it as the dovecot user (probably vmail as you said you changed the ownership of the e-mail to vmail:mail ?)
You forgot to show us the file permissions on the script and the folder containing it. A namei -l on the whole path
2011 Sep 06
6
Shared Mailboxes with VirtualUsers and mail_location retrieved from ldap
Hello,
I spend a couple of days configurating a new installation of dovecot 2.0.14 with virtual accounts and NFS storage for maildir home/mail directories.
At this point I need shared mailboxes but since user mail/home locations are ldap attributes, how is it supposed I must configure this for shared mailboxes?
for the users' mail/home directories I set this line:
user_attrs =
2017 Aug 24
2
vm in qcow2 runs on host A but not on host B
...start on host B ( Intel Core i7-2600 CPU @ 3.40GHz )
i get on host B by starting the vm "trap errors" Opcode.
anyone here has an idea how to solve this?
kind regards
marko
--
zbfmail - Mittendrin statt nur Datei!
OpenDKIM, SPF, DSPAM, Greylisting, POSTSCREEN, AMAVIS, Mailgateways
Mailfiltering, SMTP Service, Spam Abwehr, MX-Backup, Mailserver Backup
Redundante Mailgateways, HA Mailserver, Secure Mailserver
2014 Aug 19
3
Thunderbird not able to edit sieve Message Filters
I'm not sure when this problem first occurred - it is many months since
I last editted a sieve filter. I am certainly several versions of
Thunderbird and, probably, a few versions of Dovecot on from when I last
editted a sieve filter. However, I do know that I have done so in the past.
I have just built Dovecot 2.2.13 and Pigeonhole 0.4.3, installed and
running on Slackware 14.1 x64.
I
2006 Nov 16
1
LDA Question
I need some advice about replacing maildrop with the Dovecot LDA. I need
to replicate a setup that uses postfix+maildrop+spamassassin. We'll be
using Dovecot 1rc13.
In the current setup, maildrop reads a file called .mailfilter in each
user's folder, then call spamassassin according to the user's
preferences. The file is simple, and looks like this --
if ( $SIZE > 20971520 )
{
2012 Mar 23
1
delivering with maildrop
Can somebody provide maildrop syntax for using deliver-lda as final
delivery program during sorting mail in user mailfilter?
i mean replacement for "to" statement
if ( /^(To|Cc):.*dovecot at dovecot.org/:h )
{
to $MAIL/.dovecot/
}
2016 May 23
1
Windows, qemu.agent is it possible to shut down services in running windows server?
...ows
server via qemu-agent?
I want to shutdown the MSSQL Service before doing backups.
Is that possible? i dont find any helpful pages in net.
Any hints & tipps are welcome
Marko
--
zbfmail - Mittendrin statt nur Datei!
OpenDKIM, SPF, DSPAM, Greylisting, POSTSCREEN, AMAVIS, Mailgateways
Mailfiltering, SMTP Service, Spam Abwehr, MX-Backup, Mailserver Backup
Redundante Mailgateways, HA Mailserver, Secure Mailserver
2013 Jul 24
1
dbus support in dovecot?
Greetings;
I am trying to transition from ubu10.04.4 LTS to ubu12.04.2 LTS, but in the
changeover I want to setup dovecot as a local only imap server so that I
can read & respond to email from any of the other 4 or so machines on my
local net.
To that end, and given that I have a well working setup right now, using
fetchmail driving mailfilter as a pre-check, procmail as the MTA
2007 May 20
1
per-user delivery to commands
Hi, we are using dovecot IMAP in a complex virtual setup with almost
4000 accounts; postfix hands over to deliver for local delivery into
a home directory as stored in the SQL database. That's
/srv/vmail/$DOMAIN/$LOCALPART for most of them, but I'd rather not
hardcode this scheme anywhere as it's in SQL.
By a policy change, we need to insert a filter in this chain and the
filter must
2014 May 24
4
Plugin mail-filter tangles
System installed : Dovecot 2.2.12 as IMAP server and Postfix as MTA.
Dovecot and Postfix connected via LMTP
+ Dovecot mail plugin 'mail-filter' to encrypt/decrypt emails on the fly
with public/private users' RSA keys.
Case study :
You have 3 (virtuals) users belonging to 3 different domains, all
managed by your Dovecot server.
One of these users is connected to Dovecot with MUA
2014 Jun 05
1
Plugin mail-filter tangles
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sat, 24 May 2014, Stanislas SABATIER wrote:
> Dovecot is handling the final delivery, through mail-filter plugin as
> follow :
>
> 1. both users contexts are created from user_db queries
> 2. mail-filter plugin is init for user2
> 3. /mail_user_created/ for user2
> 4. mai-filter plugin arguments are parsed for user2
> 5.
2007 Nov 26
4
Using global und per-user sieve scripts at the same time
Hi list,
I'm trying to get a global sieve mailfilter with per-user sieve scripts
to work.
At the "lda"-section in the dovecot.conf file I have:
global_script_path = /usr/local/etc/sieve/spam
/usr/local/etc/sieve/spam:
require "fileinto";
if header :contains ["Subject"] ["***Spam***"] {
fileinto "Spam";
stop;
}
which will work fine
2014 Jul 17
1
dspam dovecot-lda
Hello list,
Is there a way to call a spam filter in dovecot-lda like maildrop uses
the xfilter command within the .mailfilter file to do the same?
Eric
2017 Jul 22
5
Modify stored mail contents?
Is there a safe way to modify the contents of emails stored by Dovecot?
I'll probably only want to change the message bodies, not the headers,
if that matters. Looking for ways to do this both for existing emails
and new emails as they are received (though anything that works for
existing emails can probably just be run again for new emails.) My mail
storage is currently mdbox, but I