Why it show me one more user

Because there was a bug adding user hestiamail. You need to remove the mail address added to the hestiamail user in /etc/passwd file.

As root, execute below commands to fix the issue:

sed -i -E 's/(^hestiamail.*:)([^:]*@[^:]*)(:.*)/\1\3/' /etc/passwd
/usr/local/hestia/bin/v-update-user-counters
2 Likes

understandable thank you soo much

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.