Displaying 20 results from an estimated 2000 matches similar to: "doveadm -A or -u"
2013 Feb 16
1
doveadm -D quota get -u user
Hi Timo,
just running into problems with
doveadm -D quota get -u user
doveadm(root): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(root): Debug: Module loaded:
/usr/lib/dovecot/modules/lib01_acl_plugin.so
doveadm(root): Debug: Module loaded:
/usr/lib/dovecot/modules/lib15_notify_plugin.so
doveadm(root): Debug: Module loaded:
2013 Sep 06
2
doveadm expunge problems
Hello there,
I'm trying to use the doveadm expunge function, but it doesn't seems to
work..
I have installed a mail test server using iredmail, Dovecot and postfix
using mysql for authentications.
I sent a email to this server, and change the timestamp using touch.
the mail boxes are as follow :
/home/mail/vmail1/mydomain.fr/n/i/c/nicolas-2013.09.05.14.30.49/Maildir
I want to delete
2011 Feb 19
5
Problem with expire plugin and expunge
Hello,
I am running dovecot 2.0.9 with expire plugin, using the sqlite backend. The
following command is executed every day by cron:
doveadm expunge -A mailbox Trash savedbefore 30d
I started to use the expire plugin about one month ago. Since then,
using "doveadm search -A mailbox Trash savedbefore <days>" with different
values for <days>, I could see every day how
2008 Jun 26
1
dovecot: unrecognized service
I have tried to installed dovecot 1.0.15 on Centos 4.6
./configure --with-pam
make
make install
It got installed without error
However when I do
[root@~ ]# service dovecot start
dovecot: unrecognized service
When I do [root@~ ]# # locate dovecot
It gives me many files......
/usr/local/sbin/dovecotpw
/usr/local/sbin/dovecot
/usr/local/etc/dovecot-ldap-example.conf
2010 Sep 21
2
doveadm-expunge debug message clarifications
Hi!
I have some questions about doveadm-expunge's debug messages.
# /usr/local/bin/doveadm -Dv expunge -u <user> mailbox 'sa.*' SAVEDBEFORE 6h
doveadm(root): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(root): Debug: Module loaded: /usr/local/lib/dovecot/lib10_quota_plugin.so
doveadm(root): Debug: Module loaded:
2018 Jan 23
0
How to set autoexpunge rule for single user mailbox in dovecot conf?
You can do
passdb {
? driver = passwd-file
? args =? /path/to/some/file
? skip = unauthenticated
}
and put in this file
alice at example.com::::::noauthenticate
userdb_namespace/inbox/mailbox/INBOX/autoexpunge=31d
or nopassword instead of noauthenticate.
Please keep replies in-list.
Aki
On 23.01.2018 12:31, Alexey Murz Korepov wrote:
> So, with using `passwd` driver as userdb - there are
2008 Oct 27
1
Plugin zlib not found?
Oct 27 16:49:08 postamt dovecot: Fatal: IMAP(fwedel): Plugin zlib not found from directory /usr/local/lib/dovecot/imap
Oct 27 16:49:10 postamt dovecot: Dovecot v1.1.5 starting up
# ll /usr/local/lib/dovecot/imap
total 128
lrwxrwxrwx 1 root staff 22 2008-10-27 16:49 lib01_acl_plugin.so -> ../lib01_acl_plugin.so
lrwxrwxrwx 1 root staff 31 2008-10-27 16:49 lib02_lazy_expunge_plugin.so ->
2013 Jan 29
2
doveadm migration: Warning: I/O leak
This seems to be happening only when using the pop3c plugin. Any advice?
root at imap01:/etc/dovecot# doveadm -D -o imapc_user=chat_logs at xxxxxx.com
-o 'imapc_password=*******' -o pop3c_user=chat_logs at xxxxxx.com -o
'pop3c_password=*****' backup -u chat_logs at xxxxxx.com -R imapc:
doveadm(root): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(root):
2008 Dec 04
2
trash plugin
Hi there,
are there more trash plugin related updates since v1.1.4 ?
I'm trying to use the plugin with dovecot+mysql according to
documentation and get frequent segfaults
Dec 4 13:58:21 mail kernel: [1605631.688946] imap[16662]: segfault at
95 ip b7f51a1e sp bfd36190 error 4 in lib20_expire_plugin.so[b7f50000+2000]
Dec 4 13:58:22 mail kernel: [1605632.366633] imap[16765]: segfault at
14
2009 Mar 24
1
Missing TMP folder - Dovecot 1.2 Beta3
Recently after upgrading to 1.2 Beta3 from 1.1.13, I started to defer
mail. After looking into it deeper, it looks like Dovecot/sieve now asks
for a tmp folder in the imap (maildir) folder. Once I added the tmp
folder as the logs indicants, the mail was processed normally.
I have split my Inbox and imap store to different folder. Looking at
what it's trying to do, it looks to me that
2016 Dec 31
0
expunging all mailboxes
On 31-12-16 07:53, Michael Fox wrote:
>> Huh, it certainly did for me, although I used "all" instead of
>> "savedbefore 30d" since I just wanted to empty the trash. What
>> version of Dovecot? Mine is 2.2.27.
>
> Well, not for me.
> doveadm search -u user at domain ALL savedbefore 2d
> -- returns some messages
> doveadm expunge -u user at domain
2010 Aug 31
1
doveadm quota get -u someone@ourdomains.com
With the expire running from mysql, on 2.0.1, we get no errors with:
" doveadm expunge -A mailbox Trash savedbefore 7d"
we have the mail_plugins defined differently for each protocol
({imap=quota,expire,imap_quota} {pop3=quota,expire}
{lda=quota,expire,sieve}).
When trying "doveadm quota get -u someone at ourdomains.com"
the output is: "doveadm(root): Fatal: Unknown
2016 Dec 14
2
unexpected behaviour of search queries with mixed AND and OR
Hello,
I found out an unexpected behaviour of search queries with mixed
"AND" and "OR".
With search query "\( condA OR condB condC \)" I get an error:
Fatal: Use parenthesis when mixing ANDs and ORs
if I switch left and right OR-part and use the query
"\( condB condC OR condA \)"
I get a result, but it is not the expected result of the query
"\(
2016 Dec 14
0
unexpected behaviour of search queries with mixed AND and OR
On 14.12.2016 12:18, Juergen Raschke wrote:
> Hello,
>
>
> I found out an unexpected behaviour of search queries with mixed
> "AND" and "OR".
>
>
> With search query "\( condA OR condB condC \)" I get an error:
> Fatal: Use parenthesis when mixing ANDs and ORs
>
> if I switch left and right OR-part and use the query
> "\( condB
2017 Jul 02
2
Dovecot 2.2.31: IMAP core dumped after upgrade
Hi,
after upgrade to dovecot 2.2.31 (ee) some users (very few) have problem
to see, via IMAP, their folders after login. The error in the log is
simple master: service(imap): child 15528 killed with signal 11 (core
dumped). The user see only the INBOX folder. We are using Director and NFS.
Below my configuration and the backtrace.
Thanks
# dovecot -n
# 2.2.31 (65cde28):
2010 Feb 23
0
dovecot 2.0_b3 autocreate plugin bug.
New dovecot-2_beta3 installation.
dovecot plugins section:
plugin {
autocreate = Drafts
autocreate2 = Sent
autocreate3 = Spam
autocreate4 = Trash
autosubscribe = Drafts
autosubscribe2 = Sent
autosubscribe3 = Spam
autosubscribe4 = Trash
expire = Trash 30 Spam 30
expire_dict = proxy::expire
quota = maildir:Mailbox quota
quota_rule = *:storage=500M
quota_rule2 =
2011 Aug 27
2
: error while loading shared libraries: libdovecot.so.0 (arm cross compile)
Hi.
I've made a new attempt at build Dovecot. The build and then install
processes appeared to work find. Then when I try to run Dovecot it
reports the error:
/share/MD0_DATA/optware/opt/sbin/dovecot: error while loading shared
libraries: libdovecot.so.0: cannot open shared object file: No such file
or directory
To get a better idea of what's going on, I added
2016 Dec 31
3
expunging all mailboxes
> Huh, it certainly did for me, although I used "all" instead of
> "savedbefore 30d" since I just wanted to empty the trash. What
> version of Dovecot? Mine is 2.2.27.
Well, not for me.
doveadm search -u user at domain ALL savedbefore 2d
-- returns some messages
doveadm expunge -u user at domain mailbox '*' savedbefore 2d
-- nothing shown, but no error
doveadm
2015 Sep 01
2
'doveadm expunge' with -A and userdb { driver = passwd }
I'm expunging mail in my crontab like this:
doveadm search -u user1 mailbox INBOX.Trash savedbefore 30d
doveadm search -u user2 mailbox INBOX.Trash savedbefore 30d
doveadm search -u user3 mailbox INBOX.Trash savedbefore 30d
...
I'd rather do this:
doveadm search -A mailbox INBOX.Trash savedbefore 30d
but I'm told not to:
"If the -A option is present, the command will be
2011 Apr 06
2
a strange doveadm behavior
hi timo
very very good job you realize for the community
here I have a very strange problem with doveadm
I actually use a configuration file parameters in which the parameters
are placed carefully
My problem appears when I run this command
doveadm expunge -A mailbox Trash savedbefore 30d
i post command and result to the terminal
[fakessh at r13151 ~]$ doveadm expunge -A mailbox Trash savedbefore