Page 1 of 1

MailWatch Login not enter

Posted: 08 Dec 2014 19:53
by nitromuzic
Hi, I'm new and I'm trying EFA, but I have problems logging by WEB since I updated to version 3.0.0.6 but when entering tells me my username and / or password is wrong, but if I can enter through SSH

I hope they can support me and I do not know much about Linux.

Regards

Re: MailWatch Login not enter

Posted: 08 Dec 2014 22:11
by shawniverson
Hello,

You can reset your mailwatch password if you can gain access to mysql.

Look in /etc/EFA-Config for you mysql password for mailwatch

Execute the following:

Code: Select all

/usr/bin/mysql -u mailwatch -p<mailwatchpwd> mailscanner -e "UPDATE users SET password = md5('<yourpassword>') WHERE user='<yourusername>'"
Exclude the < >'s above ;)

Re: MailWatch Login not enter

Posted: 09 Dec 2014 17:29
by nitromuzic
hi, thanks for the reply

I tried to make as indicated but I get an error.
I'm on the server itself with the user root
efa1.jpg
efa1.jpg (22.94 KiB) Viewed 8087 times
EFA-Config
efa1.jpg
efa1.jpg (22.94 KiB) Viewed 8087 times

Re: MailWatch Login not enter

Posted: 10 Dec 2014 01:30
by shawniverson
Oh, my bad, change the username to "mailwatch"

Re: MailWatch Login not enter

Posted: 10 Dec 2014 13:46
by DaN