首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >roundcube在安装后无法登录

roundcube在安装后无法登录
EN

Stack Overflow用户
提问于 2021-02-17 21:24:25
回答 1查看 77关注 0票数 0

我试图在我的局域网上的apache2,ISPCONFIG3服务器上安装roundcube,使用:https://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2,但有以下更改: remoteuser roundcube password809098和https://www.rosehosting.com/blog/how-to-install-roundcube-webmail-on-ubuntu-20-04/,更改如下:

代码语言:javascript
复制
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界面,但它仍然无法登录,我不知道应该使用哪个密码/用户名,我尝试了所有组合roundcube/roundcubeuser/email……密码、密码、password809098

如何找到用户/通行证,或者如何删除所有内容以重新安装它?我看到了这个插件来设置通行证,但是我怎么使用它呢?https://github.com/saas-dev/roundcube-forgot_password

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-02-18 18:35:15

我设法在ispconfig3中创建了邮箱,在那里我输入了电子邮件和通行证,这是用来在圆方中登录的。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66242816

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档