Re: [exim] Errors

Top Page
Delete this message
Reply to this message
Author: W B Hacker
Date:  
To: exim
Subject: Re: [exim] Errors
Alexandre Busquets wrote:

> I have installed exim 4.60 (Compiled myself).
>
> And in my logs i have two errors
>
>
> 2006-04-14 14:39:54 1FUNac-0002Q0-8z malware acl condition: clamd:
> ClamAV returned /var/spool/exim/scan/1FUNac-0002Q0-8z: lstat() failed.
> ERROR


Are you using IP or a unix socket to converse between Exim and
clamd?

Check that both Exim and clamd configuration agree on which and
where, and that perms allow access/initiation to {whichever}.


> 2006-04-14 14:39:54 1FUNac-0002Q0-8z H=hma178.sdsd.net
> (www.dfdfdf.org) [217.76.134.168] Warning: ACL "warn" statement
> skipped: condition test deferred
> 2
>
>
> socket bind() to port 25 for address (any IPv4) failed: Address
> already in use: waiting 30s before trying again (5 more tries)
>
>
> I can't reject virus emails
>


You may have a bigger problem than just virus rejection.

What other daemon(s) are trying to bind to port 25?

Do you still have an older MTA (sendmail?) running?

Or are you trying to start another instance of Exim on the same
IP number?

ClamAV is not for running on port 25....

HTH,

Bill