我试图在我的局域网上的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/,更改如下:
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
发布于 2021-02-18 18:35:15
我设法在ispconfig3中创建了邮箱,在那里我输入了电子邮件和通行证,这是用来在圆方中登录的。
https://stackoverflow.com/questions/66242816
复制相似问题