user default webmail

stomach

Verified User
Joined
Jan 2, 2024
Messages
89
only the default user does not access webmail with a password.

The other emails worked.
 
It's unclear what you are referring to. Please remember to reply to your own posts in the according topic/thread if it's from a previous question.
Only start a new topic if you have a new issue.

Or if this is a totally new issue, please be more clear in what your question is.

Or if it's about this thread again, keep your reply in there as asked before.
 
Oke that is a quite different question indeed.
They can use the name without the @domain name. I thought they changed this to be active by default, it might not.

You can fix it like this.
First add this line to your /usr/local/directadmin/conf/directadmin.conf file:
system_user_to_virtual_passwd=1
then restart DA
service directadmin restart

If it is still not working then use this command for all users:
echo "action=rewrite&value=email_passwd" >> /usr/local/directadmin/data/task.queue

or this command for the specific user:
echo "action=rewrite&value=email_passwd&user=fred" >> /usr/local/directadmin/data/task.queue

This can take up a minute or 2 and then it should work.
 
Back
Top