text Plesk Linux电子邮件密码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Plesk Linux电子邮件密码相关的知识,希望对你有一定的参考价值。

Plesk email users often get their passwords lost.

Fortunately Parallels has implemented a command to see all passwords for all users in all domains:

`/usr/local/psa/admin/bin/mail_auth_view`

You can filter the output to see one account password (quotes must exist):

`/usr/local/psa/admin/bin/mail_auth_view | grep "johnsmith@domain.tld"`

Also you could get statistical information about how many email accounts supports your server:

`/usr/local/psa/admin/bin/mail_auth_view | wc -l`

As the result you get the total amount of email accounts in you server for all the domains, of course, you could filter by domain:

`/usr/local/psa/admin/bin/mail_auth_view | grep "domain.tld" | wc -l`

And all the variations you can imagine.

以上是关于text Plesk Linux电子邮件密码的主要内容,如果未能解决你的问题,请参考以下文章

打印Plesk管理员密码

无法在 Plesk 中打开网络邮件(未找到域)

获取Plesk域密码

抓取Plesk FTP帐户密码

无法登录到 SMTP 服务器 Postfix/Imap Courier/Plesk

获取Plesk FTP帐户密码,不登录MySQL