How to Reset Pop3 user account password on Windows Pop3 server

To reset a password for POP3 users account on Windows server using command line,Run below command:

winpop changepwd USER@DOMAIN NewPassword

Example: Below command resets the password to bird.333! for user admin in domain cpanelplesk.com

winpop changepwd admincpanelplesk.com bird.333!

That’s all.