Re: [feature request] SSL handshake rejection for non-SNI clients

2023-05-16 Thread Aki Tuomi via dovecot
Hi! We are indeed listening. And Dovecot actually can check the name on the certificate, if you ask it to do so. https://doc.dovecot.org/settings/core/#core_setting-auth_ssl_username_from_cert Aki > On 16/05/2023 14:58 EEST Sean Gallagher wrote: > > > It gets worse! If you request a client

Re: [feature request] SSL handshake rejection for non-SNI clients

2023-05-16 Thread Sean Gallagher
It gets worse! If you request a client certificate, Dovecot will not check the name on the certificate, only that it is signed by a known CA. I raised this issue on this list some time ago and got no response. I'm not sure anyone is listening. On 16/05/2023 7:54 pm, Serg via dovecot wrote: I w

[feature request] SSL handshake rejection for non-SNI clients

2023-05-16 Thread Serg via dovecot
I would like to offer to implement a feature to reject SSL handshakes for a default certificate-key pair for efficiently discarding bot requests (i.e. such requests that provide invalid/not configured hostname or do not specify at all, like when doing request to the IP address directly). Ngin

Feature Request: login_trusted_networks to take FQDN

2023-02-15 Thread Sean Gallagher
In a previous post to this list I described a problem I was having validating client certificates on inet_listener lmtp connections. Subject: "Please Help: Dovecot ssl_ca selection based on remote IP address filtering not working." The problem there was that Dovecot does not "inspect" the sub

feature request: add base64 variable modifier

2022-12-19 Thread alex
Hi, It would be very convenient to have a base64 variable modifier. Main use-case is to base64-encode passwords when changing your hashing scheme. With a base64 encoding modifier (e.g. %B) something like this would safely work: userdb {   driver = prefetch   default_fields = plain_pass=%Bw }

Feature request: use`openid_configuration_url` to guess OIDC endpoints and keys

2022-02-04 Thread Éloi Rivard
Since version 2.3.16 dovecot has a openid_configuration_url [1] configuration parameter. Here is the documentation about this parameter: > Support for RFC 7628 OpenID Discovery (OIDC) can be achieved with  > openid_configuration_url setting. Setting this causes Dovecot to report OIDC > configurati

Re: feature-request: make received-header on submission optional or at least drop the ip in it

2022-01-03 Thread Aki Tuomi
> On 03/01/2022 17:15 dc...@dvl.werbittewas.de wrote: > > > Am 03.01.22 um 15:47 schrieb Michael Peddemors: > > > Using your email system IS the reason, simply make sure that you inform > > no, it's not. > > and: > > > (SLA, Terms and Conditions etc) and it has a valid use, eg for security

Re: feature-request: make received-header on submission optional or at least drop the ip in it

2022-01-03 Thread dc-ml
Am 03.01.22 um 15:47 schrieb Michael Peddemors: > Using your email system IS the reason, simply make sure that you inform no, it's not. and: > (SLA, Terms and Conditions etc) and it has a valid use, eg for security > purposes. for security_reasons it's completly ok, to store this informatio

Re: feature-request: make received-header on submission optional or at least drop the ip in it

2022-01-03 Thread Michael Peddemors
On 2022-01-01 11:04 a.m., dc...@dvl.werbittewas.de wrote: because the client-ip is covered by GDPR as personal data and so it should never shown to others without a certain reason, we want to hide it, but there's no "submission_add_received_header"-option like for lmtp and it doesn't seem to be a

feature-request: make received-header on submission optional or at least drop the ip in it

2022-01-01 Thread dc-ml
hi. we're just trying to re-structure a system and want to use dovcots submission-ability. because the github-repository have no entry for any issues at all, we're sending this feature-fequest to this ML. unfortunately there doesn't seem to be any option to drop the received-header at all or at l

RE: feature request: maintain folder structure with expunged email

2021-03-22 Thread Marc
nal Message- > Sent: 17 March 2021 14:09 > Cc: dovecot@dovecot.org > Subject: Re: feature request: maintain folder structure with expunged > email > > On 17. Mar 2021, at 13.39, Marc mailto:Marc@f1- > outsourcing.eu> > wrote: > > > > Feature reque

feature request: doveadm purge taking guid argument

2021-03-18 Thread Marc
Hi Timo, What about giving doveadm purge an argument to delete a specific message guid? Is that a lot of work?

RE: feature request: prevent linking of email

2021-03-17 Thread Marc
> > diff --git a/src/lib-storage/index/dbox-multi/mdbox-save.c b/src/lib- > storage/index/dbox-multi/mdbox-save.c > index ff6e4f77b0..b522951b1d 100644 > --- a/src/lib-storage/index/dbox-multi/mdbox-save.c > +++ b/src/lib-storage/index/dbox-multi/mdbox-save.c > @@ -440,7 +440,7 @@ int mdbox_copy(s

RE: feature request: prevent linking of email

2021-03-17 Thread Marc
> > mdbox is intended to be high performance mail storage, and this would > make copying significantly slower. 1. But copying does not happen that often. 2. You already have this copy between namespaces (with different storage) 3. If this really is an issue you could also use a command to schedul

Re: feature request: prevent linking of email

2021-03-17 Thread Timo Sirainen
pted on the storage, you have no copies left. That is > exactly the opposite of what user wants to accomplish with creating a copy. > > Feature request: disable this automatic linking of emails between mailboxes. > Feature request: set this as a default. mdbox is intended to be high per

Re: feature request: maintain folder structure with expunged email

2021-03-17 Thread Timo Sirainen
On 17. Mar 2021, at 13.39, Marc wrote: > > Feature request: maintain folder/mailbox structure with expunging. You could use lazy_expunge with a namespace. Although it's marked as deprecated, so that might go away at some point. There have been some thoughts about the ability to r

feature request: prevent linking of email

2021-03-17 Thread Marc
what user wants to accomplish with creating a copy. Feature request: disable this automatic linking of emails between mailboxes. Feature request: set this as a default.

feature request: maintain folder structure with expunged email

2021-03-17 Thread Marc
t1 msgs=3 vsize=12MiB delmsgs=0 delvsize=0B test3 msgs=0 vsize=0B delmsgs=0 delvsize=0B Trash msgs=0 vsize=0B delmsgs=0 delvsize=0B Feature request: maintain folder/mailbox structure with expunging.

feature request: doveadm -Dv purge

2021-03-17 Thread Marc
Maybe list emails being purged

Feature Request: Redis support for username and TLS

2020-11-03 Thread Mark Moseley
I was wondering if there was any imminent support in 2.3.12+ for using a username to log into Redis, as well as support for using TLS to connect to Redis. And if not, I'd like to put in a feature request for those two things (AUTH with username/password, and TLS connections to

Re: Feature request.

2020-10-10 Thread Ralph Seichter
* Rogier Wolff: > a few days ago my [Let's Encrypt] certificate expired and the > fetchmail deamon running in the background had nowhere to > complain. > [...] > Feature request: check the expiry date on the SSL certificate as it > is being loaded and check for a new certif

Re: Feature request.

2020-10-10 Thread Jean-Daniel
> Le 10 oct. 2020 à 11:38, @lbutlr a écrit : > > On 09 Oct 2020, at 02:16, Rogier Wolff wrote: >> It turns out that dovecot had been running uninterrupted since august >> 13th, the certificate was renewed on september 7th and I suspect it >> expired on october 7th. > > The ACME protocol that

Re: Feature request.

2020-10-10 Thread @lbutlr
On 09 Oct 2020, at 02:16, Rogier Wolff wrote: > It turns out that dovecot had been running uninterrupted since august > 13th, the certificate was renewed on september 7th and I suspect it > expired on october 7th. The ACME protocol that LE uses has a specific feature for specifying a script to r

Re: Feature request.

2020-10-09 Thread Joseph Tam
On Fri, 9 Oct 2020, David Morsberger wrote: Both the renew hook and post hook are good candidates for our reload script. Each has a downside however. The post hook will be run after every renewal attempt, regardless of if anything was actually renewed or not. This will result in the services

Re: Feature request.

2020-10-09 Thread Rogier Wolff
On Fri, Oct 09, 2020 at 07:55:53AM -0400, David Morsberger wrote: > To configure a renew hook, add the following to the configuration file: > > renew-hook = /root/bin/certbot-renew > Next, create the renew hook script at /root/bin/certbot-renew with the > following contents: > > #!/bin/sh > sys

Re: Feature request.

2020-10-09 Thread infoomatic
so if you have a new certificate it is valid vor 89.something days, you could do a: openssl x509 -in file.crt -checkend 7689600 -noout > /dev/null && /usr/bin/systemctl reload dovecot

Re: Feature request.

2020-10-09 Thread David Morsberger
kground had nowhere to complain. So I didn't > notice. > > It turns out that dovecot had been running uninterrupted since august > 13th, the certificate was renewed on september 7th and I suspect it > expired on october 7th. > > So Feature request: check the expiry date

Re: Feature request.

2020-10-09 Thread Reio Remma
On 09/10/2020 14:02, Gerald Galster wrote: I have to say I'm totally baffled since I do nothing when LetsEncrypt renews the certificate. I know the cert has been updated because the mail clients asks me if I trust the certificate. If it makes a difference I use the bash LetsEncrypt not the Py

Re: Feature request.

2020-10-09 Thread Gerald Galster
> I have to say I'm totally baffled since I do nothing when LetsEncrypt renews > the certificate. > > I know the cert has been updated because the mail clients asks me if I trust > the certificate. > > If it makes a difference I use the bash LetsEncrypt not the Python code. I don't like al

Re: Feature request.

2020-10-09 Thread lists
esh-official/acme.shFrom: r...@mrstuudio.eeSent: October 9, 2020 2:57 AMTo: dovecot@dovecot.orgSubject:

Re: Feature request.

2020-10-09 Thread Reio Remma
On 09/10/2020 12:52, lists wrote: I have to say I'm totally baffled since I do nothing when LetsEncrypt renews the certificate. I know the cert has been updated because the mail clients asks me if I trust the certificate. Curious. The mail clients really shouldn't ask anything when encounte

Re: Feature request.

2020-10-09 Thread lists
ginal Message   From: r...@mrstuudio.ee Sent: October 9, 2020 1:55 AM To: dovecot@dovecot.org Subject: Re: Feature request. On 09/10/2020 11:50, Plutocrat wrote: > On 09/10/2020 4:16 pm, Rogier Wolff wrote: >> It turns out that dovecot had been running uninterrupted since august >> 1

Re: Feature request.

2020-10-09 Thread Rogier Wolff
On Fri, Oct 09, 2020 at 11:21:09AM +0300, Aki Tuomi wrote: > > > On 09/10/2020 11:16 Rogier Wolff wrote: > > So Feature request: check the expiry date on the SSL certificate > > as it is being loaded and check for a new certificate if it HAS > > expired. > That

Re: Feature request.

2020-10-09 Thread Reio Remma
On 09/10/2020 11:50, Plutocrat wrote: On 09/10/2020 4:16 pm, Rogier Wolff wrote: It turns out that dovecot had been running uninterrupted since august 13th, the certificate was renewed on september 7th and I suspect it expired on october 7th. I guess you could do a few things yourself to make s

Re: Feature request.

2020-10-09 Thread Plutocrat
On 09/10/2020 4:16 pm, Rogier Wolff wrote: > It turns out that dovecot had been running uninterrupted since august > 13th, the certificate was renewed on september 7th and I suspect it > expired on october 7th. I guess you could do a few things yourself to make sure the cert is valid. Thinking ou

RE: Feature request.

2020-10-09 Thread Marc Roos
Does a dovecot reload not do that? For a webserver I just set a flag and a cron job. Whenever I put a new cert, the webserver reloads. -Original Message- To: Rogier Wolff; dovecot@dovecot.org Subject: Re: Feature request. > On 09/10/2020 11:16 Rogier Wolff wrote: > &g

Re: Feature request.

2020-10-09 Thread Aki Tuomi
renewed on september 7th and I suspect it > expired on october 7th. > > So Feature request: check the expiry date on the SSL certificate > as it is being loaded and check for a new certificate if it HAS > expired. > > If you worry about performance, this

Feature request.

2020-10-09 Thread Rogier Wolff
running in the background had nowhere to complain. So I didn't notice. It turns out that dovecot had been running uninterrupted since august 13th, the certificate was renewed on september 7th and I suspect it expired on october 7th. So Feature request: check the expiry date on the SSL ce

Re: feature request for setting alternative pidfile

2020-02-12 Thread Bjoern Jacke
On 12.02.20 17:32, Aki Tuomi wrote: > You can use base_dir to specify an instance directory where files are stored > under. that works well, thanks! Björn

Re: feature request for setting alternative pidfile

2020-02-12 Thread Aki Tuomi
> On 12/02/2020 17:43 Bjoern Jacke wrote: > > > Hi, > > because of an unsupported combination of configuration parameters for > different dovecot services I looked into setting up two dovecot > instances with different configurations on the same host. It looks like > running two different do

feature request for setting alternative pidfile

2020-02-12 Thread Bjoern Jacke
Hi, because of an unsupported combination of configuration parameters for different dovecot services I looked into setting up two dovecot instances with different configurations on the same host. It looks like running two different dovecot instances on the same host is not easily possible because

Feature request: ssl-cert config

2019-11-16 Thread Marc Roos via dovecot
I am not sure why this

Re: Feature request - blacklistd interaction

2019-05-04 Thread Lefteris Tsintjelis via dovecot
On 4/5/2019 21:02, Aki Tuomi via dovecot wrote: On 4 May 2019 20:55 Lefteris Tsintjelis via dovecot wrote: Would be really really REALLY nice to have dovecot interact directly with blacklistd! Makes a huge difference on busy systems and beats log parsing by far. Thank you Dovecot suppo

Re: Feature request - blacklistd interaction

2019-05-04 Thread Aki Tuomi via dovecot
> On 4 May 2019 20:55 Lefteris Tsintjelis via dovecot > wrote: > > > Would be really really REALLY nice to have dovecot interact directly > with blacklistd! Makes a huge difference on busy systems and beats log > parsing by far. > > Thank you Dovecot supports JSON based weakforce protoco

Feature request - blacklistd interaction

2019-05-04 Thread Lefteris Tsintjelis via dovecot
Would be really really REALLY nice to have dovecot interact directly with blacklistd! Makes a huge difference on busy systems and beats log parsing by far. Thank you

Feature request: additional commands for doveadm HTTP API

2019-05-04 Thread Peter Kubica via dovecot
Hi, I hope this is correct way of making a feature request. I like doveadm HTTP API very much and use it for Zabbix monitoring. Would be possible to add "replicator status" and "auth test" doveadm commands to HTTP API? Thanks. Kind regards, Peter

Re: Feature request: exclude IP/network in allow_nets extra field

2019-05-01 Thread A. Schulze via dovecot
Am 30.04.19 um 03:56 schrieb Zhang Huangbin via dovecot: > Dear all, > > We use `allow_nets`[1] to restrict login clients, it works fine. > Recently we need to allow some users to login from everywhere except some > IP/networks, how can we accomplish this with "allow_nets"? > > Tried allow_net

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-30 Thread Zhang Huangbin via dovecot
> On Apr 30, 2019, at 10:37 PM, andre via dovecot wrote: > > You can easily do this without a new feature in Dovecot. > > - Create a post login script, for instance, in bash. > - install grepcidr on your server. > > Your post login script can use grepcidr to check for white or black list. >

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-30 Thread Zhang Huangbin via dovecot
> On Apr 30, 2019, at 2:35 PM, Sami Ketola via dovecot > wrote: > > Just create another passdb for these premium users before the actual passdb > and add skip = authenticated to the actual passdb. Dear Sami, Thank you for the suggestion. Adding more passdb is not ideal at all, if we have

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-30 Thread Zhang Huangbin via dovecot
> On Apr 30, 2019, at 2:32 PM, Malcolm via dovecot wrote: > > On 4/29/2019 11:20 PM, Zhang Huangbin via dovecot wrote: >> I understand what "allow" means. But it will be very handy to support >> something like "!a.b.c.d" to allow all but just exclude few >> IPs/networks. Isn't it? :) > I'm no

Re: Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-30 Thread andre via dovecot
Sorry for the top posting, I have not setup my new phone yet. Here the script sample: https://github.com/progmaticltd/homebox/blob/dev/install/playbooks/roles/dovecot/files/access-check-whitelist.sh André. Tue Apr 30 15:33:51 GMT+01:00 2019 andre : > > Hello, Zhang. > > You can easily do thi

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-30 Thread andre via dovecot
Hello, Zhang. You can easily do this without a new feature in Dovecot. - Create a post login script, for instance, in bash. - install grepcidr on your server. Your post login script can use grepcidr to check for white or black list. https://wiki.dovecot.org/PostLoginScripting I have impleme

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-30 Thread @lbutlr via dovecot
On 30 Apr 2019, at 00:20, Zhang Huangbin via dovecot wrote: > On Apr 30, 2019, at 11:21 AM, @lbutlr via dovecot wrote: >> >> On 29 Apr 2019, at 19:56, Zhang Huangbin via dovecot >> wrote: >>> Recently we need to allow some users to login from everywhere except some >>> IP/networks, >> >> Ca

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-29 Thread Sami Ketola via dovecot
> On 30 Apr 2019, at 4.56, Zhang Huangbin via dovecot > wrote: > > Dear all, > > We use `allow_nets`[1] to restrict login clients, it works fine. > Recently we need to allow some users to login from everywhere except some > IP/networks, how can we accomplish this with "allow_nets"? > > Tri

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-29 Thread Malcolm via dovecot
On 4/29/2019 11:20 PM, Zhang Huangbin via dovecot wrote: I understand what "allow" means. But it will be very handy to support something like "!a.b.c.d" to allow all but just exclude few IPs/networks. Isn't it? :) I'm not sure why: iptables -A INPUT -p tcp --match multiport --syn ! -s a.b.c.d/

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-29 Thread Zhang Huangbin via dovecot
> On Apr 30, 2019, at 11:21 AM, @lbutlr via dovecot wrote: > > On 29 Apr 2019, at 19:56, Zhang Huangbin via dovecot > wrote: >> Recently we need to allow some users to login from everywhere except some >> IP/networks, > > Can you use firewall rules for this? I suppose not. We don't restric

Re: Feature request: exclude IP/network in allow_nets extra field

2019-04-29 Thread @lbutlr via dovecot
On 29 Apr 2019, at 19:56, Zhang Huangbin via dovecot wrote: > Recently we need to allow some users to login from everywhere except some > IP/networks, Can you use firewall rules for this? > how can we accomplish this with "allow_nets"? Allow_nets specifies allowed networks. Doesn't say anythi

Feature request: exclude IP/network in allow_nets extra field

2019-04-29 Thread Zhang Huangbin via dovecot
Dear all, We use `allow_nets`[1] to restrict login clients, it works fine. Recently we need to allow some users to login from everywhere except some IP/networks, how can we accomplish this with "allow_nets"? Tried allow_nets="!a.b.c.d", but Dovecot reports error "allow_nets: Invalid network '!a

Re: Feature request: client bind address for replication

2019-01-20 Thread Stephan Bosch
Hi John, Op 04/01/2019 om 16:25 schreef John Fawcett: Hi would it be possible to consider a new parameter for replication: doveadm_local_ip which allows the source ip address to be set when connection to a remote dovecot for replication? It could be useful when the network interface has multip

Re: Feature request SCRAM-SHA-256

2019-01-20 Thread Stephan Bosch
Op 07/01/2019 om 20:31 schreef Stephan Bosch: Op 16/12/2018 om 10:06 schreef Tributh via dovecot: Am 16.12.18 um 09:42 schrieb Aki Tuomi: On 16 December 2018 at 10:27 Tributh via dovecot wrote: Hi, is that here the right place to make feature requests? dovecot supports as authenticati

Re: Feature request SCRAM-SHA-256

2019-01-19 Thread Stephan Bosch
Hi, Op 13/01/2019 om 17:48 schreef Tributh via dovecot: Hi, sorry for my late reply. Was too busy during the week. Thank you for your patches. I hope I will be able with them to get now some client support for SCRAM-SHA-256. Will report how I succeed in the future. I managed to test it success

Re: Re: Feature request SCRAM-SHA-256

2019-01-13 Thread Tributh via dovecot
Hi, sorry for my late reply. Was too busy during the week. Thank you for your patches. I hope I will be able with them to get now some client support for SCRAM-SHA-256. Will report how I succeed in the future. Regards, Torsten On 07.01.19 20:31, Stephan Bosch wrote: > > Op 16/12/2018 om 10:06

Re: Feature request SCRAM-SHA-256

2019-01-07 Thread Stephan Bosch
Op 16/12/2018 om 10:06 schreef Tributh via dovecot: Am 16.12.18 um 09:42 schrieb Aki Tuomi: On 16 December 2018 at 10:27 Tributh via dovecot wrote: Hi, is that here the right place to make feature requests? dovecot supports as authentication mechanism SCRAM-SHA-1 from RFC 5802 which was u

Feature request: client bind address for replication

2019-01-04 Thread John Fawcett
Hi would it be possible to consider a new parameter for replication: doveadm_local_ip which allows the source ip address to be set when connection to a remote dovecot for replication? It could be useful when the network interface has multiple ips and a specific one is used for mail services. See

SIS feature request

2018-12-20 Thread Daniel Miller via dovecot
I tried SIS a couple years ago - I was very excited with the resulting decrease in storage requirements but the undiagnosed intermittent issues became too significant to ignore so I switched away.  Recently I was thinking about it again. The primary issue with SIS seemed to be links would be d

Re: Feature request SCRAM-SHA-256

2018-12-16 Thread Aki Tuomi
> On 16 December 2018 at 11:06 Tributh wrote: > > > > > Am 16.12.18 um 09:42 schrieb Aki Tuomi: > > > >> On 16 December 2018 at 10:27 Tributh via dovecot > >> wrote: > >> > >> > >> Hi, > >> is that here the right place to make feature requests? > >> > >> dovecot supports as authentication

Re: Feature request SCRAM-SHA-256

2018-12-16 Thread Tributh via dovecot
Am 16.12.18 um 09:42 schrieb Aki Tuomi: > >> On 16 December 2018 at 10:27 Tributh via dovecot wrote: >> >> >> Hi, >> is that here the right place to make feature requests? >> >> dovecot supports as authentication mechanism >> SCRAM-SHA-1 from RFC 5802 >> which was updated to >> SCRAM-SHA-256 i

Re: Feature request SCRAM-SHA-256

2018-12-16 Thread Aki Tuomi
> On 16 December 2018 at 10:27 Tributh via dovecot wrote: > > > Hi, > is that here the right place to make feature requests? > > dovecot supports as authentication mechanism > SCRAM-SHA-1 from RFC 5802 > which was updated to > SCRAM-SHA-256 in RFC 7677 > > Can SCRAM-SHA-256 be added to the a

Feature request SCRAM-SHA-256

2018-12-16 Thread Tributh via dovecot
Hi, is that here the right place to make feature requests? dovecot supports as authentication mechanism SCRAM-SHA-1 from RFC 5802 which was updated to SCRAM-SHA-256 in RFC 7677 Can SCRAM-SHA-256 be added to the authentication mechanisms? I would not like to request, that SCRAM-SHA-1 will be exch

Re: Feature Request - Director Balance

2017-04-24 Thread Webert de Souza Lima
Shrinking director_user_expire might be a workaround but not as good as a solution, as also the user can end up mapped to the same server again. Director flush is both manual and aggressive, so not a good solution too. The possibility to move users between backends without killing existing connect

Re: Feature Request - Director Balance

2017-04-21 Thread Timo Sirainen
On 20 Apr 2017, at 17.35, Webert de Souza Lima wrote: > > Hi, > > often I run into the situation where a dovecot server goes down for > maintenance, and all users get concentrated in the remaining dovecot server > (considering I have 2 dovecot servers only). > > When that dovecot server comes b

Feature Request - Director Balance

2017-04-20 Thread Webert de Souza Lima
Hi, often I run into the situation where a dovecot server goes down for maintenance, and all users get concentrated in the remaining dovecot server (considering I have 2 dovecot servers only). When that dovecot server comes back online, director server will send new users to it, but the dovecot s

Re: doveadm feature request: move mailbox between users

2016-07-17 Thread Luigi Rosa
aki.tu...@dovecot.fi wrote on 17/07/2016 13:27: We'll consider this. Thank you for the idea. Thanks! -- Ciao, luigi / +--[Luigi Rosa]-- \ The number of unlikely things that can happen is so large, you can be assured that unlikely things are likely. --Neil deGrasse Tyson @neiltyson vi

Re: doveadm feature request: move mailbox between users

2016-07-17 Thread aki . tuomi
> On July 17, 2016 at 2:20 PM Luigi Rosa wrote: > > > aki.tu...@dovecot.fi wrote on 17/07/2016 12:37: > > >> A feature request for doveadm: move (or copy) mailboxes between users > >> > >> Something like: > >> > >> doveadm m

Re: doveadm feature request: move mailbox between users

2016-07-17 Thread Luigi Rosa
aki.tu...@dovecot.fi wrote on 17/07/2016 12:37: A feature request for doveadm: move (or copy) mailboxes between users Something like: doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path You can do this with - mailbox create - move - delete See thread "M

Re: doveadm feature request: move mailbox between users

2016-07-17 Thread aki . tuomi
> On July 17, 2016 at 1:29 PM Luigi Rosa wrote: > > > A feature request for doveadm: move (or copy) mailboxes between users > > Something like: > > doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path > > (the same with copymailbox) > >

doveadm feature request: move mailbox between users

2016-07-17 Thread Luigi Rosa
A feature request for doveadm: move (or copy) mailboxes between users Something like: doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path (the same with copymailbox) Or something like that is already possible? -- Ciao, luigi / +--[Luigi Rosa]-- \ It's not enough

Re: Feature Request

2016-07-11 Thread Timo Sirainen
On 05 Jul 2016, at 00:39, Doug Hardie wrote: > > I would like to request an additional optional argument for queue-id to > dovecot-lda. The intended use for this argument is to include in the > logging. From what I can tell, the queue-id size is not consistent between > the various MTAs and

Feature Request

2016-07-04 Thread Doug Hardie
I would like to request an additional optional argument for queue-id to dovecot-lda. The intended use for this argument is to include in the logging. From what I can tell, the queue-id size is not consistent between the various MTAs and so would need to be allocated dynamically when read durin

Re: [Feature Request] doveadm option to return number of messages acted upon

2016-02-25 Thread A. Schulze
Haravikk: So I have a script for handling my specific archive and expunge needs, but it’d be nice to be able to track how many messages are being affected. Currently I’m doing it by firing the same search queries into doveadm search and counting the lines of the result with wc -l, but

[Feature Request] doveadm option to return number of messages acted upon

2016-02-25 Thread Haravikk
So I have a script for handling my specific archive and expunge needs, but it’d be nice to be able to track how many messages are being affected. Currently I’m doing it by firing the same search queries into doveadm search and counting the lines of the result with wc -l, but that’s not a very pr

Re: [2.3 feature request]: multiple passwords for single user

2014-12-17 Thread Arkadiusz Miśkiewicz
On Monday 15 of December 2014, Rick Romero wrote: > Quoting Arkadiusz Miśkiewicz : > > Hi. > > > > I wonder if there any plans of finishing "multiple passwords for single > > user" > > feature? > > > > > > Untill that happens (not that great) workaround exists: > > http://wiki2.dovecot.org/Aut

Re: [2.3 feature request]: multiple passwords for single user

2014-12-15 Thread Rick Romero
Quoting Arkadiusz Miśkiewicz : Hi. I wonder if there any plans of finishing "multiple passwords for single user" feature? Untill that happens (not that great) workaround exists: http://wiki2.dovecot.org/Authentication/MultipleDatabases   Whoops misfired Unless you want a single service t

Re: [2.3 feature request]: multiple passwords for single user

2014-12-15 Thread Rick Romero
Quoting Arkadiusz Miśkiewicz : Hi. I wonder if there any plans of finishing "multiple passwords for single user" feature? Untill that happens (not that great) workaround exists: http://wiki2.dovecot.org/Authentication/MultipleDatabases No, just use multiple fields in SQL with IF statements.

[2.3 feature request]: multiple passwords for single user

2014-12-15 Thread Arkadiusz Miśkiewicz
Hi. I wonder if there any plans of finishing "multiple passwords for single user" feature? Few months old thread mentioned this: http://www.dovecot.org/list/dovecot/2014-July/097217.html and even a patch that unfortunately was never finished http://dovecot.org/patches/2.0/auth-multi-password-2.

[Dovecot] Feature Request doveadm acl command

2014-05-18 Thread Thomas Leuxner
I have switched to global ACLs for public namespaces which eases their administration greately. Now while running housekeeping scripts (e.g. expunge old mails/archive mails etc.) this requires temporary overriding the global ACLs with mailbox specifix ACLs to expunge mails. The scripts would the

Re: [Dovecot] Feature Request: handle mail connections of the same user from a same IP using just one mail process

2014-04-13 Thread Alessio Cecchi
Il 11/04/2014 17:49, morrison ha scritto: Hi, Dovecot Wiki states that mail process (IMAP/POP3) is able to handle multiple client connections as the same time to save CPU and memory resources (client_limit > 1). Although this approach is not recommended due to latency and probably security is

Re: [Dovecot] Feature Request: handle mail connections of the same user from a same IP using just one mail process

2014-04-11 Thread Reindl Harald
Am 11.04.2014 17:49, schrieb morrison: > Dovecot Wiki states that mail process (IMAP/POP3) is able to handle multiple > client connections as the same time to save CPU and memory resources > (client_limit > 1). Although this approach is not recommended due to latency > and probably security is

[Dovecot] Feature Request: handle mail connections of the same user from a same IP using just one mail process

2014-04-11 Thread morrison
Hi, Dovecot Wiki states that mail process (IMAP/POP3) is able to handle multiple client connections as the same time to save CPU and memory resources (client_limit > 1). Although this approach is not recommended due to latency and probably security issues, it does help increase the overall capa

[Dovecot] Patch & feature request: hide passwords in doveconf -n by default

2014-03-13 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, attached patch tries to hide any setting that ends in _password (singular) in the output of doveconf by default. doveconf -n - -> passwords replaced by "" to prevent information leak when submitting bug reports doveconf -n -P - -> passwords v

Re: [Dovecot] Feature Request "doveadm who" for all sockets or limits

2014-02-14 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Feb 2014, LuKreme wrote: On 12 Feb 2014, at 09:12 , Steffen Kaiser wrote: Some in-house program connected to auth-userdb, but did not closed the connection, Is there a way to set a timeout on the open socket? Is it a socket? Would l

Re: [Dovecot] Feature Request "doveadm who" for all sockets or limits

2014-02-12 Thread LuKreme
On 12 Feb 2014, at 09:12 , Steffen Kaiser wrote: > Some in-house program connected to auth-userdb, but did not closed the > connection, Is there a way to set a timeout on the open socket? Is it a socket? Would lsof show the connections? (assuming your kernel is compatible with lsof, mine is n

[Dovecot] Feature Request "doveadm who" for all sockets or limits

2014-02-12 Thread Steffen Kaiser
3000 users are to query. That broke the system. However, my feature request remains: Please add some way to query the current useage / fill of the limits. Maybe something like "doveadm who" for all sockets of Dovecot. Kind regards, - -- Steffen Kaiser -BEGIN PGP SIGNATURE---

[Dovecot] Feature request about Info: Internal login failure (pid=2296 id=17278) (internal failure, 1 successful auths)

2014-02-10 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, since some time I'm plagued by internal login failures. With v2.2.10 I got the some additional error, that I should raise the process_limit for the imap service, then I got the hint to raise vsz_limit for the lmtp and imap serverices. These h

Re: [Dovecot] mail_log_events, but who exactly triggered events? [feature request]

2014-02-04 Thread Arkadiusz Miśkiewicz
t; but who exactly triggered events? [feature request] > > > > On Thursday 30 of January 2014, Steffen Kaiser wrote: > >> On Thu, 30 Jan 2014, Reindl Harald wrote: > >>> Am 30.01.2014 12:04, schrieb Arkadiusz Miśkiewicz: > >>>> On Thursday 30 of Janua

Re: [Dovecot] mail_log_events, but who exactly triggered events? [feature request]

2014-02-04 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 4 Feb 2014, Arkadiusz Miśkiewicz wrote: Date: Tue, 4 Feb 2014 13:09:15 +0100 From: Arkadiusz Miśkiewicz To: dovecot@dovecot.org Subject: Re: [Dovecot] mail_log_events, but who exactly triggered events? [feature request] On Thursday 30

Re: [Dovecot] mail_log_events, but who exactly triggered events? [feature request]

2014-02-04 Thread Arkadiusz Miśkiewicz
and I'm logging delete related events. The > >>>> only logged thing is: > >>>> > >>>> dovecot: imap(user): delete: box=INBOX, uid=673287, > >>>> msgid=, size=1230 Here is a feature request: Add optionally (or unconditionally) logging

Re: [Dovecot] recipient_delimiter -- feature request

2014-01-28 Thread Patrick Domack
Quoting Patrick Domack : To make it work the current way, is simple. I would love for it though, to lookup and see if an mailbox exists with the delim first, then if it doesn't lookup just the username part. Quoting Andrew Ray : Hi, It would be nice if the recipient_delimiter confi

Re: [Dovecot] recipient_delimiter -- feature request

2014-01-28 Thread Patrick Domack
To make it work the current way, is simple. --- a/src/lmtp/commands.c 2013-02-05 18:31:36.0 -0500 +++ b/src/lmtp/commands.c 2014-01-28 18:15:01.011677816 -0500 @@ -387,7 +387,7 @@ return; domain = strchr(address, '@'); - p = strstr(address, clien

[Dovecot] recipient_delimiter -- feature request

2014-01-28 Thread Andrew Ray
Hi, It would be nice if the recipient_delimiter configuration option supported multiple recipient delimiters as Postfix now does. e.g. now if I set: recipient_delimiter = +- in Postfix, then test-extens...@sample.com and test+extens...@sample.com are both recognized. But if I set: recipient_de

  1   2   3   >