Current time: 04-19-2024, 06:41 PM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Activate Amavis & Clamav on CentOS 5.4
Author Message
dropslack Offline


Posts: 4
Joined: May 2010
Reputation: 0
Post: #1
[HowTo] Activate Amavis & Clamav on CentOS 5.4
by default, if you are installing ispCP Omega 1.0.5 on CentOS 5.4, amavis and clamav daemon will not working. so, to make that services alive just follow this step:

edit /etc/clamd.d/amavisd.conf file and find this line

Code:
LogSyslog
FixStaleSocket

replace that line to this one:

Code:
#LogSyslog
#FixStaleSocket

now, you should edit /etc/postfix/main.cf and /etc/ispcp/postfix/working/main.cf and find this line:

Code:
#content_filter               = amavis:[127.0.0.1]:10024

and replace to this one:

Code:
content_filter               = amavis:[127.0.0.1]:10024

then do some command:

Code:
# usermod -G amavis clamav
# chkconfig --level 235 amavisd on
# chkconfig --level 235 clamd.amavisd on
# /etc/init.d/amavisd start
# /etc/init.d/clamd.amavisd start
# /etc/init.d/postfix reload
(This post was last modified: 05-18-2010 10:17 PM by BeNe.)
05-14-2010 12:47 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)