Merge pull request 'update dovecot userparameter' (#6) from dovecot into main

Reviewed-on: #6
This commit is contained in:
meaz 2023-11-17 12:33:30 +00:00
commit eb5003d6b2
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 %}