Displaying 20 results from an estimated 30000 matches similar to: "call postlogin script with doveadm exec"
2014 Oct 25
2
imap-postlogin and doveadm
We are configuring location= running a bash-script during imap-postlogin
setting $MAIL in $USERDB_KEYS, as described in wiki/PostLoginScripting.txt
This works fine.
However, running a command like 'dovadm index [-u user] folder'
only works for users with settings that match the default in mail_location=
Would it be possible to make the location available for doveadm
in a similar way,
2015 Apr 10
2
Why are here ignore a simple question?
On 04/10/2015 05:10 PM, Hardy Flor wrote:
>
> Am 06.04.2015 um 09:36 schrieb Hardy Flor:
>> Hello,
>>
>> when I have with "doveadm save ..." store a message, how do I get the
>> guid or uid of this message for the setthe flags?
>>
>> Hardy
Maybe the feature is just not there? This command has just been added
and is not even on the wiki or man
2015 Mar 21
2
Deleting empty folders
Thanks Hardy. I have 1600 folders to delete.. in the end I did find -type d
-name "* 1" -exec rm -r {} \;
On 21 March 2015 at 21:22, Hardy Flor <HFlor at gmx.de> wrote:
> With
> doveadm mailbox status -u ... messages"*"
> There is a list of folders and the number of messages and then with
> doveadm mailbox delete -u ... "<name>"
> to
2015 Apr 11
0
Why are here ignore a simple question?
I had been on 3/12/2015 pointed to the lack of documentation of "doveadm
save". It was in the changelog of 2.2.16.
Am 10.04.2015 um 23:39 schrieb Gedalya:
> On 04/10/2015 05:10 PM, Hardy Flor wrote:
>>
>> Am 06.04.2015 um 09:36 schrieb Hardy Flor:
>>> Hello,
>>>
>>> when I have with "doveadm save ..." store a message, how do I get the
2015 Apr 06
4
doveadm save ...
Hello,
when I have with "doveadm save ..." store a message, how do I get the
guid or uid of this message for the setthe flags?
Hardy
2015 Mar 31
2
Deleting empty folders
Hi Hardy, I had over 1600 folders, writing manually doveadm mailbox delete
would be a real pain. I guess I could script it but that's even more of a
pain. It would be nice if there was a command to remove empty mailboxes or
something similar.
On 22 March 2015 at 07:50, Hardy Flor <HFlor at gmx.de> wrote:
> Hello Samuel,
>
> with mdbox as Maildir no direct file operations
2015 Apr 11
2
Why are here ignore a simple question?
On 04/11/2015 02:39 AM, Hardy Flor wrote:
> I had been on 3/12/2015 pointed to the lack of documentation of "doveadm
> save". It was in the changelog of 2.2.16.
Unfortunately this is not unique. Dovecot's documentation is at all
times significantly lagging behind the code, this is the MO for this
project. I guess someone will say "contributions are welcome".
There
2019 Aug 28
0
LMTP Post login script for acl_groups
Further information below.
> Am 28.08.2019 um 14:52 schrieb R.N.S. via dovecot <dovecot at dovecot.org>:
>
> Hi,
>
> I use a post login script for imap, to fetch acl groups from LDAP. Because Dovecot can only deal with a single value, which must be a comma seperated list of groups, I decided to use a post login script do deal with multi values in LDAP:
>
> This looks
2015 Mar 09
0
v2.2.16 release candidate released
This easy to correct errors is unfortunately still exists.
I once hung my solution, but I can only test on a system.
# dovecot --version
2.2.16.rc1
# doveadm -f table mailbox status "messages guid" -u flor_hardy "*"
mailbox messages guid
Trash 0 60a619171f66fd54035800004b126f5b
Entw?rfe 0 62a619171f66fd54035800004b126f5b
INBOX 0
2015 Jun 04
2
Testing SHA512-CRYPT password hashes with doveadm pw -t fails
Hi,
I use Debian jessie with Dovecot 2.2.13-11.
While writing a script for Horde to change the passwords in my passwd
file I noticed doveadm pw -t fails for SHA512-CRYPT:
# doveadm pw -s SHA1 -p test
{SHA1}qUqP5cyxm6YcTAhz05Hph5gvu9M=
# doveadm pw -t {SHA1}qUqP5cyxm6YcTAhz05Hph5gvu9M= -p test
{SHA1}qUqP5cyxm6YcTAhz05Hph5gvu9M= (verified)
# doveadm pw -s SHA512-CRYPT -p test
2019 Feb 04
2
acl_groups from LDAP issue
Hi!
I have some trouble with userdb, ldap an extrafields for acl_groups.
There is a script in python, which fetches the groups and sets the
environment-variable ACL_GROUPS to this groups.
It works when i log in to imap (thunderbird for example shows my? public
folders which are protected by acl_groups).
But when it try
doveadm mailbox list -u user.name
the mailboxes are not listed and with
2015 Mar 20
4
Deleting empty folders
So, along with the problem of lots of folders ending in 1 1 1 1, I'd like
to have a strategy to delete these.
I was trying to understand if it is possible to use
http://linux.die.net/man/1/doveadm-expunge to delete empty folders, but
without also deleting messages? Is this possible and if so what is the
syntax?
Kind regards,
Samuel
2015 Mar 06
6
v2.2.16 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz.sig
Looks like it's been a long time since v2.2.15. There have been a ton of changes since it was released though, so here's a release candidate first to find out if somebody can find any bugs before the final v2.2.16.
Unfortunately I haven't had time/energy to
2015 Mar 06
6
v2.2.16 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz.sig
Looks like it's been a long time since v2.2.15. There have been a ton of changes since it was released though, so here's a release candidate first to find out if somebody can find any bugs before the final v2.2.16.
Unfortunately I haven't had time/energy to
2019 Feb 04
0
acl_groups from LDAP issue
Well, you don't have postlogin scripts when running doveadm. Those are executed by *-login and usually execute the actual protocol handler.
Try
env ACL_GROUPS=whatever doveadm mailbox list -u test.user
Aki
> On 04 February 2019 at 14:39 Jakobus Sch?rz <wertstoffe at nurfuerspam.de> wrote:
>
>
> Hi!
>
> I have some trouble with userdb, ldap an extrafields for
2014 Nov 03
1
Postlogin script in v1
Does dovecot-1.0.7-7.el5 support postlogin scripting?
2011 Jun 05
1
doveadm problem with mail_plugins in database
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I use this user_query:
- -------------------------------%<--------------------------------
user_query = SELECT LOWER(CONCAT(t2.login,'@',t1.name)) AS
user,t2.home,t2.mail,5000 AS uid,5000 AS
gid,CONCAT('*:storage=',quota_mb,'MB') AS quota_rule,t2.acl_groups,case
when '%s'='lda' then 'acl quota
2015 Mar 09
4
rawlog with -i not worked
Hello,
I have the rawlog enabled according to the
manual:http://wiki2.dovecot.org/Debugging/Rawlog
Without -i everything is wonderful, a coredump is with the -i parameter
created
****************************************
service imap-postlogin {
executable = script-login -d rawlog -i
user = vmail
}
****************************************
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012
2020 Oct 31
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
On 31/10/2020 04:57, PGNet Dev wrote:
> On 10/18/20 10:28 PM, Aki Tuomi wrote:
>>> ????doveadm(myuser at example.com): Panic: file mail-storage.c: line
>>> 2112 (mailbox_get_open_status): assertion failed: (box->opened)
> ...
>
>> I can reproduce your problem with the `fts lookup` command. Luckily
>> it's equivalent to running `doveadm search`.
2020 Nov 02
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
sending to the list as well
On 02/11/2020 17:40, PGNet Dev wrote:
> On 11/1/20 10:35 AM, John Fawcett wrote:
>> Yes, getting more data about any potential problem would be useful.
>>
>> Just to clarify: I have a fully working search setup for some time now
>> over various dovecot releases, so no patches needed to get it working.
>>
>> My setup does use fts