roundcube 安装后无法登录

问题描述

我试图在我的 apache2、ISPCONfig3 服务器上安装 roundcube,在我的 LAN 上使用: https://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2 有以下变化: 远程用户圆形立方体 传递密码809098 和 https://www.rosehosting.com/blog/how-to-install-roundcube-webmail-on-ubuntu-20-04/ 有了这些变化:

GRANT ALL PRIVILEGES ON roundcube.* TO roundcubeuser@localhost IDENTIFIED BY 'password';

nano /etc/apache2/sites-available/roundcube.jungsf.tv.conf
a2ensite roundcube.jungsf.tv
<VirtualHost *:80>
  ServerName roundcube.jungsf.tv 
  DocumentRoot /var/www/roundcube/

  ErrorLog ${APACHE_LOG_DIR}/roundcube.jungsf.tv_error.log
  CustomLog ${APACHE_LOG_DIR}/roundcube.jungsf.tv_access.log combined

    Options FollowSymLinks
<Directory "/var/www/roundcube/">
    AllowOverride All
</Directory>

    Options FollowSymLinks MultiViews
<Directory "/var/www/roundcube/">
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>
</VirtualHost>

我最终设法通过 http://jungsf.tv/webmail 获得了圆形立方体网络界面 但它仍然没有登录,我不知道应该是哪个密码/用户名, 我尝试了所有组合 roundcube/roundcubeuser/email .... password,PASSWORD,password809098

我怎样才能找到用户/通行证或者我怎样才能删除所有东西来重新安装它? 我看到了这个插件来设置通行证,但我该如何使用它? https://github.com/saas-dev/roundcube-forgot_password

解决方法

我设法通过在 ispconfig3 中创建邮箱来工作,在那里我输入了用于登录 roundcube 的电子邮件和密码。