MailWatch Login not enter

Report bugs and workarounds
Post Reply
nitromuzic
Posts: 2
Joined: 08 Dec 2014 19:25

MailWatch Login not enter

Post 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
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: MailWatch Login not enter

Post 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 ;)
nitromuzic
Posts: 2
Joined: 08 Dec 2014 19:25

Re: MailWatch Login not enter

Post 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 6889 times
EFA-Config
efa1.jpg
efa1.jpg (22.94 KiB) Viewed 6889 times
Attachments
efa2.jpg
efa2.jpg (50.26 KiB) Viewed 6889 times
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: MailWatch Login not enter

Post by shawniverson »

Oh, my bad, change the username to "mailwatch"
Post Reply