1

Topic: disable amavisd

==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL): mysql  Ver 14.12 Distrib 5.0.95, for redhat-linux-gnu (x86_64) using readline 5.1
- Linux/BSD distribution name and version: CentOS 6.2 - 2.6.18-308.11.1.el5
- Any related log? Log is helpful for troubleshooting.
====

I did the same as in this thread (http://www.iredmail.org/forum/post17137.html#p17137) , but still have this in maillog:
status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
I did changes in /etc/postfix/main.cf
/etc/init.d/postfix reload
for srv in amavisd clamd freshclam; do chkconfig --level 345 $srv off; /etc/init.d/$srv stop; done

Where is possible problem?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: disable amavisd

Did you execute the command to disable Amavisd in Postfix? It's mentioned in this post:
http://www.iredmail.org/forum/post12409.html#p12409

3

Re: disable amavisd

Yes, I tried to do this.

But after this
for srv in amavisd clamd freshclam; do chkconfig --level 345 $srv off; /etc/init.d/$srv stop; done

in my maillog still the same:

Jul 25 11:41:01 mail postfix/smtp[25591]: 86CB6780732: to=<xxxxx@xxxxx.com>, relay=none, delay=891, delays=814/77/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Jul 25 11:41:01 mail postfix/smtp[25591]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused

4

Re: disable amavisd

Do you have some emails in mail queue before disabling Amavisd?

5

Re: disable amavisd

Yes. Do I need to kill it?

6

Re: disable amavisd

Ok. Looks like it helps. Thank you!