Displaying 20 results from an estimated 2000 matches similar to: "sieve duplicate locking"
2016 Oct 19
0
sieve duplicate locking
Op 17-10-2016 om 18:05 schreef Alexander 'Leo' Bergolth:
> Hi!
>
> Does the duplicate sieve plugin do any locking to avoid duplicate
> parallel delivery of the same message?
>
> I sometimes experience duplicate mail delivery of messages with the same
> message-id, despite the use of a sieve duplicate filter. According to
> the log files, those messages are delivered
2016 Aug 08
2
custom mail_location detection for dovecot lda
On 08/08/2016 05:34 PM, Stephan Bosch wrote:
> Op 8-8-2016 om 17:27 schreef Alexander 'Leo' Bergolth:
>> Is it possible to do something like "post-login scripting" to detect and
>> set a per-user custom mail location for dovecot LDA delivery?
>>
> You could use /usr/lib/dovecot/dovecot-lda -omail_location=<location>
Thanks for the hint.
But it seems
2016 Aug 08
2
custom mail_location detection for dovecot lda
Hi!
Is it possible to do something like "post-login scripting" to detect and
set a per-user custom mail location for dovecot LDA delivery?
I tried to use a wrapper-script around dovecot-lda that sets the
environment variables MAIL="..." and USERDB_KEYS="MAIL" just like
overriding userdb fields may be done using imap postlogin scripts, but
unfortunately this
2014 Oct 20
1
Sieve: carry global variables from sieve_before to user sieve scripts
Hi!
Is there a way to initialize global variables with default values in
sieve_before scripts that can be used in the sieve_default script or in
user scripts?
I've tried the following code but this doesn't work..
before.d/10-set-defaults.sieve:
-------------------- 8< --------------------
require ["variables", "include"];
require "vnd.dovecot.debug";
set
2014 May 07
2
Index cache errors worse with 2.2.x
Hi!
I am getting "Cached message size smaller than expected" errors since dovecot-2.1.x.
Until now, I thought that those errors don't do any harm, I assumed that the cache will just be rebuilt after the error had been detected.
However, since dovecot 2.2.x (I tried 2.2.7 and 2.2.10), the errors sometimes seem to actually cause mail access to fail.
With dovecot-2.1.1, only the
2009 Nov 23
2
shared mailboxes using namespaces in 1.2
Hi!
I've been using shared mailbox trees using maildir, unix permissions and
separate namespaces per shared tree since dovecot 1.0.
However now that I've upgraded to 1.2.8, I cannot create subfolders
anymore. The server responds with "NO Invalid mailbox name:
test/testsub". The hierarchy separator for the namespaces is / because I
am mixing maildir and mbox namespaces and
2007 Dec 01
4
namespaces, shared mailboxes
Hi!
I'd like to provide shared mailboxes with maildir that should appear
like 'Shared/<mailboxname>' to the clients.
Using the namespace configuration below, everything works fine, exept
one thing: Mail clients (only tested with Thunderbird) won't allow to
put mails directly in 'Shared/mailboxname' (the folder it is greyed
out). You currently have to create
2012 May 13
1
userdb namespace settings bug
Hi!
Since upgrading to 2.1.6, setting namespaces via environment variables
using a imap-postlogin-script *sometimes* doesn't work.
Sometimes, the prefix of a namespace isn't set correctly, but is set to
an empty string, which leads to the following error:
namespace configuration error: Duplicate namespace prefix: ""
However, the environment is set correctly, the error seems to
2010 Feb 13
2
deliver and cloning file permissions
Hi!
I'd like to use deliver (dovecot-1.2.10) as LDA to deliver mails to my
local users on my postfix-system.
However, deliver tries to copy the filesystem permissions of the
mail-spool-files to the user's index files, which doesn't work, since
the files in /var/mail/ belong to the group 'mail'.
Feb 13 00:21:19 leo-x61 dovecot: deliver(leo):
2011 Oct 31
2
setting namespaces using script-login environment in 2.0
Hi!
With dovecot 1.x, I was using a post-login script to dynamically add
shared mailboxes using NAMESPACE_X.. environment variables, based on
filesystem permissions:
After login, the post-login script was executed with user permissions
(mail_drop_priv_before_exec=yes). It added all subdirectories of
"/var/spool/mail/Shared" as namespaces for which the user had write
permissions. E.g.:
2007 Dec 30
1
deliver: keep existing From_ line
Hi!
I'm using procmail to filter my email. (I have to use it because of
various features that are not supported by sieve.)
However, I'd like to deliver mail to my mboxes using dovecots deliver
program in order to update index files and speed up mbox access.
Using "| $DELIVER -m <mboxname>" in my procmail receipes, everything
works fine, except that the envelope sender
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
Hi!
I am experiencing troubles concerning the inheritance of the setgid bit if a new mailbox is created with dovecot-lda.
If it is created with dovecot/imap, everything works fine.
dovecot-lda is called from postfix like this:
----------
mailbox_command = /usr/local/sbin/postfix-lda.sh
----------
logger -p mail.info -t postfix-lda "H: $HOME, S: $SENDER, R: $RECIPIENT, U: $(umask), id:
2014 Mar 02
1
idmap ldap problems
Hi!
Since upgrade to Samba 3.6.9, I am experiencing problems concerning
winbind idmapping.
I am using an LDAP directory with RFC 2307 accounts and sambaSamAccount
sambaSID entries for each local domain user. SIDs for other domains
should be stored in sambaIdmapEntry objects in a separate LDAP tree.
The problem is that winbind doesn't seem to map SIDs from the local
domain to unix IDs.
2009 Mar 04
1
performance problem with 3.2.8: unbuffered reads for some users
Hi!
I'm experiencing strange performance problems after upgrading to samba
3.2.8 from 3.0.30.
For all users except smbadmin (who has administrative rights), read
performance is _very_ bad. Looking at the read-requests using filemon
and wireshark, I found out that for those users, every read is handled
transparently (unbuffered) over the net. (I.e. a 2 byte read-request of
the application
2017 Jun 21
1
+vnd.dovecot.duplicate for Bogofilter duplication shortcomings
Hello,
Yes but how to activate this for all users, not on a per user basis or
without writing out thousands of sieve files to users directories.
Thank you.
On 2017-06-15 13:33, Stephan Bosch wrote:
> Op 6/15/2017 om 12:19 PM schreef Luescher Claude:
>> I have +vnd.dovecot.duplicate plugin enabled but it seems to be
>> ineffective. Any other tips for a workaround?
>>
>
2007 Apr 26
1
rsync mirroring and hardlink issues
I'm running a mirror of several repositories that are fetched using
separate rsync runs. Since some of those repositories are hosting
related files, I'm using the hardlink utility[1] in order to save disk
space.
However, I've noticed an issue that may lead to potential file metadata
inconsistencies when using hardlink.
Consider the following scenario:
- two repositories (rep_a and
2018 May 14
2
dovecot sieve duplicates detection
On Mon, May 14, 2018, at 4:52 PM, Stephan Bosch wrote:
>
>
> Op 25/04/2018 om 22:49 schreef James Cassell:
> > On Wed, Apr 25, 2018, at 3:20 PM, Stephan Bosch wrote:
> >>
> >> Specify the ID used for duplicate checking explicitly using the
> >> :uniqueid argument (https://tools.ietf.org/html/rfc7352#section-3.1).
> >> Using the variables
2018 Apr 25
2
dovecot sieve duplicates detection
On Wed, Apr 25, 2018, at 3:20 PM, Stephan Bosch wrote:
>
>
> Op 23/04/2018 om 22:03 schreef Andr? Rodier:
> > On 23/04/18 14:18, Stephan Bosch wrote:
> >>
> >>
> >> Op 11-4-2018 om 23:58 schreef Andr? Rodier:
> >>> Hello,
> >>>
> >>> I have tested the sieve duplicate script with success so far, but I
> >>>
2009 Mar 01
0
Manually expire duplicate netbios name
Hi!
Yesterday, after migrating to a new server, I accidentally started an
identically configured smbd and nmbd on the old machine.
Since then, there are two netbios entries, even though the first host
(192.168.60.5) is down since yesterday:
# nmblookup -U localhost -R 'SAMBA'
querying SAMBA on 127.0.0.1
192.168.60.5 SAMBA<00>
192.168.60.3 SAMBA<00>
I've already tried to
2019 Dec 04
1
dovecot sieve duplicates detection
On 17/08/2018 09:14, Stephan Bosch wrote:
>
>
> Op 14/05/2018 om 23:03 schreef James Cassell:
>>
>> On Mon, May 14, 2018, at 4:52 PM, Stephan Bosch wrote:
>>>
>>> Op 25/04/2018 om 22:49 schreef James Cassell:
>>>> On Wed, Apr 25, 2018, at 3:20 PM, Stephan Bosch wrote:
>>>>> Specify the ID used for duplicate checking explicitly using