Constantino wrote: > Hi,
> Sorry my bad english... > Recently I installed Suse 9.3 and configured > fetchmail+postfix+amavis software through the Yast > (Accidentally. I thought that I was configuring the > KMail - my fault). The fetchmail get my e-mails from > external pop3 server , but, the amavis put all my > mails in directory: /var/spool/amavis/tmp. > My file /var/log/mail shows the following results: > Oct 30 14:34:00 jacob amavis[25405]: (25405-01) WARN: > all primary virus scanners failed, considering backups > Oct 30 14:34:00 jacob amavis[25405]: (25405-01) > TROUBLE in check_mail: virus_scan FAILED: virus_scan: > NO VIRUS SCANNERS AVAILABLE > Oct 30 14:34:00 jacob amavis[25405]: (25405-01) > PRESERVING EVIDENCE in > /var/spool/amavis/tmp/amavis-20051030T143400-25405 > Oct 30 14:34:00 jacob postfix/smtpd[25902]: > 7BBB337A8B: client=localhost[127.0.0.1] > Oct 30 14:34:00 jacob postfix/cleanup[25905]: > 7BBB337A8B: > I would like to read these e-mails that they are > stored in this directory in an email-client (as the > KMail) ... if possible. > Thanks. > Installed software: > amavisd-new 2.2.1-5 > postfix 2.2.1-3 > Suse Linux 9.3 amavisd-new does not admit to accepting a message until it has delivered it on the reinjection side. Postfix would still have the original messages queued, and will retry to send them. To fix the problem with amavisd-new, install a virus scanner, or disable virus scanning, then restart amavisd-new. The messages will eventually get delivered (or returned to the sender if enough time has passed). Use 'postfix flush' to speed up the process. Use 'mailq' to see messages waiting for delivery. You can view the email.txt files in those directories that were created, but you do not need to try to deliver those email.txt files. Gary V ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ 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/
