Re: submissiond xoauth2 authentication: line too long

2023-01-04 Thread Tobias Florek
Hi all, this was a bug in old pear/net_smtp versions used by my roundcube installation. My suspicion was correct though. Roundcube did indeed send a non-compliant SMTP command. Cheers, Tobi

submissiond xoauth2 authentication: line too long

2023-01-04 Thread Tobias Florek
Hi, I am running the latest container image which has dovecot-submissiond2:2.3.20-3+debian11 I am running into the following problem. I have successfully set up xoauth2 for IMAP and ManageSieve. Now when roundcube tries to send email to submissiond it fails with 500 5.5.2 Line too

Re: doveadm proxy list has strange entries

2023-01-01 Thread Tobias Florek
Thank you for the answer. So I'll just have to filter it for now.

doveadm proxy list has strange entries

2022-12-30 Thread Tobias Florek
.194", "dest-port": "143" }, { "username": "username", "service": "service", "src-ip": "src-ip", "dest-ip": "dest-ip", "dest-port": "dest-port" }, ... ], "tag1" ] ] This does not look right. Cheers, Tobias Florek

Re: access dict in lua auth script

2022-12-08 Thread Tobias Florek
Getting back to the old topic. It's not yet possible to get dict objects on demand in Lua scripts. I assume it's also not possible to get a predefined dict in Lua `auth_passdb_lookup` functions. Can this be added? This will make using Lua for pass- and userdb, and event push notification

access dict in lua auth script

2022-11-16 Thread Tobias Florek
n dict not supported? Cheers, Tobias Florek

Re: Bug report: TLS SNI for LDAP userdb/passdb

2022-09-15 Thread Tobias Wolter
Cheers, On Thu, 2022-09-15 at 07:18 +0300, Aki Tuomi wrote: > On September 14, 2022 5:29:46 PM GMT+03:00, Tobias Wolter > wrote: > > Cheers, > > > > Dovecot 2.3.4.1 (Debian stable) here, and the changelog does not > > offer > > any hope of salvation, so a

Bug report: TLS SNI for LDAP userdb/passdb

2022-09-14 Thread Tobias Wolter
Cheers, Dovecot 2.3.4.1 (Debian stable) here, and the changelog does not offer any hope of salvation, so a bug report it is. The LDAP connections for userdb/passdb do not support SNI via TLS. Simple construct to reproduce this: 0.) Have a.pem with SAN `foo.example.com`, b.pem with

Re: Config file syntax: secrets from file in key=value

2022-09-06 Thread Tobias Florek
Hi Aki! > You can use $ENV:variable syntax with Dovecot v2.3.14+. The environment variable needs to be listed in `import_environment` setting and be available for dovecot process on startup. Thank you for your answer. I will test it tomorrow. I thought it was not supported because I

Config file syntax: secrets from file in key=value

2022-09-06 Thread Tobias Florek
or less desirable from the environment? Reading https://doc.dovecot.org/configuration_manual/config_file/ I assume it's not. Cheers, Tobias Florek

Re: Shared mailboxes, users with dots and a bug in subscriptions

2022-05-17 Thread Tobias Stein
ng function in "subscription-file.c" ? :-D Best regards Tobias -- Rockstable IT UG (haftungsbeschränkt) Löhrstr. 19 04105 Leipzig Sitz der Gesellschaft: Leipzig Registergericht: Amtsgericht Leipzig, HRB 36289 Geschäftsführer: Tobias Stein USt-IdNr.: DE324059204 https://www.rockstable.it/ Free Soft

Re: 100 MB RAM per clinet in an imap-proxy setup ...

2021-09-03 Thread Tobias Oetiker
- On Sep 3, 2021, at 10:06 AM, Aki Tuomi aki.tu...@open-xchange.com wrote: >> On 03/09/2021 10:25 Tobias Oetiker wrote: >> >> >> - On Sep 3, 2021, at 9:01 AM, Aki Tuomi aki.tu...@open-xchange.com wrote: >> >> >> On 03/09/2021 09:35 Tobias

Re: 100 MB RAM per clinet in an imap-proxy setup ...

2021-09-03 Thread Tobias Oetiker
- On Sep 3, 2021, at 9:01 AM, Aki Tuomi aki.tu...@open-xchange.com wrote: >> On 03/09/2021 09:35 Tobias Oetiker wrote: >> >> >> Hi All, >> >> I spent some quality time yesterday, tuning dovecot on a server which serves >> as >> an imap-pr

100 MB RAM per clinet in an imap-proxy setup ...

2021-09-03 Thread Tobias Oetiker
Hi All, I spent some quality time yesterday, tuning dovecot on a server which serves as an imap-proxy in front of a zimbra setup the imap proxy does ldap client-cert authentication and works well. BUT I found that the imap-login processes seem to gain 100 MB per connection they are

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
> My educated guess is, yes this is a KMail issue. Okay, thanks :-) I'll file a bug report there. Am Montag, 5. Juli 2021, 21:30:54 CEST schrieb dove...@ptld.com: > > On 07-05-2021 2:04 pm, Tobias Leupold wrote: > > > > When I delete a sieve script via the managesieve

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
:34 pm, Tobias Leupold wrote: > >> Yes, that is the one im talking about: active-script.sieve > >> Just remove that symlink and sieve will be disabled for that user and > >> you shouldn't have any errors. > > > > Yeah, of course I won't -- but sieve filtering w

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
7:50 CEST schrieb dove...@ptld.com: > > On 07-05-2021 1:04 pm, Tobias Leupold wrote: > > There's no symlink pointing to that very script. I have virtual users, > > so I > > keep the respective sieve scripts in /srv/sieve/user@domain/. > > > > Such a directory

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
SER # require ["include"]; include :personal "some-script"; include :personal "some-other-script"; Am Montag, 5. Juli 2021, 18:46:30 CEST schrieb dove...@ptld.com: > > On 07-05-2021 10:29 am, Tobias Leupold wrote: > > > > So, to avoid this

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
, or if Dovecot should remove a script to delete from USER.sieve before deleting it. Or if I did something wrong configuring Dovecot ;-) Am Montag, 5. Juli 2021, 18:58:15 CEST schrieb Benny Pedersen: > On 2021-07-05 16:29, Tobias Leupold wrote: > > So the question is now: Is this a

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
SER # require ["include"]; include :personal "some-script"; include :personal "some-other-script"; Am Montag, 5. Juli 2021, 18:46:30 CEST schrieb dove...@ptld.com: > > On 07-05-2021 10:29 am, Tobias Leupold wrote: > > >

Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
e the respectice script, so that USER.sieve is updated and THEN delete the script. Or to manually fix USER.sieve on the server, which is surely not what's intended. So the question is now: Is this a KMail bug, a Doveceot bug, or is the server misconfigured?! Thanks for all help! Cheers, Tobias

Re: Shared mailboxes, users with dots and a bug in subscriptions

2021-01-28 Thread Tobias Stein
. :-) I think there should be a default, which is valid for a common deployment with all features working. Maildir++ for sure is a great choice for this, but the implementation has a flaw: a hard-coded „separator‟, which collides with the DNS label delimiter, when storing subscriptions. Best Regards To

Shared mailboxes, users with dots and a bug in subscriptions

2021-01-28 Thread Tobias Stein
c:{SSHA512}_hash_:: info:{SSHA512}_hash_:: root:{SSHA512}_hash_:: Please correct me if i'm wrong or point me to a workaround, but i think the layout code needs some love. :-) Best regards Tobias

Re: Packages for CentOS 8

2020-06-01 Thread Tobias Kirchhofer
On 1 Jun 2020, at 17:02, Peter wrote: On 2/06/20 1:49 am, Aki Tuomi wrote: we are still waiting for CentOS 8 Repo for current Dovecot version from here https://repo.dovecot.org/. Do you have an idea when it will come? Who does it maintain? Is it the Dovecot team? Thanks, Tobias Yes, it's

Re: Packages for CentOS 8

2020-06-01 Thread Tobias Kirchhofer
for CentOS 8 Repo for current Dovecot version from here https://repo.dovecot.org/. Do you have an idea when it will come? Who does it maintain? Is it the Dovecot team? Thanks, Tobias

Re: shared folder name or public folder with mail address

2020-02-16 Thread Tobias Kirchhofer
On 15 Feb 2020, at 19:04, Armin Schindler wrote: The shared and public folders need of course the anyone post right to let fileinto work. Or you have a special „list user“ which has the appropriate permissions - depends all on the use case. Now it works. Thank you Tobias. Well done

Re: shared folder name or public folder with mail address

2020-02-15 Thread Tobias Kirchhofer
On 15 Feb 2020, at 12:27, Armin Schindler wrote: On 15.02.2020 12:16, Tobias Kirchhofer wrote: ... the sieve part seems to be very tricky. My test is now working with a public folder and I have a "sieve_before" script in place which works for rules of the private

Re: Dovecot 2.3 repo for CentOS 8.

2020-02-15 Thread Tobias Kirchhofer
On 14 Feb 2020, at 10:59, Peter wrote: On 14/02/20 10:10 pm, Tobias Kirchhofer wrote: would it be useful/advisable to use this repo for productive operation? An official repo is still not available for CentOS 8 https://repo.dovecot.org/ We would like to set up our new mail server

Re: shared folder name or public folder with mail address

2020-02-15 Thread Tobias Kirchhofer
On 15 Feb 2020, at 10:43, Armin Schindler wrote: On 14.02.2020 11:44, Tobias Kirchhofer wrote: On 14 Feb 2020, at 11:06, Armin Schindler wrote: ... The sorting in the according public folder happens in a global sieve script before user scripts are fireing. It is combined

Re: shared folder name or public folder with mail address

2020-02-15 Thread Tobias Kirchhofer
On 14 Feb 2020, at 15:02, Armin Schindler wrote: On 2/14/20 2:23 PM, Tobias Kirchhofer wrote: On 14 Feb 2020, at 14:05, Armin Schindler wrote: On 2/14/20 11:44 AM, Tobias Kirchhofer wrote: On 14 Feb 2020, at 11:06, Armin Schindler wrote:     Hello! […] For our new setup (planned

Re: shared folder name or public folder with mail address

2020-02-14 Thread Tobias Kirchhofer
On 14 Feb 2020, at 14:05, Armin Schindler wrote: On 2/14/20 11:44 AM, Tobias Kirchhofer wrote: On 14 Feb 2020, at 11:06, Armin Schindler wrote: Hello! […] For our new setup (planned with CentOS 8, waiting for the official repo for the latest dovecot version…) we have a prototype

Re: shared folder name or public folder with mail address

2020-02-14 Thread Tobias Kirchhofer
nice like it is with Cyrus. With Cyrus this issue is less complex to implement. Maybe this helps a bit. Take exclusivly one to two weeks for this task and read and test a lot! :-) Tobias -- collect@shift.agency

Re: Dovecot 2.3 repo for CentOS 8.

2020-02-14 Thread Tobias Kirchhofer
; I you want you can try it. > > With best regards, > Filip Bartmann would it be useful/advisable to use this repo for productive operation? An official repo is still not available for CentOS 8 https://repo.dovecot.org/ We would like to set up our new mail server on CentOS 8 and are waiting…

Re: [ext] Dovecot Wiki: Please disable edit on double click

2019-03-20 Thread Tobias Kirchhofer via dovecot
On 20 Mar 2019, at 11:59, Ralf Hildebrandt via dovecot wrote: * Michael Goth via dovecot : could you maybe disable the 'edit on doubleclick' feature on wiki2.dovecot.org? Everytime I try to select a word by double clicking on it, I end up in editing mode. It's just a minor thing, but maybe

Re: Error with virtual index "Broken mailbox_count header"

2019-01-02 Thread Tobias Kirchhofer
have to name each Namespace explicitly? Aki On 02 January 2019 at 10:40 Tobias Kirchhofer wrote: On 2 Jan 2019, at 9:27, Aki Tuomi wrote: Please provide doveconf -n Sure: https://crypto.shift.agency/?66a9e34e83032c3e#ovF5Yq5qTNa8ii7Qup4oy8h5HyEVLKl/RbhCFpQGkkY= Aki On 02 January 2019

Re: Error with virtual index "Broken mailbox_count header"

2019-01-02 Thread Tobias Kirchhofer
On 2 Jan 2019, at 9:27, Aki Tuomi wrote: Please provide doveconf -n Sure: https://crypto.shift.agency/?66a9e34e83032c3e#ovF5Yq5qTNa8ii7Qup4oy8h5HyEVLKl/RbhCFpQGkkY= Aki On 02 January 2019 at 10:26 Tobias Kirchhofer wrote: Hi, we experience trouble with one of our virtual mailboxes

Error with virtual index "Broken mailbox_count header"

2019-01-02 Thread Tobias Kirchhofer
Hi, we experience trouble with one of our virtual mailboxes. dovecot-virtual: ` * -INBOX/Trash -INBOX/Spam all ` Error log: ```Error: virtual index /var/vmail/mailboxes/kirchhofer.net/tobias/virtual/all: Broken mailbox_count header``` This happens only with the filter form above. All

Namespaces for Apple Client

2018-06-14 Thread Janzen, Tobias
Hi, i have a plesk server with postfix an dovecot. Webmail is roundcube. Version of Dovecot is 2.3.0.1 I want apple clients to use the default special folders. My config for namespaces worked till last week. Now I cant get it to work again. Hope someone can help me. # 2.3.0.1 (ffd8a29):

dsync backup public namespace - how?

2017-02-03 Thread Tobias Kirchhofer
backup "maildir:${destination} But this is not working. a) does nothing, no error b) Error message: doveadm(dove...@domain.com): Fatal: -N parameter requires syncing with remote host Any ideas? # dovecot --version 2.2.13 -- Tobias Kirchhofer tob...@kirchhofer.net signature.asc Description: OpenPGP digital signature

Re: shared/public mailbox application

2016-11-29 Thread Tobias Kirchhofer
rly configure >> everything. > > Yes! Agreed! That's why I'm trying to think through the whole thing before > diving down a rabbit hole that leads to a dead end. > >> And a lot of try out :) > > For sure. (Just as soon as I understand what I'm trying to do.) ;-) > > Michael -- Tobias Kirchhofer tob...@kirchhofer.net signature.asc Description: OpenPGP digital signature

Re: shared/public mailbox application

2016-11-28 Thread Tobias Kirchhofer
:) On 29 Nov 2016, at 6:34, Michael Fox wrote: > Thanks Tobias. Thanks for the detailed reply. > > > > I think I see what you’re doing. But I’m unclear on something (since I’m a > nube): > > > > Can anyone send mail to n...@domain.com <mailto:n...@domain.com>

Re: shared/public mailbox application

2016-11-28 Thread Tobias Kirchhofer
specific setup which more precisely fits your need. There are also other strategies achieving Shared Folders the Cyrus way. :) Hope that helps. Tobias On 28 Nov 2016, at 15:38, Michael Fox wrote: > No answer. Trying again. Surely someone with experience with public > mailboxes can offe

Re: Authentication Penalty with ID x-originating-ip, HAproxy

2016-06-24 Thread Tobias
-originating-ip), perhaps with a notice to try again in X seconds, instead of delaying them? /Tobias On 2016-06-24 13:27, Tobias wrote: The wiki states that anvil's authentication penalties are skipped when IP is in login_trusted_networks. http://wiki.dovecot.org/Authentication/Penalty Is there a way

Authentication Penalty with ID x-originating-ip, HAproxy

2016-06-23 Thread Tobias
works", and it advertises the originating remote IP via 'ID ("x-originating-ip", "")'? And with regards to HAproxy, is anvil's authentication penalties by default transparent with regards to the remote IP advertised in the proxy protocol header? /Tobias

Re: Mailbox location

2016-06-17 Thread Tobias
/Variables The domain part is added by postfix. Postfix most often requires some kind of domain, and if not added will append one (unless you have an unorthodox configuration). It's not recommended to remove this feature from your postfix configuration. /Tobias On 2016-06-17 16:10, Doug Hardie wro

Found 4 bugs in latest SquirrelMail related to IMAP and SMTP STARTTLS, Dovecot capabilities

2016-04-03 Thread Tobias
This is a cross-post from the squirrelmail-devel list. It may be of interest if you want to run SquirrelMail and connect to Dovecot (and Postfix, possibly other servers) on a remote host using STARTTLS. BR Tobias Forwarded Message Subject:[SM-DEVEL] 4 bugs, IMAP

Re: no login with MySQL

2015-09-13 Thread Tobias Franzén
have the maildir stored directly in the user's home folder, e.g. "/var/spool/vhosts/nimmini.de/a.meyer", and your global mail_location already is "maildir:~/", then you only need to return a proper "home" attribute from SQL. BR Tobias

Re: [Dovecot] Dovecot LDA/LMTP vs postfix virtual delivery agent and the x-original-to header

2015-04-28 Thread Tobias Franzén
delivered. Have anyone successfully tackled this conundrum with other solutions? Regards, Tobias

Re: Differences in Delivered-To header between deliver and LMTP

2014-07-16 Thread Tobias Franzén
-To /Tobias

Dovecot authentication against active directory

2014-06-23 Thread Tobias Dummert
))) pass_filter = ((ObjectClass=user)(sAMAccountName=%u)) default_pass_scheme = plain could anybody help me with this problem? Thanks in advance! Regards, Tobias Dummert

Re: [Dovecot] how to enable debugging in imapc

2014-04-02 Thread Tobias Oetiker
Hi Teemu, Today Teemu Huovila wrote: On 04/01/2014 05:49 PM, Tobias Oetiker wrote: specifically, how can i set conn-client-set.debug in ./src/lib-imap-client/imapc-connection.c Set mail_debug = yes somewhere in your configuration file(s). hmm that does not seem to get ./src/lib-imap

[Dovecot] BUG dovecot and nginx

2014-04-01 Thread Tobias Oetiker
we have setup a two level proxy configuration for our zimbra server: [ dovecot 2.2.12 (imap proxy mode) ] V [ nginx (imap proxy mode) ] V [ zimbra imap server] and it does not work ... after tying a login, the connection just hangs and ends after 30 seconds with a

[Dovecot] how to enable debugging in imapc

2014-04-01 Thread Tobias Oetiker
Hi Net, How can I enable debug messages in the imap-proxy client? Trying to figure why the imap-proxy mode does not work towards ngnix. specifically, how can i set conn-client-set.debug in ./src/lib-imap-client/imapc-connection.c cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15

Re: [Dovecot] Integrating with Drupal SQL db SOLVED

2013-03-19 Thread Tobias
as userdb and passdb source. I have written an more in detail explanation that is available at http://www.stos.se/?q=node/12 . The question remains; Will Dovecot ever be compatible with Drupal 7 password hashes? Regards Tobias Rådenholt i...@stos.se wrote 2013-03-11 17:57: Hi I'm trying to get

Re: [Dovecot] POLL: v2.2 to allow one mail over quota?

2013-02-11 Thread Tobias Hachmer
: quota_final_add_on What means surplus? Why not simplify things and calll it - quota_mailplus - quota_plusmail - quota_oneplus - quota_plusone Tobias Hachmer

Re: [Dovecot] Dovecot 2.2.beta1

2013-02-10 Thread Tobias Hachmer
) # v2.2 code tree: hg clone http://hg.rename-it.nl/dovecot-2.2-pigeonhole/ Regards, Tobias Hachmer

Re: [Dovecot] 回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-12-01 Thread Tobias Hachmer
package. Regards, Tobias

[Dovecot] 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-11-30 Thread Tobias Hachmer
://launchpadlibrarian.net/124478979/buildlog_ubuntu-precise- amd64.dovecot-2.1-pigeonhole_0.3.3-7~kokelnet~precise_FAILEDTOBUILD.txt.gz Thanks in advance for any help, Tobias Hachmer Making all in lib-sieve-tool make[4]: Entering directory `/build/buildd/dovecot-2.1- pigeonhole-0.3.3/src/lib-sieve

Re: [Dovecot] 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-11-30 Thread Tobias Hachmer
, Tobias Hachmer

Re: [Dovecot] cmd-vacation.c:4:17: fatal error: lib.h: No such file or directory ./configure: line 11410: -lssl: command not found

2012-11-29 Thread Tobias Hachmer
, I will test, thanks! Regards, Tobias Hachmer

[Dovecot] Question about salted hashes

2012-10-19 Thread Tobias Maffert
Hello. I'm switching from b1gmail to my own setup which consists of Postfix+Dovecot+MySQL (and maybe VBoxAdm). There are two problems: - b1gmail is using unsalted MD5 hashes. Is there any good way to make my new setup backward compatible? So I don't have to force all of my 50k users to change

Re: [Dovecot] Help!

2012-10-12 Thread Tobias Hachmer
for your email account. We do have an MX record in DNS pointing to our server. Enter settings manually or set up automx (http://www.automx.org/). Regards, Tobias Hachmer

[Dovecot] doveadm backup - Fatal: All your namespaces have a location setting.

2012-09-16 Thread Tobias Hachmer
= maildir:/var/vmail/%d/%n/Maildir:INDEX=/var/vmail/indexes/%u prefix = separator = / subscriptions = yes type = private } Have I got a problem with my namespace config? Regards, Tobias Hachmer

[Dovecot] Dovecot SASL on another machine

2011-11-05 Thread Tobias Hachmer
Hello list, is there a way to use Dovecot SASL Authentication for submission on a different machine dovecot runs? e.g.: Dovecot machine - postfix machine(for submission) How can I authenticate my senders on a different physical machine against Dovecot SASL? Thanks, Tobias

Re: [Dovecot] Dovecot SASL on another machine

2011-11-05 Thread Tobias Hachmer
Am 05.11.2011 17:01, schrieb Timo Sirainen: On Sat, 2011-11-05 at 15:13 +0100, Tobias Hachmer wrote: is there a way to use Dovecot SASL Authentication for submission on a different machine dovecot runs? With v2.0 you should be able to add inet_listener for auth service, which acts as an auth

Re: [Dovecot] Dovecot SASL on another machine

2011-11-05 Thread Tobias Hachmer
Am 05.11.2011 17:35, schrieb Timo Sirainen: On Sat, 2011-11-05 at 17:31 +0100, Tobias Hachmer wrote: Am 05.11.2011 17:01, schrieb Timo Sirainen: On Sat, 2011-11-05 at 15:13 +0100, Tobias Hachmer wrote: is there a way to use Dovecot SASL Authentication for submission on a different machine

[Dovecot] setacl on complete mailbox

2011-09-11 Thread Tobias Hachmer
? Also for new created folders? Greetz, Tobias

[Dovecot] BestPractice to migrate imap mailbox from one machine to another

2011-09-09 Thread Tobias Hachmer
to the new naked machine? Greetz, Tobias

Re: [Dovecot] BestPractice to migrate imap mailbox from one machine to another

2011-09-09 Thread Tobias Hachmer
On Fri, 09 Sep 2011 15:22:54 +0200, Robert Schetterer wrote: Am 09.09.2011 15:14, schrieb Tobias Hachmer: What is the best way to copy the existing mailboxes from the older machine running dovecot v1.2.15 to the new naked machine? i used imapsync in a bash script http://ks.lamiral.info

Re: [Dovecot] BestPractice to migrate imap mailbox from one machine to another

2011-09-09 Thread Tobias Hachmer
get how to use for migration. As far as I understood it's to keep several dovecot server at a unique data bank. An well, can I use it between dovecot v1.2 and v2? Tobias

Re: [Dovecot] BestPractice to migrate imap mailbox from one machine to another

2011-09-09 Thread Tobias Hachmer
for your replies, I will test first the simple copy of the maildirs when the new server is set up. So thanks a lot. Greetz, Tobias

Re: [Dovecot] BestPractice to migrate imap mailbox from one machine to another

2011-09-09 Thread Tobias Hachmer
for the hint. Yes, I will test simple copy, imapsnc and dsync. Thanks a lot. Tobias

Re: [Dovecot] Quotas not recalculating

2011-09-06 Thread Tobias Hachmer
), and it is still trying to use maildir quotas: Your user_query in dovecot-sql.conf overrides the quota setting. Same problem here. But how can I use maildirsize quota user_query in dovecot-slq.conf ? I want to manage my users in a sql table and use maildirsize quota. Greetz, Tobias

Re: [Dovecot] Quotas not recalculating

2011-09-06 Thread Tobias Hachmer
On Tue, 6 Sep 2011 23:08:37 +0300, Timo Sirainen wrote: On 6.9.2011, at 23.01, Tobias Hachmer wrote: On Mon, 5 Sep 2011 08:39:39 +0300, Timo Sirainen wrote: On 5.9.2011, at 4.28, Kyle Brantley wrote: Okay, something else isn't cooperating with this at all. I reconfigured it to use dirsize

[Dovecot] Bug found, assertion failed

2011-01-20 Thread Tobias Daucher
, and there was no way to say thunderbird stop try moving. So the only way was to delete thunderbirds mail cache. I think it would be very nice, if dovecot doesn't die, just because the client tries to move a message, which isn't there. Thanks, Tobias Daucher -- Dr. Nagler Company GmbH Hauptstraße 9 92253

Re: [Dovecot] dsync not copying all mail

2011-01-10 Thread Tobias Daucher
Am 10.01.2011 14:59, schrieb Nick Rosier: Hi, I'm still trying to migrate from Dovecot 1.2.16 to 2.0.7 on FreeBSD. Previous attempts have failed with mails not being visible after the upgrade. Version 1.2.16 was migrated from maildir to dbox about a year ago via the convert-plugin. After

[Dovecot] shared boxes

2010-12-21 Thread Tobias Daucher
Hi there, is it possible in any way to have private seen flags for users in a shared mailbox? http://wiki2.dovecot.org/SharedMailboxes/Shared says no, but i'm not sure, if newer mailbox formats can do this... like mdbox oder something like that. thanks for your help Tobi --

Re: [Dovecot] Virtual inbox folder bug

2010-11-03 Thread Tobias Daucher
Got the same problem with thunderbird... thunderbird wants to be intelligent and caches information... the server would remove the message, but thunderbird says hey it was not me so i don't anything about moving and reads the message from its cache... close thunderbird, delete the imapmail

Re: [Dovecot] dsync, separator, but really - Default Namespace

2010-10-29 Thread Tobias Daucher
Am 28.10.2010 16:35, schrieb Daniel L. Miller: Just made the leap from 1.2 to 2.0.6 - and several maddening config typos I think I have a working system again! Getting closer to converting from maildir to mdbox, but first... Trying to use dsync gives me: dsync(root): Fatal: Mail locations must

Re: [Dovecot] Convert Plugin

2010-10-28 Thread Tobias Daucher
Am 27.10.2010 20:26, schrieb Daniel Luttermann: Dr Matthew Williams wrote on 10/27/2010: Hello, I have been investigating mailbox conversions and have used the convert plugin under Dovecot V1.x. I cannot find the plugin in the list on the wiki for Dovcot V2.x, is it not included for a reason?

Re: [Dovecot] merge mdboxes

2010-10-26 Thread Tobias Daucher
Am 25.10.2010 15:53, schrieb Timo Sirainen: On Sat, 2010-10-23 at 16:27 +0200, Tobias Daucher wrote: Hi there, after migration we have a very big problem... there are two mailboxes in /var/mail/username/mailboxes/ /var/mail/username/mailboxes/inbox /var/mail/username/mailboxes/inbox2 So

[Dovecot] merge mdboxes

2010-10-23 Thread Tobias Daucher
of users... i hope you can help me! thanks a lot! Tobias Daucher

[Dovecot] bug with null pointer

2010-10-21 Thread Tobias Daucher
Hi, we found a serious bug while testing our migration scripts. in Solaris (or other system 5) the user variable is not always set. Dsync is not very happy about that and crashes with an segmentation fault. After hours of debugging and TWOE simple lines # USER=$LOGNAME # export USER the problem

[Dovecot] acl allow creation of special foldernames

2010-10-14 Thread Tobias Daucher
Hi, ACL works fine now... But is it possible so allow users the creation of specific folder names? so users should be able to create a folder Sent but not the folder Send or something like that I just want to allow some folder names and only THESE folders... Thanks for you help! Tobi -- Dr.

Re: [Dovecot] bug in dsync

2010-10-14 Thread Tobias Daucher
Am 14.10.2010 18:33, schrieb Timo Sirainen: On Wed, 2010-10-13 at 07:55 +0200, Tobias Daucher wrote: Hi, I'm trying to convert mailboxes from mbox zu mdbox. The following command was performed: dsync mirror -u tsdauche mbox:~/.NCmail/Drafts dsync -u tsdauche mirror mbox:~/.NCmail/Drafts

Re: [Dovecot] mbox folder deleting

2010-10-14 Thread Tobias Daucher
Am 14.10.2010 17:23, schrieb Timo Sirainen: On Tue, 2010-10-12 at 16:30 +0200, Tobias Daucher wrote: Hi there again, I just wanna tell you what little bug we've found... Namespace is in mbox format. After deleting an mbox the entry in the .imap stays so not everyting is moved away and ist

[Dovecot] mbox folder deleting

2010-10-13 Thread Tobias Daucher
Hi there again, I just wanna tell you what little bug we've found... Namespace is in mbox format. After deleting an mbox the entry in the .imap stays so not everyting is moved away and ist just hanging around... not so bad, but would be nice if it was cleaned up... thanks Tobi -- Dr. Nagler

[Dovecot] bug in dsync

2010-10-13 Thread Tobias Daucher
Hi, I'm trying to convert mailboxes from mbox zu mdbox. The following command was performed: dsync mirror -u tsdauche mbox:~/.NCmail/Drafts dsync(tsdauche): Fatal: execvp(-u) failed: No such file or directory dsync(tsdauche): Panic: file dsync-worker-local.c: line 185

Re: [Dovecot] Patch: New event mailbox_create for the mail_log plugin

2010-08-02 Thread Tobias Joch
Am 02.08.2010 um 16:34 schrieb Timo Sirainen: On Thu, 2010-07-29 at 13:28 +0200, Tobias Joch wrote: the following patch for the mail_log plugin (source version = 1.2.13) adds a new logging event mailbox_create. Perhaps this is also of interest to other people except me ;) I added

Re: [Dovecot] Using Dovecot deliver with Postfix

2009-12-30 Thread Tobias Lang
Am 29.12.2009 um 22:34 schrieb Timo Sirainen: On Fri, 2009-12-25 at 13:30 +0100, Tobias Lang wrote: while installing Dovecot sieve, I am not able to deliver email for root. That's because you should be redirecting root's mails to some other user. root shouldn't have mail. Well, I do

Re: [Dovecot] pop3+leave messages on server

2009-12-29 Thread Tobias
On Tue, 29 Dec 2009 09:48:46 +0100, Papp Tamas tom...@martos.bme.hu wrote: hi All, I have a srange problem. Before dovecot there was a courier imap and it worked just fine. The client(s) are the same then before, so I think, this is an server side problem. I have a user with Outlook

Re: [Dovecot] pop3+leave messages on server

2009-12-29 Thread Tobias
On Tue, 29 Dec 2009 11:27:49 +0100, Papp Tamas tom...@martos.bme.hu wrote: Tobias wrote: Is that a problem with other MUAs too? Or is Outlook the only affected one? You tried Thunderbird or Windows Live Mail to verify? No, the users are using only Outlook. Should I try it with TB

[Dovecot] Using Dovecot deliver with Postfix

2009-12-29 Thread Tobias Lang
Hello, while installing Dovecot sieve, I am not able to deliver email for root. The strange thing is, that mails to ordinary users get delivered. And no, I do not use virtual mail, just ordinary unix accounts with an entry to passwd / shadow. Also before switching from Postfix deliver to

Re: [Dovecot] Dovecot-deliver sometimes fails when message set to discard via sieve

2009-12-29 Thread Tobias Lang
Am 28.12.2009 um 11:55 schrieb Steve Wagner: if header :contains Organization web.de { discard; stop; } This often works, but sometimes it fails. Procmail reports then that deliver reported an error (but not which) and delivers them to my inbox. There are also no message in dovecots or

Re: [Dovecot] Pigeonhole Sieve IMAP flag question

2009-12-29 Thread Tobias Lang
Am 29.12.2009 um 12:58 schrieb Julian Cowley: Hello, Here is a small script that I've been running to test a problem I've been seeing. Shouldn't this result in the mail being delivered to the inbox as a new message (ie. without the \Seen flag)? require imap4flags; addflag

Re: [Dovecot] Dovecot-deliver sometimes fails when message set to discard via sieve

2009-12-28 Thread Tobias Lang
Am 28.12.2009 um 11:55 schrieb Steve Wagner: if header :contains Organization web.de { discard; stop; } This often works, but sometimes it fails. Procmail reports then that deliver reported an error (but not which) and delivers them to my inbox. There are also no message in dovecots or

Re: [Dovecot] Dovecot-deliver sometimes fails when message set to discard via sieve

2009-12-28 Thread Tobias Lang
Am 28.12.2009 um 13:02 schrieb Steve Wagner: Hi Tobi, yes but it is correct. It should only discard messages that have this header. The sieve filter is larger, this are only the parts witch use discard. Steve Am 28.12.2009 12:25, schrieb Tobias Lang: Am 28.12.2009 um 11:55 schrieb

Re: [Dovecot] Dovecot-deliver sometimes fails when message set to discard via sieve

2009-12-28 Thread Tobias Lang
Am 28.12.2009 um 14:34 schrieb Steve Wagner: Ok ive tested it. The sieve script works as expected. The only error message i have, come from procmail.log: 24918-Folder: /opt/dovecot/libexec/dovecot/deliver 3720 24919-procmail: Error while writing to

Re: [Dovecot] checking all folders for new mail (IMAP STATUS command)

2009-12-28 Thread Tobias
On Mon, 28 Dec 2009 14:30:14 +0100, Florian Effenberger flo...@gmail.com wrote: Hello, I use Thunderbird as IMAP client and do a lot of server-side filtering with Sieve scripts. To be notified of new mails, I want to check all folders (a lot of them...) at once for new mails, and not only

Re: [Dovecot] checking all folders for new mail (IMAP STATUS command)

2009-12-28 Thread Tobias Lang
Am 28.12.2009 um 16:14 schrieb Florian Effenberger: Hi Tobias, This might be help you... **quote** If Thunderbird doesn't recognize that a folder contains unread messages try setting mail.imap.use_status_for_biff true. It causes Thunderbird to explicitly select each folder to update

  1   2   >