Error showing Email Acounts Cannot open the user password file for reading

mukabaru

Verified User
Joined
Jul 3, 2023
Messages
6
Hello, everybody, please help, no luck for open email account, already search in this forum still can't solve problem.


Kind Regards
 
You can try recreate email if it wasn't used yet or try change password for it.
 
You can try recreate email if it wasn't used yet or try change password for it.
Screenshot 2023-07-03 194625.png

When i'm click email account show warning like in the picture. Any Suggestion ?
 
I hope you using your real domain name instead of domainname.com?
 
In such case you can recreate this dir with passwd-file:

rm -rf /etc/virtual/domainname.com
mkdir /etc/virtual/domainname.com
:> /etc/virtual/domainname.com/passwd
chown -R mail:mail /etc/virtual/domainname.com

or if dir exists - only last two commands to create this file
 
In such case you can recreate this dir with passwd-file:

rm -rf /etc/virtual/domainname.com
mkdir /etc/virtual/domainname.com
:> /etc/virtual/domainname.com/passwd
chown -R mail:mail /etc/virtual/domainname.com

or if dir exists - only last two commands to create this file
no such.png

still same problem.... :( any suggestion?
 
Last edited:
i'm setup new domain, email account can accessible, so whats wrong in here.. kind regards
 
you entered not full command:
:> /etc/virtual/domainname.com/passwd
or
touch /etc/virtual/domainname.com/passwd
or copy this file from any another domain
 
Back
Top