-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roundcube connection failed after upgrading webmail and roundcube jails #221
Comments
probably mysql is unable resolve roundcube host |
I assume you meant to jailmanage mysql if so, cannot ping period. root@mysql:~ # ping roundcube Can ping roundcube on the mt6 server itself just not in any jail root@mailserver:~ # ping roundcube |
ICMP is blocked in jails by default. A better and more thorough test is to use the mysql client in the roundcube jail to connect to mysql in it's jail. |
root@mailserver # jailmanage mysql Password used is from /jails/roundcube/usr/local/www/roundcube/config/config.inc.php root@mailserver:~ # jailmanage roundcube |
Tried to # provision roundcube cp: 34826ZFS_JAIL_MNT/roundcube.last//usr/local/www/roundcube/config/config.inc.php: No such file or directory |
Is there a any fix for provision roundcube? |
Infern1 you were 100% correct. I don't know why msimerson could not simply write something to the effect of: |
After running provision webmail and provision roundcube, roundcube is unable to connect to db.
DB Error in /usr/local/www/roundcube/program/lib/Roundcube/rcube_db.php (173): SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'roundcube' (using password: YES)
DB Error: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'roundcube' (using password: YES)
DATABASE ERROR: CONNECTION FAILED!
Tried using our config.inc.php in /jails/roundcube/usr/local/www/roundcube/config which did not work either.
Tried changing password for roundcube in mysql, that did not work either.
Using qmailadmin has no issues for any user.
Thanks for any help,
The text was updated successfully, but these errors were encountered: