Displaying 20 results from an estimated 10000 matches similar to: "Auto-duplicate mailstore?"
2019 Nov 29
1
Duplicate e-mail with Dovecot and Sieve
X-Loop header could be what I was looking for, thanks!
On 28/11/19 22:03, @lbutlr via dovecot wrote:
> On 28 Nov 2019, at 09:44, Claudio Corvino <ccorvino at trustitalia.it> wrote:
>> Just one problem remaining: the e-mail that have LIST at domain.tld in BCC could not be intercepted by the sieve filter as in the header is not present any reference to LIST at domain.tld; am I
2019 Nov 28
2
Duplicate e-mail with Dovecot and Sieve
Hi,
I think that the test "if not duplicate" could not work for our case, as
the out of office should answer everytime, we only wants the redirect to
not be sent as a duplicate for the users of the alias LIST.
In other words we would like:
1) To redirect the e-mail directed to a single user (with out of office
active) to LIST at domain.tld, so that every user of the LIST receives
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
> require ["variables", "copy"];
>
> if address :matches ["To", "Cc"] ["*@*."] {
> redirect :copy "backup+295.${1}.${2}@*example.com*";
> }
I have tried this with similar results:
require ["copy", "variables",
2020 Oct 22
2
Sieve_before
On 21 Oct 2020, at 14:10, @lbutlr <kremels at kreme.com> wrote:
> I have trace logs enabled for user scripts, but I think only error get logged for upper level, and only along the lines of "could not compile <name of sieve>".
Any ideas?
Is there a way to force the default and sieve_before scripts to log to syslog?
--
The real world was far too real to leave neat little
2009 Jan 07
2
Obtaining the chroot-cage directory of the mailstore
Hello,
I'd like to find a function in the sourcecode which enables me to get the chroot-path of the mailstore, so I can concatenate it with the result of mail_storage_get_mailbox_path to get the full path of a mailbox within the filesystem.
Does such a function exist? Who can help me?
Thanks in advance.
Stefan
--
SIEGNETZ.IT GmbH
{ w3o-services }
Schneppenkauten 1a
D-57076 Siegen
2020 Oct 21
3
Sieve_before
So, this is what I did instead of default_sieve:
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before2 = file:/usr/lib/dovecot/sieve/filespam.sieve
# cat /usr/lib/dovecot/sieve/bcc.sieve
require ["variables", "copy"];
if address :matches ["To", "Cc"] ["*@*."] {
redirect :copy "backup+295.${1}.${2}@. . .";
}
# cat
2020 Oct 30
1
Sieve filter script EXECUTION FAILED
On 30 Oct 2020, at 12:34, @lbutlr <kremels at kreme.com> wrote:
> I am not sure about the $1. I think filter just pipes the message (or part of the message.
>
> I will see what happens without the echo I suppose.
>
> Nope, still the same.
>
> 32: starting `:contains' match with `i;ascii-casemap' comparator:
> 32: matching value `<!DOCTYPE
2008 Mar 19
2
Dovecot / FreeBSD / Nfs mailstore / Index=memory
Hello,
I have recently changed imap from Courier-imap to dovecot because of
serial problems with courier-imap, I have being forced to do it very
quickly... and without extensives tests.
I have 3 mails servers (freebsd based) behind a load balancer and a
nfs mailstore on a netapp.
On my first tests I have setup the index into some nfs shared mount,
but it seems that some imap clients are
2014 Jul 22
1
Dovecot mailstore performance tuning
HI All,
We have a couple of dovecot director proxies and six backed mailstores
each accessing mailboxes stored on five NFSv4 filsystems with about
1TB of mail on each in maildir format.? We have about 800 max users
on each mailstore at peak times and performance appears to starting to
degrade at these times.? The mailstores are pretty recent hardware
with 64GB of RAM and 24 cores.?? The NFS
2005 May 30
1
Outlook Express Mailstore on Samba share
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
last Thursday I upgraded a samba installation from 2.2.12 to 3.0.14a.
Everything went fine with the debian packages. But...
All roaming profiles are registry hacked to place the OE mailstore onto
the home drive and this worked fine for the last two years. Now after
the upgrade all of my users complain about corrupt dbx files. Can anyone
tell
2020 Oct 21
2
Sieve_before
On 10/21/20 2:12 PM, @lbutlr wrote:
> Do I HAVE to have a default.sieve, that's the only thing that I can think the has changed in that folder.
RE: compile, fyi note @
https://wiki2.dovecot.org/Pigeonhole/Sieve/Usage#Manually_Compiling_Sieve_Scripts
https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Executing_Multiple_Scripts_Sequentially
the conditions under which you need to
2019 Jun 06
2
failed to pipe to program sa-learn-spam.sh
On Jun 6, 2019, at 1:03 PM, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
> On Jun 6, 2019, at 4:45 AM, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
>> imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve
>> imapsieve_mailbox2_causes = COPY
>> imapsieve_mailbox2_from = Junk
>> imapsieve_mailbox2_name = *
>
> One other
2014 Nov 17
2
stop deletion of mails
Is possible with dovecot?
Legal department have told us we need to stop anyone from delete email
on corporate mail server, so nobody, even managers can not anymore
delete any mail?
2020 Oct 30
4
Sieve filter script EXECUTION FAILED
> On 30/10/2020 19:25 Bernd Petrovitsch <bernd at petrovitsch.priv.at> wrote:
>
>
> On 30/10/2020 17:11, @lbutlr wrote:
> [...]
> > echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|'
>
> What should the sed stuff do?
> TTBOMK '|' is not known by sed ...
2018 Dec 10
3
Solr
On 12/4/2018 10:40 AM, Joan Moreau via dovecot wrote:
>
> In the Wiki, ( https://wiki.dovecot.org/Plugins/FTS/Solr ), it would
> nice to stipulate to the reader? to type the command :
>
> sudo -u solr /opt/solr/bin/solr create -c dovecot # to create the
> dovecot instance
>
> before updating the schema.xml .
>
> Also,? schema.xml is in
2019 Mar 13
2
recipient bcc and dovecot
I have a recipient_bcc_maps which contains a bcc map that is updated everyday:
rbcc.pcre:
if !/backup.*@/
/^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld
endif
the 071 portion is changed each day to the current day of the year.
Everything works, but I get an error from dovecot on every message:
lda(backup at adomain.tld): Error: User initialization failed: Namespace '':
2013 Dec 02
2
backup mdbox best strategy
Hello,
i have to backup (tape library) a mailsystem with about 300.000
Mailboxes on 2 backends. Summary of all mailboxes are 2 TByte.
The mailstore is mdbox.
Is it save to do a simple filesystem backup (full and incremental) with
backupsoftware?
What is the prefered strategy to do a backup for desaster recovery
(mailsystem crash) and restoring single usermailboxes?
Regards,
Claus
2016 Oct 07
3
Auto-archiving
On 05 Oct 2016, at 23:50, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>> On October 6, 2016 at 8:05 AM "@lbutlr" <kremels at kreme.com> wrote:
>>
>>
>> I?d like to know if there is a way to tell dovecot to
>>
>> 1) move messages older than # days to the Archive folder
>> 2) rebuild the indexes
>> 3) remove any folders that are
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 15:10, Sean Kamath <kamath at moltingpenguin.com> wrote:
> On Oct 22, 2020, at 12:19, @lbutlr <kremels at kreme.com> wrote:
>> On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
>>> if address :matches ["To", "Cc"] ["*@*."] {
>> if envelope :matches :detail "to" "*" {
2005 Nov 25
1
Multiple Mailstores using 1.0alpha4
I am using qmail-ldap to provide virtual users to my system, but I also
have some shell users on the system as well.
Virtual users go into /home/vmail/mailstore/$username/
System users go into /home/$username/Maildir
How can I have both of these available as inboxes in dovecot using ldap
logins?
Do I need to use namespaces or am i missing something with
default_mail_env?
Thanks,
--
Brian T