微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

roundcube 安装后无法登录

如何解决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 的电子邮件和密码。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。