On Sat, 12 Sep 2015, Joey Hess wrote:
> I installed amavis to delete viruses. After a year, I noticed
> /var/lib/amavis/virusmails was where all my system's disk space had
> gone.
>
> After grepping through all the documentation, I have yet to find
> anything that documents this package behaves t
I installed amavis to delete viruses. After a year, I noticed
/var/lib/amavis/virusmails was where all my system's disk space had
gone.
After grepping through all the documentation, I have yet to find
anything that documents this package behaves this way. Is the admin
supposed to learn about this
Hello.
I think the better idea is make an archive of this files, something like:
-cut-
#!/bin/sh
cd /var/lib/amavis
DATE=`date -I`
mv virusmails virusmails-${DATE}
mkdir virusmails
chown amavis:amavis virusmails
tar cfj virusmails-archiv/virusmails-${DATE}.tar.bz2 virusmails-${DATE}
rm -rf vi
On Wed, 07 Apr 2010, Alexander Wirt wrote:
> Henrique de Moraes Holschuh schrieb am Tuesday, den 06. April 2010:
> > #!/bin/dash
> > [ -d /var/lib/amavis/virusmails ] && {
> > find /var/lib/amavis/virusmails/. -type f -name 'virus-*' -ctime +7
> > -delete
> > find /var/lib/amavis/v
Henrique de Moraes Holschuh schrieb am Tuesday, den 06. April 2010:
> #!/bin/dash
> [ -d /var/lib/amavis/virusmails ] && {
> find /var/lib/amavis/virusmails/. -type f -name 'virus-*' -ctime +7
> -delete
> find /var/lib/amavis/virusmails/. -type f -ctime +30 -delete
> }
> exit 0
>
#!/bin/dash
[ -d /var/lib/amavis/virusmails ] && {
find /var/lib/amavis/virusmails/. -type f -name 'virus-*' -ctime +7
-delete
find /var/lib/amavis/virusmails/. -type f -ctime +30 -delete
}
exit 0
Adjust to whatever you want, and tell cron to run it. If it removes crap
you didn't
On Thu, 11 Feb 2010, Alexander Wirt wrote:
> Brian May schrieb am Thursday, den 11. February 2010:
> > Seems to be a sensitive issue.
> > If I understand the arguments correctly, the arguments for are:
> >
> > * email that has been classified as spam that is past X days old is
> > unlikely to be u
Brian May schrieb am Thursday, den 11. February 2010:
> Seems to be a sensitive issue.
>
> If I understand the arguments correctly, the arguments for are:
>
> * email that has been classified as spam that is past X days old is
> unlikely to be useful.
> * spam accumulating in /var could bring th
Seems to be a sensitive issue.
If I understand the arguments correctly, the arguments for are:
* email that has been classified as spam that is past X days old is
unlikely to be useful.
* spam accumulating in /var could bring the system to its knees if let
go uncheck.
* therefore it is wise to de
Thomas Goirand schrieb am Donnerstag, den 11. Februar 2010:
> I'm talking about the default behavior here, once you install amavis and
> start using it. Not about any "high magic" as you say. But have you just
> said that amavis is not configured a correct way by default?
>
> By default, there i
This goes exactly the way I didn't want: a feel of start of a flame war.
I had the feeling, reading your answers, that there was some part of
it that were not 100% honest (when comparing junk mail to a database). I
hope this was not triggered by my poor writing style or that I misread
about your
Hi!
* Thomas Goirand [2010-02-10 15:30:42 CET]:
> Alexander Wirt wrote:
> > Eh no sorry, this should be up to the administrator.
>
> NO! Debian should deliver software well installed and behaving
> themselves correctly in the system.
This includes not deleting enduser data, how well t
Thomas Goirand schrieb am Mittwoch, den 10. Februar 2010:
severity 569150 wishlist
thanks
> >
> > Thomas Goirand schrieb am Mittwoch, den 10. Februar 2010:
> >
> >> Package: amavisd-new
> >> Version: 1:2.6.1.dfsg-1
> >> Severity: important
> >>
> >> Hi,
> >>
> >> By default, Amavis jails all th
Alexander Wirt wrote:
> severity 569150 wishlist
> thanks
>
> Thomas Goirand schrieb am Mittwoch, den 10. Februar 2010:
>
>> Package: amavisd-new
>> Version: 1:2.6.1.dfsg-1
>> Severity: important
>>
>> Hi,
>>
>> By default, Amavis jails all the virus or spams it finds in
>> /var/lib/amavis/virusm
Package: amavisd-new
Version: 1:2.6.1.dfsg-1
Severity: important
Hi,
By default, Amavis jails all the virus or spams it finds in
/var/lib/amavis/virusmails. I'm fine with this, but the folder is never
cleaned. A cron job each weeks/months should be added to the package to
delete spams that are X
severity 569150 wishlist
thanks
Thomas Goirand schrieb am Mittwoch, den 10. Februar 2010:
> Package: amavisd-new
> Version: 1:2.6.1.dfsg-1
> Severity: important
>
> Hi,
>
> By default, Amavis jails all the virus or spams it finds in
> /var/lib/amavis/virusmails. I'm fine with this, but the fold
16 matches
Mail list logo