Afficher un message
Vieux 24/04/2006, 19h16   #2
Greg Hackney
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Large file in /var/spool/postfix/maildrop

Bob wrote:
> My server has just created 805Mb file in /var/spool/postfix/maildrop
> called D8AE419185, this has left me little space in /var.
>
> Any ideas as to what this file may be and can I get rid of it?
>


Using the super user account (root), you should be able to get an idea
of what the file is with a command such as:


postcat -q D8AE419185 | head -n 200 | less

The file can be deleted with: postsuper -d D8AE419185

You can also limit the max message size in main.cf with
the message_size_limit configuration, such as:

message_size_limit = 10240000

for a limit of 10 megabytes.

--
Greg
  Réponse avec citation
 
Page generated in 0,04856 seconds with 9 queries