update dovecot userparameter

This commit is contained in:
meaz 2023-10-27 15:16:15 +02:00
parent b87223477f
commit 5213557bc9
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ UserParameter=nextcloud[*],cat /tmp/cloudstats | grep "$1" | cut -d "<" -f 2 | c
{% if item.name == 'dovecot' %}
# Dovecot
UserParameter=dovecot.usercount,cat /tmp/dovecot_user_count
UserParameter=dovecot.devicecount,cat /tmp/dovecot_device_count
UserParameter=dovecot[*],cat /tmp/dovecot_stats | grep $1 | cut -d' ' -f2-
UserParameter=dovecot.processes,ps -A |grep imap |wc -l
{% endif %}