51

(14 篇回复,发表在 iRedMail 技术支持)

张大哥,我关了EPEL源了
用了yum update
现在应该怎么办
谢谢
另外
iRedMail  clamav-db-0.97-1.el6.rf.x86_64下载不了

Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package clamav.x86_64 0:0.97.7-1.el6 will be updated
---> Package clamav.x86_64 0:0.97.7-1.el6.rf will be an update
---> Package clamav-db.x86_64 0:0.97.7-1.el6 will be updated
---> Package clamav-db.x86_64 0:0.97.7-1.el6.rf will be an update
---> Package clamd.x86_64 0:0.97.7-1.el6 will be updated
---> Package clamd.x86_64 0:0.97.7-1.el6.rf will be an update
---> Package krb5-libs.x86_64 0:1.10.3-10.el6_4.1 will be updated
---> Package krb5-libs.x86_64 0:1.10.3-10.el6_4.2 will be an update
---> Package krb5-workstation.x86_64 0:1.10.3-10.el6_4.1 will be updated
---> Package krb5-workstation.x86_64 0:1.10.3-10.el6_4.2 will be an update
--> Processing Dependency: /etc/clamd.d for package: amavisd-new-2.8.0-4.el6.noarch
--> Finished Dependency Resolution
Error: Package: amavisd-new-2.8.0-4.el6.noarch (@epel)
           Requires: /etc/clamd.d
           Removing: clamd-0.97.7-1.el6.x86_64 (@epel)
               Not found
           Updated By: clamd-0.97.7-1.el6.rf.x86_64 (iRedMail)
               Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

52

(14 篇回复,发表在 iRedMail 技术支持)

张大哥,请问一下我应该要检查那些文件
因为我新装好的iRedMail和我现在的不太一样
我没办法排除错误
谢谢

base                                                     | 3.7 kB     00:00
epel                                                     | 4.2 kB     00:00
epel/primary_db                                          | 5.0 MB     00:01
extras                                                   | 3.5 kB     00:00
iRedMail                                                 |  951 B     00:00
updates                                                  | 3.5 kB     00:00
updates/primary_db                                       | 1.5 MB     00:00
repo id                                                      repo name                                                                                           status
base                                                         CentOS-6 - Base                                                                                     6,381
epel                                                         Extra Packages for Enterprise Linux 6 - x86_64                                                      8,614
extras                                                       CentOS-6 - Extras                                                                                      12
iRedMail                                                     iRedMail                                                                                               74
updates                                                      CentOS-6 - Updates                                                                                    488
repolist: 15,569
many thanks

53

(14 篇回复,发表在 iRedMail 技术支持)

没有大大发生和我一样的问题吗
我是用了yum update后才出现问题的
many thanks

好像这样
很多时候我都不知道iRedMail是否运作正常
many thanks

55

(14 篇回复,发表在 iRedMail 技术支持)

ZhangHuangbin 写道:

怎么你的系统里既有 clamav 用户,又有 clam 用户?/var/lib/clamav/ 在你的系统里到底应该属于哪个用户所有?

现在系统的权限
ls -l /var/lib/
drwxr-xr-x   2 clam    clam    4096 2013-03-18 23:27 clamav
ls -l /var/lib/clamav
-rwxr-xr-x 1 clam clam 23837387 2013-03-18 23:09 daily.cvd
-rwxr-xr-x 1 clam clam 30750647 2013-03-18 23:09 main.cvd
新系统没/var/lib/clamav这个文件夹

56

(14 篇回复,发表在 iRedMail 技术支持)

请问张工.这又是那错了啊.
谢谢,麻烦你了

/etc/cron.daily/freshclam:
ERROR: Can't create temporary directory /var/lib/clamav/clamav-eeb8080b41880e4397e2efa6d97cb178
-------------------------------------------
ls -l /var/lib/
drwxr-xr-x   2 clam    clam    4096 2013-03-18 23:27 clamav
ls -l /var/lib/clamav
-rwxr-xr-x 1 clam clam 23837387 2013-03-18 23:09 daily.cvd
-rwxr-xr-x 1 clam clam 30750647 2013-03-18 23:09 main.cvd

57

(14 篇回复,发表在 iRedMail 技术支持)

#!/bin/sh

### A simple update script for the clamav virus database.
### This could as well be replaced by a SysV script.

### fix log file if needed
LOG_FILE="/var/log/clamav/freshclam.log"
if [ ! -f "$LOG_FILE" ]; then
    touch "$LOG_FILE"
    chmod 644 "$LOG_FILE"
    chown clam.clam "$LOG_FILE"  我试试把它换成clamav:clamav看看. 谢谢张工
fi

/usr/bin/freshclam \
    --quiet \
    --datadir="/var/lib/clamav" \
    --log="$LOG_FILE"

58

(14 篇回复,发表在 iRedMail 技术支持)

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本:
- 使用的 Linux/BSD 发行版名称及版本号:
- 与您的问题相关的日志信息:
====
/etc/cron.daily/freshclam:
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: Can't open /var/log/clamav/freshclam.log in append mode (check permissions!).

ls -l /var/log/
drwxr-xr-x  2 clamav clamav 4096  clamav
ls -l /var/log/clamav
-rw-r-----  clam clam 0  2013-04-09 03:49 freshclam.log
-rw-r-----  clamav clamav 4216 2013-03-10 03:41 freshclam.log-20130310
是更新后配置文件数据不对吗
thanks

收发数和排名没甚么用啊
显示一切功能数据和是否正常会比较实在啊
3Q

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本:
- 使用的 Linux/BSD 发行版名称及版本号:
- 与您的问题相关的日志信息:
====
建议加一个功能
iRedMail定期系统自我检查
看看各方面有没有问题
谢谢

Pressing 'Shift+Delete' in Roundcube will delete mails directly. Try it. smile  =.="
solved

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本: 8.4 ldap
- 使用的 Linux/BSD 发行版名称及版本号: centos 6.x
- 与您的问题相关的日志信息:
====
张工
我更新了系统后
好像很多问题出现
Clamav 我已经处理好了 参考了新装的系统
drwxr-xr-x  2 clamav clamav    4096 2013-03-24 03:38 clamav
-rw-r----- 1 clamav clamav  4165 2013-04-08 14:32 freshclam.log
-rw-r----- 1 clamav clamav  5047 2013-03-03 03:38 freshclam.log-20130303
-rw-r----- 1 clamav clamav  4216 2013-03-10 03:41 freshclam.log-20130310
-rw-r----- 1 clamav clamav  4386 2013-03-17 03:33 freshclam.log-20130317
-rw-r----- 1 clamav clamav 18960 2013-04-03 01:30 freshclam.log-20130324
但个别账号删除有些邮件出现连接到邮件服务器失败。
3Q

63

(4 篇回复,发表在 iRedMail 技术支持)

权限设好了.没问题了
谢谢

64

(4 篇回复,发表在 iRedMail 技术支持)

做了
echo "*OnlyService = freshclam" >> /etc/logwatch/conf/logfiles/clam-update.conf
echo "*RemoveHeaders" >> /etc/logwatch/conf/logfiles/clam-update.conf
chmod -R 770 /var/log/clamav/
總計 48
-rwxrwx--- 1 clam   clam       0 2013-03-24 03:38 freshclam.log
-rwxrwx--- 1 clamav clamav  5047 2013-03-03 03:38 freshclam.log-20130303
-rwxrwx--- 1 clamav clamav  4216 2013-03-10 03:41 freshclam.log-20130310
-rwxrwx--- 1 clamav clamav  4386 2013-03-17 03:33 freshclam.log-20130317
-rwxrwx--- 1 clamav clamav 18960 2013-04-03 01:30 freshclam.log-20130324
还是不行啊
thanks
不敢乱用他们的方法
http://www.jsxubar.info/clamav-error.html
http://wenku.baidu.com/view/e67b6a2e2af … 5e57c.html

65

(4 篇回复,发表在 iRedMail 技术支持)

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本: 8.3
- 使用的 Linux/BSD 发行版名称及版本号: centos 6.x
- 与您的问题相关的日志信息:
==== /etc/cron.daily/freshclam:

ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: Can't open /var/log/clamav/freshclam.log in append mode (check permissions!).
No updates detected in the log for the freshclam daemon (the
ClamAV update process).  If the freshclam daemon is not running,
you may need to restart it.  Other options:

A. If you no longer wish to run freshclam, deleting the log file
    (default is freshclam.log) will suppress this error message.

B. If you use a different log file, update the appropriate
    configuration file.  For example:
       echo "LogFile = log_file" >> /etc/logwatch/conf/logfiles/clam-update.conf
    where log_file is the filename of the freshclam log file.

C. If you are logging using syslog, you need to indicate that your
    log file uses the syslog format.  For example:
       echo "*OnlyService = freshclam" >> /etc/logwatch/conf/logfiles/clam-update.conf
       echo "*RemoveHeaders" >> /etc/logwatch/conf/logfiles/clam-update.conf

张工,各位大大
我应该要怎么做呢
谢谢了

66

(3 篇回复,发表在 iRedMail 技术支持)

没事了
php Memory那要设大过附件大小就可以了

67

(3 篇回复,发表在 iRedMail 技术支持)

ZhangHuangbin 写道:

这个应该问 Discuz 论坛吧哥们?

问了
但是现在的DISCUZ已经大不如前了
论坛一点气氛都没
没了那种帮人的精神

68

(3 篇回复,发表在 iRedMail 技术支持)

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本: 0.8.3
- 使用的 Linux/BSD 发行版名称及版本号: centos 6
- 与您的问题相关的日志信息:
====

我在iredmail0.8.3的系统装了一个discuz
但是很奇怪
我上载了两个文件10M和250M
10M的可以下载
250M的一下载就说找不到文件
以前0.7.4的都没事
请问那出问题了
谢谢各位
192.168.1.1 - - [13/Mar/2013:15:12:00 +0800] "GET /attachment.php?aid=2 HTTP/1.1" 200 3861077 可以下载
192.168.1.1 - - [13/Mar/2013:15:12:04 +0800] "GET /attachment.php?aid=1 HTTP/1.1" 500 -   下载不了

69

(1 篇回复,发表在 iRedMail 技术支持)

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本: 8.3
- 使用的 Linux/BSD 发行版名称及版本号: centos 6
- 与您的问题相关的日志信息:
====

请问一下各位大大
我在IREDMAIL里加了一个vhost  <=是不同的子域名
那个vhost我也想用ssl
用同一个ssl证书可以吧
要怎么做呢
谢谢了

那个怪怪的
我试了都没成功

谢谢tonyjun大大的分享
改天试试看

我都是加了maillist
再加成员(外部mail address)

==== 必填信息。没有填写将不予回复 ====
- iRedMail 版本: 8.4
- 使用的 Linux/BSD 发行版名称及版本号: centos 6.x
- 与您的问题相关的日志信息:
====
新年快乐
我可以升级这些吗
谢谢
86_64                                                                           2.0.8-6.el6.centos.2                                                       updates
abrt-addon-ccpp.x86_64                                                                2.0.8-6.el6.centos.2                                                       updates
abrt-addon-kerneloops.x86_64                                                          2.0.8-6.el6.centos.2                                                       updates
abrt-addon-python.x86_64                                                              2.0.8-6.el6.centos.2                                                       updates
abrt-cli.x86_64                                                                       2.0.8-6.el6.centos.2                                                       updates
abrt-libs.x86_64                                                                      2.0.8-6.el6.centos.2                                                       updates
abrt-tui.x86_64                                                                       2.0.8-6.el6.centos.2                                                       updates
elinks.x86_64                                                                         0.12-0.21.pre5.el6_3                                                       updates
freetype.x86_64                                                                       2.3.11-14.el6_3.1                                                          updates
glibc.x86_64                                                                          2.12-1.80.el6_3.7                                                          updates
glibc-common.x86_64                                                                   2.12-1.80.el6_3.7                                                          updates
ipa-client.x86_64                                                                     2.2.0-17.el6_3.1                                                           updates
ipa-python.x86_64                                                                     2.2.0-17.el6_3.1                                                           updates
java-1.6.0-openjdk.x86_64                                                             1:1.6.0.0-1.54.1.11.6.el6_3                                                updates
kernel.x86_64                                                                         2.6.32-279.22.1.el6                                                        updates
kernel-firmware.noarch                                                                2.6.32-279.22.1.el6                                                        updates
libreport.x86_64                                                                      2.0.9-5.el6.centos.2                                                       updates
libreport-cli.x86_64                                                                  2.0.9-5.el6.centos.2                                                       updates
libreport-plugin-kerneloops.x86_64                                                    2.0.9-5.el6.centos.2                                                       updates
libreport-plugin-logger.x86_64                                                        2.0.9-5.el6.centos.2                                                       updates
libreport-plugin-mailx.x86_64                                                         2.0.9-5.el6.centos.2                                                       updates
libreport-plugin-reportuploader.x86_64                                                2.0.9-5.el6.centos.2                                                       updates
libreport-plugin-rhtsupport.x86_64                                                    2.0.9-5.el6.centos.2                                                       updates
libreport-python.x86_64                                                               2.0.9-5.el6.centos.2                                                       updates
mysql.x86_64                                                                          5.1.67-1.el6_3                                                             updates
mysql-libs.x86_64                                                                     5.1.67-1.el6_3                                                             updates
mysql-server.x86_64                                                                   5.1.67-1.el6_3                                                             updates
nspr.x86_64                                                                           4.9.2-0.el6_3.1                                                            updates
nss.x86_64                                                                            3.13.6-2.el6_3                                                             updates
nss-sysinit.x86_64                                                                    3.13.6-2.el6_3                                                             updates
nss-tools.x86_64                                                                      3.13.6-2.el6_3                                                             updates
nss-util.x86_64                                                                       3.13.6-1.el6_3                                                             updates
perf.x86_64                                                                           2.6.32-279.22.1.el6

你关了灰名单试试
我以前都这样
用了半年灰名单都会挡3次,导致收信慢

I see it
many thanks^^"