On Tue, 2004-06-29 at 13:54, Graham Dodd wrote:
> Hello Gareth,
> 
> Tuesday, June 29, 2004, 1:52:57 PM, you wrote:
> 
> GB> I am running Suse Openexchange 4.1. I have installed
> GB> amavisd-postfix-20020531-31 and by default it is configured to use
> GB> 'H+BEDV AntiVir' for virus checking.
> 
> Just a question (or 2) on OpenExchange as I looked at this before going to Exim
> Is it easy to maintain and how well does it interface with Outlook

It is very good and combines postfix, spamassasin and cyrus. You can do
virtually everything from the web interface but it does have a few
quirks. You can't simply redirect an email for one address to an outside
address unless you edit the system aliases file. You can create shared
folders but can only edit permissions on the top filder and not sub
folders from the web interface. You have to run cyradm manually to do
this. There is a plugin so Outlook 2002/2003 can use it like exchange
and store contacts and tasks on the server etc... but I haven't tested
this yet.

> GB> I have installed clamav-0.73 from source and compiled and installed it
> GB> and it is working. I have started clamd and edited /etc/amavisd.conf and
> GB> made the following changes :-
> 
> GB> # H+BEDV AntiVir
> GB> #$antivir = "/usr/bin/antivir";               <<< commented out
> 
> GB> # ClamAV                                              <<< added these 3
> GB> lines
> GB> $clamscan = "/usr/local/bin/clamscan";
> GB> $clamd = "/usr/local/sbin/clamd";
> 
> You don't need clamd (the ClamAv daemon) as clamscan is the commandline
> scanner just like antivir
> I would guess that OpenExchange is trying to use clamd

It would help if I knew what amavisd-postfix actually was. There seems
to be amavisd, amavisd-new and amavis-ng but I don't know what
amavisd-postfix is basically the same as with respect to configuration
files.

The config file looked to be similar to amavisd-new so I tried adding
the following to the conf by it did not help:-

@av_scanners = (
 ['Clam Antivirus-clamd',
   \&ask_daemon, ["CONTSCAN {}\n", '/tmp/clamd'],
   qr/\bOK$/, qr/\bFOUND$/,
   qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
);

@av_scanners_backup = (
# http://www.clamav.net/
['Clam Antivirus - clamscan', 'clamscan',
'--stdout --disable-summary -r {}', [0], [1],
qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
);

I turned up the logging in amavis and get the following still :-

Jun 29 14:07:54 oetest postfix/qmgr[9707]: 3381D16127:
from=<[EMAIL PROTECTED]>, size=580, nrcpt=1 (queue active)
Jun 29 14:07:54 oetest amavis[7156]: enter accept loop
Jun 29 14:07:54 oetest amavis[9740]: forked off -- child running...
Jun 29 14:07:54 oetest amavis[9740]:
/var/spool/vscan/amavis/amavis-XXrikBpT: from=<[EMAIL PROTECTED]>,
to=<[EMAIL PROTECTED]>
Jun 29 14:07:54 oetest amavis[9740]: Extracting mime components
Jun 29 14:07:54 oetest amavis[9740]: Level: 1, parts: 1
Jun 29 14:07:54 oetest amavis[9740]: Archive nesting depth: 0
Jun 29 14:07:54 oetest amavis[9740]: File-type of msg-9740-1.txt: ASCII
text
Jun 29 14:07:54 oetest amavis[9740]: msg-9740-1.txt is atomic
Jun 29 14:07:54 oetest amavis[9740]: All virus scanners failed - mail
requeued (message-id=<[EMAIL PROTECTED]>)
Jun 29 14:07:54 oetest amavis[9740]: do_exit:1111 - ending execution
with 75
Jun 29 14:07:54 oetest amavis[9740]: socket shut down
Jun 29 14:07:54 oetest postfix/pipe[9712]: 3381D16127:
to=<[EMAIL PROTECTED]>, relay=vscan, delay=9069, status=deferred
(temporary failure)




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to