Displaying 7 results from an estimated 7 matches for "prullenbak".
2008 Feb 07
3
replacement for IMAP_EMPTYTRASH=Trash:7
...o equivalent of
courier's IMAP_EMPTYTRASH=Trash:7 setting.
Therefore, i wrote a script that dives into the user's directories and their
maildirs. It looks like this:
=============================================
#!/bin/bash
for pad1 in $(ls /home)
do
if [ -e "/home/$pad1/Maildir/.Prullenbak" ]
then find "/home/$pad1/Maildir/.Prullenbak/cur" -mtime +2 -type f -delete
find "/home/$pad1/Maildir/.Prullenbak/new" -mtime +2 -type f -delete
fi
if [ -e "/home/$pad1/Maildir/.Allerlei.Spam" ]
then find "/home/$pad1/Maildir/.Allerlei.Spam...
2019 Mar 24
0
Cannot get sieve script replication to work
...ot;Junk E-Mail" {
special_use = \Junk
}
mailbox Lixeira {
special_use = \Trash
}
mailbox "Lixo Eletr?nico" {
special_use = \Junk
}
mailbox "Ongewenste e-mail" {
special_use = \Junk
}
mailbox Papierkorb {
special_use = \Trash
}
mailbox Prullenbak {
special_use = \Trash
}
mailbox Rascunhos {
special_use = \Drafts
}
mailbox Rubbish {
special_use = \Trash
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox "Sent Items" {
special_use = \Sent
}
mailbox "Sent Messages" {...
2014 Jun 25
1
sievec drops privileges unexpectedly
...ackend = pipe
antispam_pipe_program = /usr/bin/spamc
antispam_pipe_program_args = --socket=/var/run/spamd.socket
antispam_pipe_program_notspam_arg = --learntype=ham
antispam_pipe_program_spam_arg = --learntype=spam
antispam_spam = Spam
antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
sieve = ~/sieve
sieve_dir = ~/sieve.d
sieve_global_path = /etc/dovecot/sieve/default
}
protocols = imap sieve
service auth {
unix_listener auth-client {
group = Debian-exim
mode = 0600
user = Debian-exim
}
unix_listener auth-master {
group = virtual-mail...
2017 Sep 27
4
Panic
...driver = ldap
}
plugin {
antispam_backend = pipe
antispam_pipe_program = /usr/local/bin/trainspam
antispam_pipe_program_notspam_arg = ham
antispam_pipe_program_spam_arg = spam
antispam_spam = Spam;ProbablySpam;Ongewenste e-mail;Junk
antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
antispam_unsure = INBOX
sieve = ~/sieve
sieve_dir = ~/sieve.d
sieve_global_path = /etc/dovecot/sieve/default
}
protocols = imap sieve
service auth {
unix_listener auth-client {
group = Debian-exim
mode = 0600
user = Debian-exim
}
unix_listener auth-master {...
2017 Sep 27
0
mail-storage.c:2473 assertion failed: (!ctx->unfinished) (related to antispam?)
...t; antispam_backend = pipe
> antispam_pipe_program = /usr/local/bin/trainspam
> antispam_pipe_program_notspam_arg = ham
> antispam_pipe_program_spam_arg = spam
> antispam_spam = Spam;ProbablySpam;Ongewenste e-mail;Junk
> antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
> antispam_unsure = INBOX
> sieve = ~/sieve
> sieve_dir = ~/sieve.d
> sieve_global_path = /etc/dovecot/sieve/default
> }
> protocols = imap sieve
> service auth {
> unix_listener auth-client {
> group = Debian-exim
> mode = 0600
>...
2019 Feb 01
2
Crash when using dict quotas with sqlite database
...ot;Junk E-Mail" {
special_use = \Junk
}
mailbox Lixeira {
special_use = \Trash
}
mailbox "Lixo Eletr?nico" {
special_use = \Junk
}
mailbox "Ongewenste e-mail" {
special_use = \Junk
}
mailbox Papierkorb {
special_use = \Trash
}
mailbox Prullenbak {
special_use = \Trash
}
mailbox Rascunhos {
special_use = \Drafts
}
mailbox Rubbish {
special_use = \Trash
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox "Sent Items" {
special_use = \Sent
}
mailbox "Sent Messages" {...
2017 Sep 27
3
mail-storage.c:2473 assertion failed: (!ctx->unfinished) (related to antispam?)
...d = pipe
>> antispam_pipe_program = /usr/local/bin/trainspam
>> antispam_pipe_program_notspam_arg = ham
>> antispam_pipe_program_spam_arg = spam
>> antispam_spam = Spam;ProbablySpam;Ongewenste e-mail;Junk
>> antispam_trash_pattern_ignorecase = trash;Deleted *;Prullenbak;Verwijderde *
>> antispam_unsure = INBOX
>> sieve = ~/sieve
>> sieve_dir = ~/sieve.d
>> sieve_global_path = /etc/dovecot/sieve/default
>> }
>> protocols = imap sieve
>> service auth {
>> unix_listener auth-client {
>> group = Debia...