Hans,

I checked the Sophos error message (sav_if/savierr.h),
and I believe the following entry corresponds to your status (112 = 0x70):

  #define SOPHOS_E_OUT_OF_DISK ((HRESULT)0x80030070L)

so it seems the Sophos SAVI hit the same problem as your MIME::Parser,
namely a disk partition running out of space or inodes.

> # df -k
> Dateisystem 1024-Blöcke      Frei %Belegt    Iused %Iused Angehängt an
> /dev/hd4          65536     49084     26%     1568    13% /
> /dev/hd2         786432     41136     95%    23339    67% /usr
> /dev/hd9var      131072     94164     29%      351     2% /var
> /dev/hd3         131072    126828      4%       96     1% /tmp

Looks fine. Perhaps situation improved meanwhile.
This looks like a very small 1 GB disk.

> Is there a variable which tells MIME::Parser where to temporarily save
> the files?

I'm afraid there isn't.
Last time I checked, the directory for creating temporary files
was burried deeply in C code of a IO::File::new_tmpfile.

> > Yes, these are the results of events like 'TROUBLE in ...' above.
> > Just stop amavisd, delete all these directories and files within, and
> > restart. Mail is still in MTA queue.
>
> Either there have been successfull retries later or your assumptions is
> not right. mailq "is empty"

Right. I forgot to add:
...or successfully processed on one of subsequent attempts.

> Ok, there has been a successfull retry. So it should be safe to delete
> the old tmp-dirs.

Yes.

Simplest is to stop amavisd, then you may delete all temporary directories.

If you don't want to stop amavisd, you may still delete old directories,
just make sure not to remove the ones currently in use by a running amavisd.

  Mark

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to