Am Freitag, 27. Januar 2006 15:30 schrieb Al Bogner: > With a Debian Etch/Sid-system I use the versions below. With a similar > configuration on another machine it works. I think I have a wrong > configuration of the master.cf or/and the main.cf of postfix.
master.cf and main.cf were ok. I recommend to _purge_ amavis and use something like this for a _1st_ test. Dont't forget to correct the line breaks! /etc/amavis/conf.d/50-user use strict; $mydomain = 'client2.local.FQDN'; @local_domains_maps = ( [".$mydomain"] ); $sa_tag_level_deflt = -22.0; # add spam info headers if at, or above that level $max_servers = 2; # number of pre-forked children (default 2) $max_requests = 20; # retire a child after that many accepts (default 10) $child_timeout=5*60; # abort child if it does not complete each task in 1; # insure a defined return After this everything seems to work for me except clamav: Jan 27 20:53:07 client2 amavis[4248]: (04248-02) ClamAV-clamd av-scanner FAILED: Too many retries to talk to /var/run/clamav/clamd.ctl (Can't connect to UNIX socket /var/run/clamav/clamd.ctl: No such file or directory) at (eval 42) line 266. For more details see thread "ClamAV-clamd: Can't connect to UNIX socket", but antivir or bdc put the virus in quarantine without further configuration. How can I find out which virus-scanner caught the virus? The message below doens't help very much: Scanners detecting a virus: H+BEDV AntiVir or CentralCommand Vexira Antivirus, BitDefender Al ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ 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/
