您好我已经在Linode服务器的ubuntu 12.04中安装了iredmail-0.8.1服务器。安装顺利,没有错误。 安装后我试图访问邮件服务器或cpanel(http://fqdn.linode.com/mail/或https://fqdn.linode.com/iredadmin/)页面没有加载atall。
有谁可以告诉我可能是什么问题?
答案 0 :(得分:2)
我遇到了同样的问题。要解决此问题,您必须编辑“/etc/apache2/conf.d/roundcubemail.conf”并编辑条目:
<Directory "/usr/share/apache2/roundcubemail/">
Options FollowSymLinks -Indexes
DirectoryIndex index.php
</Directory>
重新加载apache守护进程,你很高兴!