Displaying 3 results from an estimated 3 matches for "redhorsemail".
2017 Aug 14
2
Metrics service
Hi!
All of you running dovecot v2.2.27 or later, are now able to take
advantage of our free metrics service at https://metrics.dovecot.org.
To use it, set
auth_stats=yes
mail_plugins = $mail_plugins stats
stats_carbon_server = 94.237.81.63
# or
stats_carbon_server = [2a04:3542:1000:910:acc1:5bff:fe5e:8c2]
stats_carbon_name = some-fancy-identifier-without-a-dot
plugin {
stats_refresh = 30s
}
2017 Aug 14
0
Metrics service
.../*.conf
!include_try local.conf
I didn?t have a local.conf, so I decided that would be a good place to put this. I created it with
auth_stats=yes
mail_plugins = $mail_plugins stats
stats_carbon_server = 94.237.81.63
stats_carbon_server = [2a04:3542:1000:910:acc1:5bff:fe5e:8c2]
stats_carbon_name = RedHorseMail
plugin {
stats_refresh = 30s
}
At startup, I get error (warning?)
Aug 14 10:50:38 v1 dovecot: config: Warning: /usr/local/etc/dovecot/local.conf line 2: Global setting mail_plugins won't change the setting inside an earlier filter at /usr/local/etc/dovecot/conf.d/15-lda.conf line 48 (if t...
2017 Aug 17
2
/var/run/dovecot permission issues
...}
ssl_cert = </usr/local/etc/letsencrypt/live/dummy.redhorse.me/fullchain.pem
ssl_cipher_list = EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
ssl_dh_parameters_length = 2048
ssl_key = # hidden, use -P to show it
ssl_prefer_server_ciphers = yes
ssl_protocols = !SSLv2 !SSLv3
stats_carbon_name = RedHorseMail
stats_carbon_server = [2a04:3542:1000:910:acc1:5bff:fe5e:8c2]
syslog_facility = local0
userdb {
driver = passwd
}
verbose_proctitle = yes
protocol lda {
mail_plugins = " stats sieve"
}