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: Mailbox location

2016-06-17 Thread Tobias
ables 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 Hardi

Authentication Penalty with ID x-originating-ip, HAproxy

2016-06-23 Thread Tobias
d_networks", 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: Authentication Penalty with ID x-originating-ip, HAproxy

2016-06-24 Thread Tobias
, or IMAP ID x-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/Pen

Re: [Dovecot] Integrating with Drupal SQL db SOLVED

2013-03-19 Thread Tobias
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 t

Re: [Dovecot] Doubts about namespace && thunderbird.

2009-12-14 Thread Tobias
Have you tried the latest Thunderbird Version (Thunderbird 3)? I have been told that IMAP Support should be much better than in older versions On Mon, 14 Dec 2009 00:42:02 -0800, Beto Moreno wrote: > Hi people. > > I ask this because I'm confuse about the namespace stuff. > > I setup a server

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 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 the > inbox. >

Re: [Dovecot] pop3+leave messages on server

2009-12-29 Thread Tobias
On Tue, 29 Dec 2009 09:48:46 +0100, Papp Tamas 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 and he uses

Re: [Dovecot] pop3+leave messages on server

2009-12-29 Thread Tobias
On Tue, 29 Dec 2009 11:27:49 +0100, Papp Tamas 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 Out

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): /etc/dove

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

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

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

Shared mailboxes, users with dots and a bug in subscriptions

2021-01-28 Thread Tobias Stein
:uid:gid:(gecos):home:(shell):extra_fields noc:{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: Shared mailboxes, users with dots and a bug in subscriptions

2021-01-28 Thread Tobias Stein
the flat layout. :-) 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 subscription

Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
oid this, one has to FIRST deactivate 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: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
:14#USER # 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: > > >

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
omatically, 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

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
:14#USER # 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

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
Juli 2021, 19:27: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/. > > > &

Re: Deleting an active sieve script leaves sieve unfunctional

2021-07-05 Thread Tobias Leupold
com: > > On 07-05-2021 1: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 cour

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 manages

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

2021-09-02 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 accepti

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

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: Dovecot 2.3 repo for CentOS 8.

2020-02-14 Thread Tobias Kirchhofer
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: shared folder name or public folder with mail address

2020-02-14 Thread Tobias Kirchhofer
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: 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 on

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 with

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 with the

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 on

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: 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: Packages for CentOS 8

2020-06-01 Thread Tobias Kirchhofer
g 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: 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&#

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: 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-29 Thread Tobias Kirchhofer
e whole process chain to properly 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

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 mailboxes, users with dots and a bug in subscriptions

2022-05-16 Thread Tobias Stein
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

Config file syntax: secrets from file in key=value

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

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 interpr

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 `bar.example.

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

access dict in lua auth script

2022-11-16 Thread Tobias Florek
ilt-in dict not supported? 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

doveadm proxy list has strange entries

2022-12-30 Thread Tobias Florek
"172.23.6.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: 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.

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 long

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

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

2015-04-28 Thread Tobias Franzén
l-To with all local recipients (including BCC) in all internal copies delivered. Have anyone successfully tackled this conundrum with other solutions? Regards, Tobias

Re: no login with MySQL

2015-09-13 Thread Tobias Franzén
ts/nimmini.de/a.meyer/Maildir". There is no "maildir" attribute used from the SQL query, to my knowledge. If you want to 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] Quotas not recalculating

2011-09-06 Thread Tobias Hachmer
nd 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 di

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

2011-09-09 Thread Tobias Hachmer
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
ut I don't 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
hint. Yes, I will test simple copy, imapsnc and dsync. Thanks a lot. Tobias

[Dovecot] setacl on complete mailbox

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

[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 >>

Re: [Dovecot] Dovecot 2.1 stable packages for Debian?

2012-06-12 Thread Tobias Hachmer
lp youself and it's a development ppa. But I have had no problems yet with these packages. I think there aren't packages out there someone would provide support for. So, compile it or use those development/ community packages or wait until dovecot 2.1 will get into debian/ubuntu stabl

[Dovecot] Sieve management without shell access or homedir

2008-03-02 Thread Tobias Franzén
someplace else? Either directly in LDAP, or in some database, or a common directory for all user's sieve files? /Tobias

[Dovecot] Version 1.0.13 - Maildir directory names

2008-07-10 Thread Tobias Zimmerman
I am running Maildir (obtained via [mac|darwin] ports) on my Powerbook Pro to operate as local mail storage. My mail is stored in the Maildir format. Is it possible to set Maildir not to put a dot in front of the directory names? (e.g., ~/Maildir/somefolder instead of ~/Maildir/.somefolder). OS

Re: [Dovecot] Version 1.0.13 - Maildir directory names

2008-07-11 Thread Tobias Zimmerman
fully someone will port 1.1.1 to MacPorts soon and I can make the change. I appreciate your answering my question. Tobias On Fri, Jul 11, 2008 at 1:12 AM, Kyle Wheeler <[EMAIL PROTECTED]> wrote: > On Thursday, July 10 at 07:14 PM, quoth Tobias Zimmerman: > >> I am running Mai

[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 (dsync_drop_extra_namespace

[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 --

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/D

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 st

[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 wa

[Dovecot] merge mdboxes

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

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 they

Re: [Dovecot] Convert Plugin

2010-10-27 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] dsync, separator, but really - Default Namespace

2010-10-28 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] Virtual inbox folder bug

2010-11-02 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 fo

[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] 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 previ

[Dovecot] Bug found, assertion failed

2011-01-20 Thread Tobias Daucher
conds, 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.

[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

Re: [Dovecot] Help!

2012-10-12 Thread Tobias Hachmer
tings 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] 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 thei

[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
ng stamp.h config.status: creating dummy-config.h config.status: creating pigeonhole-config.h config.status: executing depfiles commands config.status: executing libtool commands dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/home/tobias/pighole_test/d

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
4:17: fatal error: lib.h: No such file or directory That's why I posted this. Greetz, 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
> for me. Oh, sorry, I will test, thanks! Regards, Tobias Hachmer

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

2012-11-30 Thread Tobias Hachmer
re: https://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

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

2012-11-30 Thread Tobias Hachmer
was missing. 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
ole package. Regards, Tobias

Re: [Dovecot] Dovecot 2.2.beta1

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

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

2013-02-11 Thread Tobias Hachmer
27;t good enough to know if that word really > > fits it? > It does, but what about: > > quota_final_add_on What means surplus? Why not simplify things and calll it - quota_mailplus - quota_plusmail - quota_oneplus - quota_plusone Tobias Hachmer

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

2010-07-29 Thread Tobias Joch
Hello, 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 ;) Best regards, Tobias Index: src/plugins/mail-log/mail-lo

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 t

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

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: >

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 > "/opt/dovecot/libexec/

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

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

2009-12-28 Thread Tobias Lang
Am 28.12.2009 um 15:09 schrieb Steve Wagner: > [snip] > > :0 w > | /opt/dovecot/libexec/dovecot/deliver Looks uncritical to me. Although there is no default rule at the end of .procmailrc, Dovecot deliver and Sieve should reroute everything not catched by a rule to INBOX. Did Procmails "VERBOS

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

2009-12-28 Thread Tobias Lang
Anfang der weitergeleiteten E-Mail: > Von: Steve Wagner > Datum: 28. Dezember 2009 21:51:39 MEZ > An: Tobias Lang > Betreff: Re: [Dovecot] Dovecot-deliver sometimes fails when message set to > discard via sieve > > Sorry it took some time to get in to this failing sit

  1   2   >