This is a discussion on Re: [AMaViS-user] spam question within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; On Mon July 10 2006 16:28, Gary V wrote: > http://marc.theaimsgroup.com/?l=amav...4015416829&w=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon July 10 2006 16:28, Gary V wrote:
> http://marc.theaimsgroup.com/?l=amav...4015416829&w=2 > Hi Gary what you wrote is clear, but i got troubles! here it is my 05-domain_id use strict; # $mydomain is used just for convenience in the config files and it is not # used internally by amavisd-new except in the default X_HEADER_LINE (which # Debian overrides by default anyway). chomp($mydomain = `head -n 1 /etc/mailname`); # amavisd-new needs to know which email domains are to be considered local # to the administrative domain. Only emails to "local" domains are subject # to certain functionality, such as the addition of spam tags. # # Default local domains to $mydomain and all subdomains. Remember to # override or redefine this if $mydomain is changed later in the config # sequence. @local_domains_acl = ( ".$mydomain" ); # @local_domains_maps = ( read_hash("/etc/postfix/relay_domains") ); 1; # insure a defined return when i uncomment # @local_domains_maps = ( read_hash("/etc/postfix/relay_domains") ); i got on log: Jul 14 17:23:03 mailgw1 postfix/smtp[24800]: E30FD37E0A: to=<xxx@xxx.xx>, relay=none, delay=1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refus ed) after: Jul 14 17:22:05 mailgw1 amavis[24703]: Module Amavis::Conf 2.065 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Archive::Tar 1.29 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Archive::Zip 1.16 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Archive::Tar 1.29 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Archive::Zip 1.16 Jul 14 17:22:05 mailgw1 amavis[24703]: Module BerkeleyDB 0.27 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Compress::Zlib 1.41 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Convert::TNEF 0.17 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Convert::UUlib 1.051 Jul 14 17:22:05 mailgw1 amavis[24703]: Module DBD::mysql 3.0006 Jul 14 17:22:05 mailgw1 amavis[24703]: Module DBI 1.51 Jul 14 17:22:05 mailgw1 amavis[24703]: Module DB_File 1.814 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Digest::MD5 2.36 Jul 14 17:22:05 mailgw1 amavis[24703]: Module MIME::Entity 5.420 Jul 14 17:22:05 mailgw1 amavis[24703]: Module MIME::Parser 5.420 Jul 14 17:22:05 mailgw1 amavis[24703]: Module MIME::Tools 5.420 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Mail::Header 1.74 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Mail::Internet 1.74 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Mail::SpamAssassin 3.001003 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Net::Cmd 2.26 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Net::DNS 0.57 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Net::SMTP 2.29 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Net::Server 0.90 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Time::HiRes 1.86 Jul 14 17:22:05 mailgw1 amavis[24703]: Module Unix::Syslog 0.100 Jul 14 17:22:05 mailgw1 amavis[24703]: Amavis::DB code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Amavis::Cache code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: SQL base code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: SQL::Log code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: SQL::Quarantine NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Lookup::SQL code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Lookup::LDAP code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: AM.PDP-in proto code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: SMTP-in proto code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Courier proto code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: SMTP-out proto code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Pipe-out proto code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: BSMTP-out proto code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Local-out proto code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: OS_Fingerprint code NOT loaded Jul 14 17:22:05 mailgw1 amavis[24703]: ANTI-VIRUS code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: ANTI-SPAM code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: ANTI-SPAM-SA code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Unpackers code loaded Jul 14 17:22:05 mailgw1 amavis[24703]: Found $file at /usr/bin/file Jul 14 17:22:05 mailgw1 amavis[24703]: No $dspam, not using it Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .mail Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .asc Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .uue Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .hqx Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .ync Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .F tried: unfreeze, freeze -d, melt, fcat Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .Z at /bin/uncompress Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .gz Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .bz2 at /bin/bzip2 -d Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .lzo tried: lzop -d Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .rpm tried: rpm2cpio.pl, rpm2cpio Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .cpio tried: pax Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .cpio at /bin/cpio Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .tar tried: pax Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .tar at /bin/cpio Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .deb at /usr/bin/ar Jul 14 17:22:05 mailgw1 amavis[24703]: Internal decoder for .zip Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .rar at /usr/bin/rar Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .arj at /usr/bin/arj Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .arc at /usr/bin/nomarch Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .zoo at /usr/bin/zoo Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .lha at /usr/bin/lha Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .doc tried: ripole Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .cab at /usr/bin/cabextract Jul 14 17:22:05 mailgw1 amavis[24703]: No decoder for .tnef Jul 14 17:22:05 mailgw1 amavis[24703]: Found decoder for .exe at /usr/bin/rar; /usr/bin/lha; /usr/bin/arj Jul 14 17:22:05 mailgw1 amavis[24703]: Using internal av scanner code for (primary) ClamAV-clamd Jul 14 17:22:05 mailgw1 amavis[24703]: Using internal av scanner code for (primary) check-jpeg Jul 14 17:22:05 mailgw1 amavis[24703]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan Jul 14 17:22:05 mailgw1 amavis[24703]: Creating db in /var/lib/amavis/db/; BerkeleyDB 0.27, libdb 4.3 TIA! -- maurizio ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |