跳至论坛內容
iRedMail 开源邮件服务解决方案
支持 Red Hat Enterprise Linux, CentOS, Scientific Linux, Debian, Ubuntu, FreeBSD, OpenBSD
您尚未登陆。 请选择登陆或是注册一个新账号。
热门主题 尚未回复的主题
iRedMail 技术交流 QQ 群:296792359。
Spider Email Archiver:由 iRedMail 团队开发的轻量级电子邮件归档软件。
搜索选项
tearsfilled 写道:楼主的意思是添加虚拟主机直接修改/etc/httpd/conf.d/roundcubemail.conf 这个就行? 不用再修改/etc/httpd/conf/httpd.conf 文件了 ?
ZhangHuangbin 写道:你需要修改 /etc/httpd/conf.d/roundcubemail.conf (RHEL/CentOS) 或 /etc/apache2/conf.d/roundcubemail.conf (Debian/Ubuntu)
我在虚拟主机里面直接指向到roundcube目录了 roundcubemail.conf自然也就不再需要使用了
上次问过的问题:
roundcube附件名称过长时会自动截掉,并保留一部分(问题是我现在这边不让roundcube自动截掉附件过长的名称)
上次IREDMAIL的张老师说是版本问题 建议升级下 (没升级过 ,也不知道是否真的可以解决,希望知道的朋友说声)
我现在想问下能不能有其它方式?
大家有升级roundcube的经历吗?可否分享下?
======================道谦====================
不是roundcube的问题 是对方接收邮件程序的问题 对不住大家了
我用roundcube发送给hotmail时发现附件名变短了,没加思索的就认为roundcube干的,其实不是的。
经过多个邮箱的测试发现是对方接收邮件程序的问题。
由于需求的原因改动了下配置
在apache的httpd.conf里修改了虚拟主机,修改后访问mail 的web主页速度很慢
修改后报了一些错误,我把roundcubemail.conf 改了个名字(roundcubemail.conf.bak) 测试时不再报错
修改的地方(敏感的地方进行了一些处理):
#spring add
NameVirtualHost IP
<VirtualHost IP>
ServerName IP
DocumentRoot /opt/
<Location />
Order Allow,Deny
Deny from all
</Location>
</VirtualHost>
<VirtualHost IP >
ServerName 访问域名
ServerAdmin 邮件管理员邮箱
DocumentRoot /var/www/roundcubemail/
ErrorDocument 404 /opt/error/404.html
</VirtualHost>
<VirtualHost IP >
ServerName 访问域名
ServerAdmin 邮件管理员邮箱
DocumentRoot /var/www/postfixadmin-2.2.1.1/
ErrorDocument 404 /opt/error/404.html
</VirtualHost>
[root@mail ~]# apachectl -t
Syntax OK
tailf /etc/httpd/logs/error_log
[Mon Feb 01 11:59:00 2010] [error] [client IP] File does not exist: /var/www/roundcubemail/mail
[Mon Feb 01 11:59:00 2010] [error] [client IP] File does not exist: /var/www/roundcubemail/opt
[Mon Feb 01 11:59:00 2010] [error] [client IP] File does not exist: /var/www/roundcubemail/favicon.ico
[Mon Feb 01 11:59:00 2010] [error] [client IP ] File does not exist: /var/www/roundcubemail/opt
[Mon Feb 01 12:05:21 2010] [error] [client IP] File does not exist: /var/www/roundcubemail/favicon.ico
[Mon Feb 01 12:05:21 2010] [error] [client IP] File does not exist: /var/www/roundcubemail/opt
想问下这个需要修改不?
/etc/httpd/conf.d/ssl.conf
web登陆时发送附件的名称如果有些长会就会自动截取掉。我要怎么样设置才能收到邮件时显示附件名称的全名?
PS:foxmail客户端没有问题的
搜索到的文章数 [ 4 ]
页面生成时间 0.015 秒, 共执行查询 60 条