MailWatch authentification

Steve Swaney Steve.Swaney at FSL.COM
Sat Sep 25 14:51:30 IST 2004


> -----Original Message-----
> From: MailScanner mailing list [mailto:MAILSCANNER at JISCMAIL.AC.UK] On
> Behalf Of Peter Zimen
> Sent: Saturday, September 25, 2004 4:39 AM
> To: MAILSCANNER at JISCMAIL.AC.UK
> Subject: MailWatch authentification
>
> Hello,
> can anybody help me with this problem?
>
> I have installed last version of MailWatch for MailScanner.
>
> MailScanner works fine - record are stored in the MySQL database
> mailscanner.
>
> conf.php in mailscanner web directory is configured (username and
> password), but i still cant log in into web MailWatch.
>
> Please help.
>

You probably need to create the "Web user" in the users table in the
mailscanner database:

mysql mailscanner -umailwatch -p<Your mailwatch user's password>

mysql> INSERT INTO users VALUES ('mailwatch',md5('password'),'MailWatch Web
User','A');

mysql> flush privileges;

mysql> quit

Then login to the web interface with:

username:        mailwatch
password:        password

Steve

Steve Swaney
President
Fortress Systems Ltd.
www.fsl.com
steve.swaney at fsl.com



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Fortress Systems Ltd.
www.fsl.com

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).



More information about the MailScanner mailing list