Istvan Kope wrote:

qtms-svcs.sh has this lines:

echo "GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED]
IDENTIFIED BY 'SsEeCcRrEeTt'" | mysql -u root --password=$MYSQLPW
mysqladmin -u root --password=$MYSQLPW reload
mysqladmin -u root --password=$MYSQLPW refresh

It seems to me or this "GRANT ALL PRIVILEGES" is missing something???
That is correct. It's granting all privileges on the database vpopmail (the .* is for the tables in the database) to the user [EMAIL PROTECTED], with the password SsEeCcRrEeTt. Then it reloads MySQL, and then refreshes the tables/entries. You may want to make sure the password in /home/vpopmail/etc/vpopmail.mysql matches what you have as the password in the script (SsEeCcRrEeTt if you didn't change it at all). The file should be in the following format:
localhost|0|vpopmail|SsEeCcRrEeTt|vpopmail


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to