search for: stats_writer_socket_path

Displaying 20 results from an estimated 23 matches for "stats_writer_socket_path".

2019 Jan 05
2
IMAP preauth and stats-writer
I use IMAP preauth; I connect with Alpine over SSH which is very useful. The last few upgrades this has become more difficult to to. Last time (moving 2.2 -> 2.3, I think) I had to put in a workaround: stats_writer_socket_path = It prevented /usr/local/libexec/dovecot/imap attempting to connect to a central stats service. As of an upgrade today (2.3.2.1_1 -> 2.3.4_3 on FreeBSD) it looks like that 'fix' stopped working, and I get: imap(mark,)Error: net_connect_unix() failed: Permission denied It goes to...
2019 Jan 06
2
IMAP preauth and stats-writer
...n 05/01/2019 15:49, Mark Hills wrote: >> I use IMAP preauth; I connect with Alpine over SSH which is very useful. >> >> The last few upgrades this has become more difficult to to. Last time >> (moving 2.2 -> 2.3, I think) I had to put in a workaround: >> >> stats_writer_socket_path = >> >> It prevented /usr/local/libexec/dovecot/imap attempting to >> connect to a central stats service. >> >> As of an upgrade today (2.3.2.1_1 -> 2.3.4_3 on FreeBSD) it looks like >> that 'fix' stopped working, and I get: >> >> imap(...
2019 Jan 06
3
IMAP preauth and stats-writer
On 06/01/2019 11:37, Stephan Bosch wrote: > > Op 06/01/2019 om 03:35 schreef John Fawcett: >> On 06/01/2019 02:26, John Fawcett wrote: >> >>> Can't see anything in the Dovecot 2.3.4 code that would give this >>> problem, setting >>> >>> stats_writer_socket_path = >>> >>> will overwrite the default value and dovecot does not attempt to >>> open a socket in that case. >>> >>> Using your configuration (though not FreeBSD) I don't get the >>> net_connect_unix error whether I use a blank setting or leav...
2019 Jan 06
0
IMAP preauth and stats-writer
On 05/01/2019 15:49, Mark Hills wrote: > I use IMAP preauth; I connect with Alpine over SSH which is very useful. > > The last few upgrades this has become more difficult to to. Last time > (moving 2.2 -> 2.3, I think) I had to put in a workaround: > > stats_writer_socket_path = > > It prevented /usr/local/libexec/dovecot/imap attempting to > connect to a central stats service. > > As of an upgrade today (2.3.2.1_1 -> 2.3.4_3 on FreeBSD) it looks like > that 'fix' stopped working, and I get: > > imap(mark,)Error: net_connect_unix()...
2018 Jan 03
2
Dovecot 2.3 - using doveadm as non-root?
Hi dovecot developers and users, I recently upgraded my server running Arch Linux to dovecot 2.3.0, and I noticed some of my cron jobs started issuing me error messages. These cron jobs run as a non-root user associated with my mail account, and they use doveadm to tidy things up (ex. purging the trash, moving old mail in certain folders into the trash). The error message is: > Error:
2018 Nov 12
1
Panic: file dsync-brain-mailbox-tree.c: line 448: unreached
Hi all, To backup our imap folders I've a cronjob running in the night: /usr/bin/doveadm -o stats_writer_socket_path= backup -R -A -N tcp:xxx.yyy.zzz:4191 This ran successful when I set it up and didn't look at it anymore. Recently I noticed errors: dsync-local(administration)<uO/qHjXS6FteLAAA3i05xw>: Panic: file dsync-mailbox-tree-sync.c: line 1253 (sync_create_mailboxes): assertion failed: (node...
2019 Jan 06
2
IMAP preauth and stats-writer
...t; Op 06/01/2019 om 03:35 schreef John Fawcett: > >>> On 06/01/2019 02:26, John Fawcett wrote: > >>> > >>>> Can't see anything in the Dovecot 2.3.4 code that would give this > >>>> problem, setting > >>>> > >>>> stats_writer_socket_path = > >>>> > >>>> will overwrite the default value and dovecot does not attempt to > >>>> open a socket in that case. > >>>> > >>>> Using your configuration (though not FreeBSD) I don't get the > >>>> net_co...
2018 Dec 04
1
Sieve scripts not backed up
Hi all. I try to backup out sieve scripts through doveadm -o stats_writer_socket_path= backup -R -u marc -N tcp:<remote.host>:4191 All mail is backed up but no scripts. What am I doing wrong ? Thanks Marc doveconf -n # 2.3.4 (0ecbaf23d): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.4 (60b0f48d) # OS: Linux 4.4.0-137-generic x86_64 Ubuntu 16.04.5 LTS autofs # Host...
2020 Aug 19
3
sieve_max_script_size is ignored
...quota-warning { executable = script /etc/dovecot/quota_warning.sh unix_listener quota-warning { mode = 0666 user = vmail } user = vmail } ssl_cert = </etc/ssl/private/multi.z-technics.cz.dovecot.pem ssl_dh = # hidden, use -P to show it ssl_key = # hidden, use -P to show it stats_writer_socket_path = userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } protocol sieve { managesieve_implementation_string = Dovecot Pigeonhole managesieve_max_compile_errors = 5 } protocol imap { mail_plugins = quota imap_quota fts mailbox_alias imap_acl acl imap_zlib imap_sieve } protocol...
2018 Jan 03
0
Dovecot 2.3 - using doveadm as non-root?
...ge (it doesn't seem to affect the behavior of doveadm other > than the message), but that feels dirty and I would prefer a cleaner > solution. Any advice? I was wondering what to do about this while developing it. I think you can disable this by clearing out the socket path: doveadm -o stats_writer_socket_path= But .. I think the changing the socket permissions is the better solution. The new stats process should know about everything that is going on in the system, and these doveadm calls are part of that. So if they're excluded then the stats aren't exactly correct. The stats-writer can't...
2018 Dec 04
0
Sieve scripts not backed up
(now from my subscribed account) Hi all. I try to backup out sieve scripts through doveadm -o stats_writer_socket_path= backup -R -u marc -N tcp:<remote.host>:4191 All mail is backed up but no scripts. What am I doing wrong ? Thanks Marc doveconf -n # 2.3.4 (0ecbaf23d): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.4 (60b0f48d) # OS: Linux 4.4.0-137-generic x86_64 Ubuntu 16.04.5 LTS autofs # Host...
2019 Jan 06
0
IMAP preauth and stats-writer
Op 06/01/2019 om 03:35 schreef John Fawcett: > On 06/01/2019 02:26, John Fawcett wrote: > >> Can't see anything in the Dovecot 2.3.4 code that would give this >> problem, setting >> >> stats_writer_socket_path = >> >> will overwrite the default value and dovecot does not attempt to open a socket in that case. >> >> Using your configuration (though not FreeBSD) I don't get the net_connect_unix error whether I use a blank setting or leave the default. In the case of leaving the...
2019 Jan 06
0
IMAP preauth and stats-writer
...7, Stephan Bosch wrote: >> Op 06/01/2019 om 03:35 schreef John Fawcett: >>> On 06/01/2019 02:26, John Fawcett wrote: >>> >>>> Can't see anything in the Dovecot 2.3.4 code that would give this >>>> problem, setting >>>> >>>> stats_writer_socket_path = >>>> >>>> will overwrite the default value and dovecot does not attempt to >>>> open a socket in that case. >>>> >>>> Using your configuration (though not FreeBSD) I don't get the >>>> net_connect_unix error whether I use...
2019 Jan 06
0
IMAP preauth and stats-writer
...5 schreef John Fawcett: >> >>> On 06/01/2019 02:26, John Fawcett wrote: >> >>> >> >>>> Can't see anything in the Dovecot 2.3.4 code that would give this >> >>>> problem, setting >> >>>> >> >>>> stats_writer_socket_path = >> >>>> >> >>>> will overwrite the default value and dovecot does not attempt to >> >>>> open a socket in that case. >> >>>> >> >>>> Using your configuration (though not FreeBSD) I don't get the >>...
2020 Aug 19
1
sieve_max_script_size is ignored
...tener quota-warning { >> ???? mode = 0666 >> ???? user = vmail >> ?? } >> ?? user = vmail >> } >> ssl_cert = </etc/ssl/private/multi.z-technics.cz.dovecot.pem >> ssl_dh = # hidden, use -P to show it >> ssl_key = # hidden, use -P to show it >> stats_writer_socket_path = >> userdb { >> ?? args = /etc/dovecot/dovecot-ldap.conf >> ?? driver = ldap >> } >> protocol sieve { >> ?? managesieve_implementation_string = Dovecot Pigeonhole >> ?? managesieve_max_compile_errors = 5 >> } >> protocol imap { >> ?? mail...
2020 Aug 19
0
sieve_max_script_size is ignored
...ot/quota_warning.sh > unix_listener quota-warning { > mode = 0666 > user = vmail > } > user = vmail > } > ssl_cert = </etc/ssl/private/multi.z-technics.cz.dovecot.pem > ssl_dh = # hidden, use -P to show it > ssl_key = # hidden, use -P to show it > stats_writer_socket_path = > userdb { > args = /etc/dovecot/dovecot-ldap.conf > driver = ldap > } > protocol sieve { > managesieve_implementation_string = Dovecot Pigeonhole > managesieve_max_compile_errors = 5 > } > protocol imap { > mail_plugins = quota imap_quota fts mailbox_...
2020 Aug 12
0
Dovecot v2.3.11.3 released
...cot.index.cache file, commit those ? changes periodically to make them visible to other concurrent sessions ? as well. + stats: Add OpenMetrics exporter for statistics. See ? https://doc.dovecot.org/configuration_manual/stats/openmetrics/. + stats: Support disabling stats-writer socket by setting ? stats_writer_socket_path="". - auth-worker: Process keeps slowly increasing its memory usage and ? eventually dies with "out of memory" due to reaching vsz_limit. - auth: Prevent potential timing attacks in authentication secret ? comparisons: OAUTH2 JWT-token HMAC, imap-urlauth token, crypt() result. -...
2020 Aug 12
0
Dovecot v2.3.11.3 released
...cot.index.cache file, commit those ? changes periodically to make them visible to other concurrent sessions ? as well. + stats: Add OpenMetrics exporter for statistics. See ? https://doc.dovecot.org/configuration_manual/stats/openmetrics/. + stats: Support disabling stats-writer socket by setting ? stats_writer_socket_path="". - auth-worker: Process keeps slowly increasing its memory usage and ? eventually dies with "out of memory" due to reaching vsz_limit. - auth: Prevent potential timing attacks in authentication secret ? comparisons: OAUTH2 JWT-token HMAC, imap-urlauth token, crypt() result. -...
2020 May 31
1
auth_policy_server vs client_id and x-originating-ip
...quota-warning { ? executable = script /etc/dovecot/quota_warning.sh ? unix_listener quota-warning { ??? mode = 0666 ??? user = vmail ? } ? user = vmail } ssl_cert = </etc/ssl/private/multi.z-technics.cz.dovecot.pem ssl_dh = # hidden, use -P to show it ssl_key = # hidden, use -P to show it stats_writer_socket_path = userdb { ? args = /etc/dovecot/dovecot-ldap.conf ? driver = ldap } protocol sieve { ? managesieve_implementation_string = Dovecot Pigeonhole ? managesieve_max_compile_errors = 5 } protocol imap { ? mail_plugins = quota imap_quota fts mailbox_alias imap_acl acl imap_zlib imap_sieve } protoco...
2020 Jul 03
0
Quota: How/where to set/change
...ypto_device = | ssl_curve_list = | ssl_dh = # hidden, use -P to show it | ssl_key = # hidden, use -P to show it | ssl_key_password = | ssl_min_protocol = TLSv1 | ssl_options = | ssl_prefer_server_ciphers = no | ssl_require_crl = yes | ssl_verify_client_cert = no | state_dir = /var/lib/dovecot | stats_writer_socket_path = stats-writer | submission_client_workarounds = | submission_host = | submission_logout_format = in=%i out=%o | submission_max_mail_size = 0 | submission_max_recipients = 0 | submission_relay_command_timeout = 5 mins | submission_relay_connect_timeout = 30 secs | submission_relay_host = | submi...