similar to: Get mailbox name per guid

Displaying 20 results from an estimated 1000 matches similar to: "Get mailbox name per guid"

2017 Sep 04
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Ok thx for the info, anyway there are no mail copied to #EXPUNGED/ namespace. Am 04.09.2017 um 13:40 schrieb Aki Tuomi: > Hi! > > On 04.09.2017 14:38, Harald Leithner wrote: >> Hi, >> >> it seams that the lazy_expunge plugin doesn't work for me after the >> upgrade... >> >> 2.2.32 cry's about >> >> plugin {
2016 Mar 16
2
overview zlib efficiency? Summary and added note
Hi, use "doveadm" to get all real message doveadm -f table fetch -A "size.physical" ALL | awk '{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}' 189247.67MB .. 185G use "du" to get size on disc: In my case with deduplication: /srv/stroage/# du -s -h * 53G vmail 75G vmail_sis without deduplication /srv/stroage/# du -s -h -l * 53G
2017 Dec 28
2
Problem with master password
Hi, I have a problem using the master password feature of dovecot. I'm able to login with the password but then dovecot can't select the INBOX. IMAP test: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=SCRAM-SHA-1 AUTH=CRAM-MD5] ITronic Mail Store a login user at itronic.at*admin password a OK
2017 Sep 04
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Hi, it seams that the lazy_expunge plugin doesn't work for me after the upgrade... 2.2.32 cry's about plugin { lazy_expunge_only_last_instance=no } is most likely handled as 'yes' - remove the setting completely to disable it. If this is intentional, add quotes around the value: lazy_expunge_only_last_instance="no" I changed it to
2016 Jul 27
2
Sieve vacation address problem
Hi, it seams I have a problem with the vacation script. The problem is that the vacation answers to a address that is not listed in the sieve script. I checked the postfix master.conf which delivers to lda correct parameter. In the logfile you can see that that office at example.com received a message that get delivered to user at example.com (with the sievescipt) and to office at
2018 May 02
0
Get mailbox name per guid
You could try doveadm mailbox status -u user guid '*' | grep name ---Aki TuomiDovecot oy -------- Original message --------From: Harald Leithner <leithner at itronic.at> Date: 02/05/2018 19:54 (GMT+02:00) To: dovecot at dovecot.org Subject: Get mailbox name per guid Hi, maybe I'm unable to use google or the wiki or the man pages but how do I get the mailbox name if I only
2018 Nov 23
2
doveadm dsync-server doesn't use user parameter?
Hi, I tried to migrate my dovecot 2.2 to a new server with a other storage configuration and dovecot 2.3. New (and old) Server uses mysql for user information I use the following storage settings mail_home = /storage1/vmail/%{userdb:path} mail_location =
2017 Jul 15
2
observium graphs
Am 15.07.2017 um 20:26 schrieb Aki Tuomi: > Hi! > Just thought I'd remind about few things, > > since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse. As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage. > since v2.2.22 you can use doveadm HTTP API to get the statistics over HTTP. > > since v2.2.27
2018 Jul 05
1
user/password Authentication via Joomla database
Hello, did anyone ever set up Authentication via lookups to a Joomla (mysql) database? What I'd like to do is lookup Joomla users (who are in specific/multiple groups) in the Joomla database and then fallback to /etc/passwd authentication to let system users authenticate. I'm running : # 2.2.35 (b1cb664): /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 11.1-RELEASE-p10 amd64 Thanks
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot <dovecot at dovecot.org> a ?crit : > > On Sun, Oct 20, 2019 at 10:43 AM Rajesh Bansal via dovecot > <dovecot at dovecot.org> wrote: >> >> Hi Team, >> >> >> >> I need to develop Visual VoiceMail solution. In this solution I need a IMAP4 server, from which I can get a hit for each
2016 Apr 25
2
IX Out of Order?
Hi, It seams that ix.dovecot.fi has not build a new version since 2016-04-19 20:03 regards, -- Harald Leithner ITronic Wiedner Hauptstra?e 120/5.1, 1050 Wien, Austria Tel: +43-1-545 0 604 Mobil: +43-699-123 78 4 78 Mail: leithner at itronic.at | itronic.at
2017 Sep 15
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
On Wed, Sep 6, 2017 at 2:01 AM, Harald Leithner <leithner at itronic.at> wrote: > Any idea why this doesn't setup work anymore in 2.2.32? > > thx > > Harald > > I just ran into the same thing myself. For me, when I added this to the "location" in the expunged namespace, it started working again: ...:LISTINDEX=expunged.list.index I can't tell you why
2019 Nov 15
1
IMAP4 extensions for Visual Voicemail (VVM)
If you use an Iphone (and your mobile proivder supports it) then you are using it ;-) just my 2 cents Am 21.10.2019 um 12:26 schrieb Stephan Bosch via dovecot: > > > Op 20-10-2019 om 22:33 schreef Jean-Daniel via dovecot: >> >> >>> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot >>> <dovecot at dovecot.org <mailto:dovecot at
2016 Mar 10
5
sis deduplication broken from 2.2.16 upwards
On 3/9/2016 9:02 PM, Timo Sirainen <tss at iki.fi> wrote: > On 08 Mar 2016, at 01:50, Pavel Stano <stanojr at websupport.sk> wrote: >> >> sis attachment deduplication is broken in 2.2.16 upwards. >> It is caused by this commit. >> https://github.com/dovecot/core/commit/664bf3e236c214aee86294483c379e4fa66c2e63 >> >> in src/lib-fs/fs-sis.c function
2016 Mar 15
8
overview zlib efficiency?
Hi, may be someone has already done that: Do you have a script(?) tool which shows the efficiency of the mail compression if zlib is used? Something that shows the uncompressed size vrs. the compressed. Thanks for hints! /G?tz -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5571 bytes Desc: S/MIME
2017 Sep 06
0
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Any idea why this doesn't setup work anymore in 2.2.32? thx Harald Am 04.09.2017 um 13:52 schrieb Harald Leithner: > Ok thx for the info, anyway there are no mail copied to #EXPUNGED/ > namespace. > > > > Am 04.09.2017 um 13:40 schrieb Aki Tuomi: >> Hi! >> >> On 04.09.2017 14:38, Harald Leithner wrote: >>> Hi, >>> >>> it
2018 Jul 06
0
user/password Authentication via Joomla database
Hi, I think there is no reason to be offlist. Your setup should work, only problem could be the freebsd userid. My setup has only one user for all accounts and no "real" users. I only have a vmail user. Maybe a tutorial for dovecot and mysql only would help you ( I don't have a link here, but google has) hope that helps Harald Am 06.07.2018 um 15:18 schrieb Graham S. Jarvis:
2018 Sep 07
0
Sievescript in database
Hi, is it possible to save sieve scripts to a mysql database? I know its possible to read them with the dict sql plugin but iirc it wasn't possible to save it with sievemanaged. thx Harald -- Harald Leithner ITronic Wiedner Hauptstra?e 120/5.1, 1050 Wien, Austria Tel: +43-1-545 0 604 Mobil: +43-699-123 78 4 78 Mail: leithner at itronic.at | itronic.at -------------- next part
2017 Aug 27
4
Debian packages for 2.2.32?
Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>: > On 2017-08-27 12:06, Harald Leithner wrote: >> Hi, >> >> It seams that IX didn't Motive Themen Version change. >> >> Thx >> >> Harald > > Try http://xi.dovecot.fi/debian.new/ > > Aki Hi, i always wonder why is anyone using this repository? There is a big warning in the wiki that
2018 Nov 23
0
doveadm dsync-server doesn't use user parameter?
I did a debug output of the dsync-server and found out that it queries the userdb parameter but doesn't use it. --- Debug: Loading modules from directory: /usr/lib/dovecot/modules Debug: Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so Debug: Module loaded: /usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.so Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so