This is a discussion on [AMaViS-user] Compress quarantined spam letters within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Hello. When i was using amavisd-2.3 it was compressing spam and virus quarantine messages with gzip(1), but ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello.
When i was using amavisd-2.3 it was compressing spam and virus quarantine messages with gzip(1), but 2.5 does not do this even when i explicitly set gzip='/usr/bin/gzip'. How can i enable compression for quarantined messages? P.S. Are there any effort to prapare man pages for amavisd that will describe amavisd-agent stats and amavisd.conf knobs? ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/ |
|
|||
|
Igor,
> When i was using amavisd-2.3 it was compressing spam and virus > quarantine messages with gzip(1), but 2.5 does not do this even when i > explicitly set gzip='/usr/bin/gzip'. How can i enable compression for > quarantined messages? The $gzip='/usr/bin/gzip' has nothing to do with compression a quarantine, in only controls what program can be used for decoding mail parts. Whether a quarantine file is compressed or not depends on the setting of a %quarantine_method_by_ccat, e.g.: $spam_quarantine_method = 'local:spam/%m.gz'; # compressed $spam_quarantine_method = 'local:spam/%m'; # uncompressed That is, if the file name template ends with '.gz' the file will be compressed, otherwise not. > P.S. Are there any effort to prapare man pages for amavisd that will > describe amavisd-agent stats and amavisd.conf knobs? Not really... Some of the more-recently introduced counters are listed and briefly described in release notes. Some of the rest are pretty much self-explanatory, and for the rest check the source or ask. Mark ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/ |
|
|||
|
> Whether a quarantine file is compressed or not depends on the
> setting of a %quarantine_method_by_ccat, e.g.: > $spam_quarantine_method = 'local:spam/%m.gz'; # compressed > $spam_quarantine_method = 'local:spam/%m'; # uncompressed > That is, if the file name template ends with '.gz' the file > will be compressed, otherwise not. See also: http://www.ijs.si/software/amavisd/a...tml#quarantine Mark ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|