Displaying 20 results from an estimated 34 matches for "90d".
Did you mean:
10d
2012 Oct 17
1
Comparing dcast and reshape
...cast
require(reshape2)
Raw <- data.frame(site = c(1, 1, 1, 1, 2, 2, 2, 2),
id = c(1, 1, 2, 2, 1, 1, 2, 2),
instrument = rep(c("beck", "phq"), 4),
base.score = c(27, 13, 31, 11, 22, 10, 41, 17),
score.90d = c(20, 11, 27, 12, 24, 8, 34, 15))
Full.Melt <- melt(Raw, id.vars=c("site", "id", "instrument"),
measure.vars=c("base.score", "score.90d"))
FullCast <- dcast(Full.Melt, site + id ~ instrument + variable,...
2017 Sep 05
2
doveadm expunge returns error code 68
Hi,
i am running basically this from cron:
/usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d
/usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d
/usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d
Now i am experiencing that the first line e.g. expunging INBOX.Spam
returns the error code 68. No syslog/Output whatsoever. I tried
running with -vvv -D which give...
2016 Feb 08
2
autoexpunge - different settings for different users
...punge" on a user-by-user basis?
>
> You can override any mail-related setting from userdb. So for example if you have:
>
> namespace inbox {
> mailbox Trash {
> autoexpunge = 30d
> }
> }
>
> You can have your userdb return namespace/inbox/Trash/autoexpunge=90d extra field for other users. http://wiki2.dovecot.org/UserDatabase/ExtraFields has some examples.
Thank you, Timo!
Can you return something like "namespace/inbox/*/autoexpuge=90d" to cover all the namespaces? And then override individual ones if necessary?
2017 Sep 08
1
doveadm expunge returns error code 68
Hi Aki,
On Wed, Sep 06, 2017 at 11:26:30AM +0300, Aki Tuomi wrote:
> On 05.09.2017 14:39, Florian Lohoff wrote:
> > Hi,
> > i am running basically this from cron:
> >
> > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d
> > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d
> > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d
> >
> > Now i am experiencing that the first line e.g. expunging INBOX.Spam
> > returns the error code 68. No syslog/Output wh...
2016 Feb 07
6
autoexpunge - different settings for different users
I have some users where I'd like to expunge their mail at different times.
For example, I may have some users who I want to expunge everything from every folder at 30 days.
Others where I'd like to expunge everything at 90 days.
And still others where I only want to expunge mail from the Trash and Junk folders, and nowhere else.
Is there a way to do some sort of lookup for this? Or
2019 Jun 19
2
User listing returned failure with -A
First, I archive the old messages in the INBOX on my list account
# doveadm -Dv move -u kremels at kreme.com Archive mailbox INBOX BEFORE 90d Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm
Debug: Skipping module doveadm_acl_plugin, because dlopen() failed: /usr/local/lib/dovecot/doveadm/lib10_doveadm_acl_plu...
2017 Sep 06
0
doveadm expunge returns error code 68
On 05.09.2017 14:39, Florian Lohoff wrote:
> Hi,
> i am running basically this from cron:
>
> /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d
> /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d
> /usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d
>
> Now i am experiencing that the first line e.g. expunging INBOX.Spam
> returns the error code 68. No syslog/Output whatsoever. I tried
> ru...
2020 Aug 08
2
is there a way to run doveadm expunge with exception?
is there a way to run this command but with exception to not delete the
FLAGGED email?
doveadm expunge -u user at email.com mailbox Inbox SENTBEFORE 90d
--
Sent from: http://dovecot.2317879.n4.nabble.com/
2014 Apr 08
1
Debugging doveadm expunge
...hese don't seem to be doing what I would expect.
Is there any way of debugging this process? Some way of seeing what messages
it's checking, and why each one matches or fails to match?
For example, I'm running this:
doveadm expunge -u andy mailbox "News Reports" savedbefore 90d
from the crontab of user 'andy'. I'd expect the specified folder to only
contain 90 messages (I get one 'News Report' per day) but in actual fact
there are 1428 in there!
Any advice would be appreciated.
Thanks
Andy
2013 Jan 14
4
How to open grib file in R?
I have this https://echange-fichiers.inra.fr/get?k=6TdTdezNeZwAqJtpwVm
grib file which is a regular lat-lon 0.25x0.25 degrees and contains 4 fields
.
I tried to open it using :
grib <-
readGDAL("C:\\Users\\aalyaari\\Desktop\\Vol_025_H14_2010060700.grib")
but I got this error:
C:\Users\aalyaari\Desktop\Vol_025_H14_2010060700.grib has GDAL driver GRIB
and has 721 rows and
2016 May 02
2
autoexpunge wildcard mailbox from userdb
...it ever be possible to wildcard *all* mailboxes?
My setup doesn't specify prefix = INBOX/ on "namespace inbox"... without
knowing all of the root mailboxes users have created is it possible to
autoexpunge these?
This obviously does not work
=namespace/inbox/mailbox/\s*/autoexpunge=90d
2019 Jun 19
0
User listing returned failure with -A
On 19.6.2019 5.44, @lbutlr via dovecot wrote:
> First, I archive the old messages in the INBOX on my list account
>
> # doveadm -Dv move -u kremels at kreme.com Archive mailbox INBOX BEFORE 90d Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm
> Debug: Skipping module doveadm_acl_plugin, because dlopen() failed: /usr/local/lib/dovecot/doveadm/lib10_doveadm_ac...
2008 Sep 13
3
Freebsd auto locking users
...days
I've done such changes in Linux distros, with various PAM modules.But in
Freebsd it seems that i need to use login.conf file. Here I made
necessary changes in that file:
>>>>>>
default:\
.............
.............
............. :login-retries=1:\
:passwordtime=90d:\
:warnpassword=7d:\
:warnexpire=7d:\
>>>>>>>
Then I made the cap_mkdb /etc/login.conf , and everything went normal,
no error messages, but after adding a test user I see no changes in the
master.passwd file.
The fields which are reserved for password aging parameters are 0...
2009 Nov 11
1
Postfix and Dovecot SASL
...postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: vmail
root at mail003:/etc/postfix# postconf | grep sasl
broken_sasl_auth_clients = yes
cyrus_sasl_config_path =
lmtp_sasl_auth_cache_name =
lmtp_sasl_auth_cache_time = 90d
lmtp_sasl_auth_enable = no
lmtp_sasl_auth_soft_bounce = yes
lmtp_sasl_mechanism_filter =
lmtp_sasl_password_maps =
lmtp_sasl_path =
lmtp_sasl_security_options = noplaintext, noanonymous
lmtp_sasl_tls_security_options = $lmtp_sasl_security_options
lmtp_sasl_tls_verified_security_options = $lmtp_sasl...
2020 Aug 09
0
is there a way to run doveadm expunge with exception?
> On 09/08/2020 00:42 teacup <angel at racequeen.ph> wrote:
>
>
> is there a way to run this command but with exception to not delete the
> FLAGGED email?
>
> doveadm expunge -u user at email.com mailbox Inbox SENTBEFORE 90d
>
> Sent from: http://dovecot.2317879.n4.nabble.com/
doveadm expunge -u user at email.com mailbox Inbox SENTBEFORE 90d NOT FLAGGED
should work.
Aki
2010 Oct 04
1
dovecot 2.05 doveadm expunge undefined symbol: hook_client_created
HI Timo,
upgrading to 2.05
i now have
doveadm expunge -A mailbox Trash savedbefore 90d;
doveadm(root): Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
hook_client_created
doveadm(root): Fatal: Couldn't load required plugins
root at mail01:~/fetchmailcreator# ls -la
/usr/lib/dovecot/modul...
2023 Mar 20
3
"doveadm altmove -r" not working ?
...ernate
storage as expected. But I can't manage to get them back to original
location, "doveadm altmove -r" has no effect.
We are using Dovecot 2.3.4 (Debian Buster package).
mail_location = mdbox:~/mdbox:DIRNAME=_@@_dbox-Mails_@@_:ALT=/slow%h/mdbox
doveadm altmove -u myuser since 90d
-> some message files are created under /slow/my/homedir/mdbox/storage
doveadm altmove -r -u myuser all
-> message files are still sitting under /slow/my/homedir/mdbox/storage,
none were created into /my/homedir/mdbox/storage.
Is there some known issues with doveadm altmove in this versi...
2020 Mar 17
2
doveadm expunge not expunging anymore
...I have migrated my mailbox server from Dovecot 2.1.7 (Debian 7) to Dovecot 2.3.4 (Debian 10) and have a crontab setup in root to daily delete all mails in the INBOX of a specific user which are older than 90 days like this:
/usr/bin/doveadm expunge -u username\@domain.com mailbox INBOX savedbefore 90d
Unfortunately this does not work anymore. I also tried to run the command manually as root which does not return any output or errors.
Any idea why this command does not work anymore?
Regards,
Mabi
2023 Mar 21
1
"doveadm altmove -r" not working ?
...t I can't manage to get them back to original
> location, "doveadm altmove -r" has no effect.
>
> We are using Dovecot 2.3.4 (Debian Buster package).
>
> mail_location = mdbox:~/mdbox:DIRNAME=_@@_dbox-Mails_@@_:ALT=/slow%h/mdbox
>
> doveadm altmove -u myuser since 90d
>
> -> some message files are created under /slow/my/homedir/mdbox/storage
>
> doveadm altmove -r -u myuser all
>
> -> message files are still sitting under /slow/my/homedir/mdbox/storage,
> none were created into /my/homedir/mdbox/storage.
>
> Is there some known i...
2018 Oct 11
2
Struggling to get dovecot working with postfix auth
...stfix-authrelay/smtpd[18312]: warning: X[X]: SASL PLAIN authentication failed:
####
#### postconf
####
>postconf -a
cyrus
dovecot
> postconf -c /etc/postfix-authrelay | fgrep sasl
broken_sasl_auth_clients = no
cyrus_sasl_config_path =
lmtp_sasl_auth_cache_name =
lmtp_sasl_auth_cache_time = 90d
lmtp_sasl_auth_enable = no
lmtp_sasl_auth_soft_bounce = yes
lmtp_sasl_mechanism_filter =
lmtp_sasl_password_maps =
lmtp_sasl_path =
lmtp_sasl_security_options = noplaintext, noanonymous
lmtp_sasl_tls_security_options = $lmtp_sasl_security_options
lmtp_sasl_tls_verified_security_options = $lmtp_sasl...