search for: config_vari

Displaying 20 results from an estimated 21 matches for "config_vari".

Did you mean: config_vars
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> <div> <br> </div> <div> Aki </div> <div> <br> </div> <blockquote type="cite"> <div> O...
2019 Sep 04
1
Mailcrypt plugin private password
...user changes? their password. > > > Another alternative is to keep the private password in database, you can use the var expand encryption plugin to make sure it's decryptable with the user's password. See > https://doc.dovecot.org/configuration_manual/config_file/config_variables/ <https://doc.dovecot.org/configuration_manual/config_file/config_variables/>> for details. > > > Key management is pretty much the most difficult thing in mail crypt plugin =) > > > Aki > > > > > On 4.9.2019 9.40, info--- via dovecot wrote:...
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
2020 Sep 23
2
implementing folder hashing
...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] > https://doc.dovecot.org/configuration_manual/config_file/config_variables/#modifiers > > ----------------------------------------------------------- > > ** > *Usuario Linux* /#520940 <http://counter.li.org/>/ > > > > > > On Mon, Sep 21, 2020 at 8:24 AM Adrian Minta <adrian.minta at gmail.com > <mailto:adrian.minta at...
2019 Nov 26
1
Accessing the -a and -d from dovecot-lda
...P lookup I need to reference bob at ish.com.au. But in sieve, I need to see the original address with plus notation. However, dovecot appears to get the "-a" address into %u and the "-d" address can't be accessed. https://doc.dovecot.org/configuration_manual/config_file/config_variables/ Is what is the point of dovecot-lda having both -a and -d options? Can I get at both bits of data? Thanks Ari -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20191126/9afd81a8/attachment.html>
2020 Sep 21
2
implementing folder hashing
Hi everyone, I want to ask if any of you has done a migration from a single storage to multiple back-end storages and what is the best strategy for folder hashing that you use. Using something like %H or %M how do you predict where the mail will end up in order to move the existing folders ? Thank you ! -- Best regards, Adrian Minta
2019 Dec 04
1
Environment variables in pgsql connect string
...t 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": https://doc.dovecot.org/configuration_manual/config_file/config_variables/#variables-global However, the source code for driver-pgsql.c indicates that the connect string is never expanded: https://github.com/dovecot/core/blob/master/src/lib-sql/driver-pgsql.c#L297 For reference, this is my configuration. dovecot.conf: import_environment = PASSDB_USER PASSD...
2020 Jan 18
2
Authentication per Service
Hi All, I use dovecot (v2.3.4) with a SQL backend for user authentication, passwords are stored in CRAMMD5 format. My SMTP server uses "doveadm auth" via auth-socket to perform sender authentification. To shut down SMTP access for hacked passwords I want to have a dedicated flag in the user database to allow/disallow SMTP for a user withouth disabling his account for IMAP. So, is
2019 Sep 04
0
Mailcrypt plugin private password
...word is changed with doveadm when user changes? their password. Another alternative is to keep the private password in database, you can use the var expand encryption plugin to make sure it's decryptable with the user's password. See https://doc.dovecot.org/configuration_manual/config_file/config_variables/ for details. Key management is pretty much the most difficult thing in mail crypt plugin =) Aki On 4.9.2019 9.40, info--- via dovecot wrote: > Do I have to replace the "password" part with the actual password or > can I just copy it like that? > > Will dovecot create...
2019 Dec 13
2
Is is possible to log TLS client versions
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20191213/30768485/attachment.html> -------------- next part -------------- A non-text attachment was
2019 Dec 13
0
Is is possible to log TLS client versions
...: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 login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c %k to get log content like Dec 13 12:20:21 msg dovecot: imap-login: Login: user=<foo at example.org>, method=PLAIN, rip=2003:e6:3a0c:7e12:106e:4562:cb72:566b, lip=2a...
2020 Aug 26
0
Environment variable in config
...Are they supposed to work in such sections. Not really clear from this[1] page. service health-check { # example health-check. executable = script -p /bin/health-check.sh inet_listener health-check { port = env:PORT0 } } [1] https://doc.dovecot.org/configuration_manual/config_file/config_variables/
2020 Sep 23
0
implementing folder hashing
...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] https://doc.dovecot.org/configuration_manual/config_file/config_variables/#modifiers ----------------------------------------------------------- *Usuario Linux* *#520940 <http://counter.li.org/>* On Mon, Sep 21, 2020 at 8:24 AM Adrian Minta <adrian.minta at gmail.com> wrote: > Hi everyone, > > I want to ask if any of you has done a migr...
2020 Sep 23
0
implementing folder hashing
...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] > https://doc.dovecot.org/configuration_manual/config_file/config_variables/#modifiers > > ----------------------------------------------------------- > > > * Usuario Linux* *#520940 <http://counter.li.org/>* > > > > > > On Mon, Sep 21, 2020 at 8:24 AM Adrian Minta <adrian.minta at gmail.com> > wrote: > >> Hi ev...
2020 Sep 28
1
custom userdb server, Exim, and proxying
Hi all, We have Exim using Dovecot for authentication. Dovecot, in turn, consults a custom internal server that answers Dovecot?s userdb queries. When IMAP connections arrive, for some users we want to forward those connections--without authentication--to an external IMAP server. For these users, we return ?proxy_maybe? and ?nopassword? in the authn response from our userdb server. This tells
2020 Nov 13
1
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 22:04, PGNet Dev wrote: >> I guess you didn't need to enclose username and password in quotes, i.e. >> >> fts_solr = >> url=https://myuser:my%40pass at solr.example.com:8984/solr/dovecot/ >> use_libfts soft_commit=yes batch_size=250 > > On 11/13/20 12:56 PM, John Fawcett wrote: > >> I guess you didn't need to enclose username and
2019 Aug 26
1
User found but password failure
On Mon, Aug 26, 2019 at 4:36 PM Joseph Tam via dovecot <dovecot at dovecot.org> wrote: > > On Sun, 25 Aug 2019, Mauricio Tavares wrote: > > > Per [1] I decided to see what the response (base64-reply) I am > > submitting to dovecot looks like: > > > > echo 'base64-reply' | base64 -d > > raub at example.compassword > > I think there's a
2021 Mar 04
2
Dovecot v2.3.14 released
...g/ Docker images in https://hub.docker.com/r/dovecot/dovecot Aki Tuomi Open-Xchange oy --- * Added new aliases for some variables. Usage of the old ones is possible, but discouraged. (These were partially added already to v2.3.13.) See https://doc.dovecot.org/configuration_manual/config_file/config_variables/ for more information. * Optimize imap/pop3/submission/managesieve proxies to use less CPU at the cost of extra memory usage. * Remove autocreate, expire, snarf and mail-filter plugins. * Remove cydir storage driver. * Remove XZ/LZMA write support. Read support will be removed in future re...
2021 Mar 04
2
Dovecot v2.3.14 released
...g/ Docker images in https://hub.docker.com/r/dovecot/dovecot Aki Tuomi Open-Xchange oy --- * Added new aliases for some variables. Usage of the old ones is possible, but discouraged. (These were partially added already to v2.3.13.) See https://doc.dovecot.org/configuration_manual/config_file/config_variables/ for more information. * Optimize imap/pop3/submission/managesieve proxies to use less CPU at the cost of extra memory usage. * Remove autocreate, expire, snarf and mail-filter plugins. * Remove cydir storage driver. * Remove XZ/LZMA write support. Read support will be removed in future re...
2021 Feb 17
1
Dovecot v2.3.14.rc1 released
...are not available for this release candidate. Kind regards, Aki Tuomi Open-Xchange oy --- * Added new aliases for some variables. Usage of the old ones is possible, but discouraged. (These were partially added already to v2.3.13.) See https://doc.dovecot.org/configuration_manual/config_file/config_variables/ for more information. * Optimize imap/pop3/submission/managesieve proxies to use less CPU at the cost of extra memory usage. * Remove autocreate, expire, snarf and mail-filter plugins. * Remove cydir storage driver. * doveadm -D: Add timestamps to debug output even when LOG_STDERR_TIMESTA...