Files
server/etc/dovecot/conf.d/20-plesk-quota-warning.conf
2026-01-08 18:34:49 +01:00

22 lines
462 B
Plaintext

#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
quota user {
warning warn-plesk-95-quota {
quota_storage_percentage = 95
execute quota-warning {
args = %{user}
}
}
}
service quota-warning {
executable = script /usr/lib/plesk-9.0/send-quota-warning
user = popuser
unix_listener quota-warning {
user = popuser
}
}