similar to: Environment variable in config

Displaying 20 results from an estimated 20000 matches similar to: "Environment variable in config"

2020 Jan 18
1
Authentication per Service
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> You can also use %s to expand into service name. See <a href="https://doc.dovecot.org/configuration_manual/config_file/config_variables">https://doc.dovecot.org/configuration_manual/config_file/config_variables/</a> </div>
2019 Dec 04
1
Environment variables in pgsql connect string
Hi, We are trying to set up a Dovecot Docker image with dynamic database configuration based on environment variables, however the variables do not appear to be expanded in the "connect=" string of the SQL config. The documentation states that environment variables, being listed under global variables, work "everywhere":
2019 Sep 04
1
Mailcrypt plugin private password
Is any of the password schemes supported or is there a reason you chose pkcs5? 4. Sep. 2019, 08:45 von aki.tuomi at open-xchange.com: > > It should pick up the password used by the user, there is a caveat here though. The keypair is created on first use, so password will be initialized to empty string going thru pkcs5. This is slightly inconvenient. > > > To avoid
2019 Nov 26
1
Accessing the -a and -d from dovecot-lda
I've got exim set up to deliver like this: command = /usr/local/libexec/dovecot/dovecot-lda -a $original_local_part@$original_domain -d $local_part@$domain -f $sender_address If an email to is bob+sales at ish.com.au then we should have "-a bob+sales at subdomain.ish.com.au -d bob at ish.com.au". Now in dovecot, only bob at ish.com.au is a real user but I want to be able to
2020 Sep 23
2
implementing folder hashing
Thank you for your reply. One questionthough, if you add a mount point how do you know what user to move ? On 9/23/20 7:35 PM, Manuel Delgado wrote: > Hi Adrian, > > It depends much on your site configuration. > > In our case, we have several mount points and we distribute our user > mailboxes using username hash (%N)[1] and limit this hash to the > number of mount
2019 Sep 04
0
Mailcrypt plugin private password
It should pick up the password used by the user, there is a caveat here though. The keypair is created on first use, so password will be initialized to empty string going thru pkcs5. This is slightly inconvenient. To avoid this, you should probably have protocol imap { ??? passdb { ????? driver = static ????? args = userdb_mail_crypt_private_password=%{pkcs5,salt=%u,format=base64:password} }
2019 Dec 13
0
Is is possible to log TLS client versions
Am 13.12.2019 um 15:00 schrieb G?tz Reinicke: > Hi, is it possible to log the version of TLS a clients is using to connect to dovecot? > > I?v not found any switch to do that. > > Thanks and regards . G?tz Not sure why you haven't found https://doc.dovecot.org/configuration_manual/config_file/config_variables/ You may use following log formatting
2020 Sep 23
0
implementing folder hashing
Hi Adrian, It depends much on your site configuration. In our case, we have several mount points and we distribute our user mailboxes using username hash (%N)[1] and limit this hash to the number of mount points. We preferred %N over %H because the distribution of users was much better. Ex. xstore%2.3Nn turns to xstore00, xstore01 and xstore03. Regards Manuel Delgado [1]
2020 Sep 23
0
implementing folder hashing
I think I don't understand the question. Dovecot knows where the user's home is, you don't need to guess. With mail_home or with Passdb variables you can define the user's home location and you can use 'doveadm user' to show where the home directory is in the filesystem. However, if you are migrating I would use dovecot sync or similar tool instead of doing the manual
2021 Mar 04
2
Dovecot v2.3.14 released
Hi! We are pleased to release v2.3.14 of Dovecot. IMPORTANT NOTE: We have removed some components from the software, please review changelogs carefully prior upgrading. Please find source tarballs at https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in
2021 Mar 04
2
Dovecot v2.3.14 released
Hi! We are pleased to release v2.3.14 of Dovecot. IMPORTANT NOTE: We have removed some components from the software, please review changelogs carefully prior upgrading. Please find source tarballs at https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.14.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in
2021 Feb 17
1
Dovecot v2.3.14.rc1 released
We are pleased to release first release candidate for v2.3.14. We have done changes to packaging so please give us any feedback on how it works. https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images are not available for this release candidate. Kind regards, Aki
2021 Feb 17
1
Dovecot v2.3.14.rc1 released
We are pleased to release first release candidate for v2.3.14. We have done changes to packaging so please give us any feedback on how it works. https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz https://dovecot.org/releases/2.3/rc/dovecot-2.3.14.rc1.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images are not available for this release candidate. Kind regards, Aki
2019 Sep 18
1
Reading config-value from file does not work.
Hi guys! In https://doc.dovecot.org/configuration_manual/config_file/config_file_syntax/ i ca see this: Reading value from file It?s possible to read the value for a setting from a file: key = </path/to/file The value is read exactly as the entire contents of the file. This includes all the whitespace and newlines. The paths are relative to the currently parsed config file?s
2019 Nov 24
0
Dovecot proxy with ldap, complains about 'host not given'
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> You need to specify fields you want. Fields are not imported automatically. </div> <div> <br> </div> <div> See <a
2019 Sep 04
2
Mailcrypt plugin private password
Do I have to replace the "password" part with the actual password or can I just copy it like that? Will dovecot create the keypair automatically or do I have to use doveadm? 4. Sep. 2019, 08:33 von aki.tuomi at open-xchange.com: > > > > On 4.9.2019 9.21, **** **** via dovecot wrote: > >> Hello there, >> >> is there a way to make the
2017 Apr 28
0
Re: [PATCH v6 1/1] v2v: bootloaders: search grub config for all distributions
On Wednesday, 19 April 2017 15:58:57 CEST Pavel Butsykin wrote: > This patch improves the search of grub config on EFI partition. This > means that the config will be found not only for rhel but also for > many other distributions. Tests were performed on the following > distributions: centos, fedora, ubuntu, suse. In all cases, the config > path was
2016 Oct 31
0
Re: [PATCH] v2v: bootloaders: search grub config for all distributions
On Thursday, 27 October 2016 20:22:30 CET Pavel Butsykin wrote: > This patch improves the search of grub config on EFI partition. This means that > the config will be found not only for rhel but also for many other distributions. > Tests were performed on the following distributions: centos, fedora, ubuntu, > suse. In all cases, the config path was /boot/efi/EFI/*distname*/grub.cfg
2017 Apr 28
0
Re: [PATCH v6 1/1] v2v: bootloaders: search grub config for all distributions
On Fri, Apr 28, 2017 at 07:57:56PM +0300, Pavel Butsykin wrote: > On 28.04.2017 17:45, Pino Toscano wrote: > >On Wednesday, 19 April 2017 15:58:57 CEST Pavel Butsykin wrote: > >>This patch improves the search of grub config on EFI partition. This > >>means that the config will be found not only for rhel but also for > >>many other distributions. Tests were
2016 Nov 10
0
[PATCH v5 1/3] v2v: bootloaders: search grub config for all distributions
From: Pavel Butsykin <pbutsykin@virtuozzo.com> This patch improves the search of grub config on EFI partition. This means that the config will be found not only for rhel but also for many other distributions. Tests were performed on the following distributions: centos, fedora, ubuntu, suse. In all cases, the config path was /boot/efi/EFI/*distname*/grub.cfg The main purpose of the patch