When a new user is created or a domain is added, DA creates an email [email protected] but doesn't add his password to /etc/virtual/domain.com/passwd.
This means that that he has to access his email with the username user and cannot access it with the username [email protected]. If he tries to anyway, access is denied and the following appears in /var/log/maillog:
My questions are:
1. Is there a way to make DirectAdmin add the user's password to /etc/virtual/domain.com/passwd when a new user is created or a new domain added?
2. How can I add those passwords to all existing domains?
This means that that he has to access his email with the username user and cannot access it with the username [email protected]. If he tries to anyway, access is denied and the following appears in /var/log/maillog:
Code:
Mar 3 01:50:53 server dovecot[7836]: auth(default): shadow([email protected],127.0.0.1): unknown user
Mar 3 01:50:53 server dovecot[7836]: auth(default): passwd-file([email protected],127.0.0.1): unknown user
Mar 3 01:50:55 server dovecot[7836]: imap-login: Disconnected (auth failed, 1 attempts): user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
My questions are:
1. Is there a way to make DirectAdmin add the user's password to /etc/virtual/domain.com/passwd when a new user is created or a new domain added?
2. How can I add those passwords to all existing domains?