I been getting the following in the maillog: Mar 11 04:02:24 mailer01 amavis[21751]: (21751-05) (!!)ask_av (F-Prot 6) FAILED - unexpected result: HTTP/1.1 501 Not Implemented\r\nServer: fprotd/4.6.8\r\nDate: Tue, 11 Mar 2008 08:02:24 GMT\r\nContent-Type: text/html\r\n<HTML><HEAD><T ITLE>501 Not Implemented</TITLE></HEAD>\n<BODY BGCOLOR="#cc9999"><H4>501 Not Implemented</H4>\nThat method is not implemented.\n<HR></BODY></HTML>\n Mar 11 04:02:24 mailer01 amavis[21751]: (21751-05) (!!)WARN: all primary virus scanners failed, considering backups
amavisd.conf is as follows: ### http://www.f-prot.com/ ['F-Prot fpscand', # F-PROT Antivirus for BSD/Linux/Solaris, version 6 \&ask_daemon, ["SCAN FILE {}/*\n", '127.0.0.1:10200'], qr/^(0|8|64) /, qr/^([1235679]|1[01345]) |<[^>:]*(?i)(infected|suspicious|unwanted)/, qr/(?i)<[^>:]*(?:infected|suspicious|unwanted)[^>:]*: ([^>]*)>/ ], What am I doing wrong? I would appreciate it. Pretty much all eicar tests fail to be caught, or are unscanned. Nothing is quarantined. My settings are as follows (I cp the "default.conf" to /etc and just added on the bottom: $max_servers = 10; # number of pre-forked children (2..15 is common) $max_requests = 12; $child_timeout=20*60; $daemon_user = 'amavis'; # (no default; customary: vscan or amavis) $daemon_group = 'amavis'; # (no default; customary: vscan or amavis) $mydomain = 'nightowlsnetwork.net'; # replace with your own domain, of course $virus_quarantine_method = ''; $spam_quarantine_method = ''; $banned_files_quarantine_method = ''; $bad_header_quarantine_method = ''; $sa_tag_level_deflt = -202.0; $sa_tag2_level_deflt = 8.31; $sa_kill_level_deflt = 50; $sa_dsn_cutoff_level = 50; $mailfrom_notify_admin = "[EMAIL PROTECTED]"; $mailfrom_notify_recip = "[EMAIL PROTECTED]"; $mailfrom_notify_spamadmin = "[EMAIL PROTECTED]"; $final_virus_destiny = D_DISCARD; $final_banned_destiny = D_DISCARD; $final_spam_destiny = D_DISCARD; $final_bad_header_destiny = D_PASS; # many badly configured servers out there $warnvirusrecip = 1; $warnbannedrecip = 1; @lookup_sql_dsn = ( [ 'DBI:mysql:mailfilter', 'root', 'xxxxxxxxx' ] ); $sql_select_policy = 'SELECT "Y" as local FROM probe_transport WHERE CONCAT("@",domain) IN (%k)'; Thanks. I been looking at this for a couple of days now. I am sure I overlooked something but at this point, I have no idea what. -- ************************************ * Joseph Dobransky * Webhosting Administrator * 1.727.953.6706 * 1.888.478.0555 * http://www.nightowlswebspace.com ************************************ * AIM: CrankyCronos * Yahoo: skeeter1jd * MSN: [EMAIL PROTECTED] * ICQ: 21228143 ************************************ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
