Re: [exim] Cleaning up /var/spool/exim4/scan

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tom Kistner
Fecha:  
A: Johann Spies
Cc: exim-users
Asunto: Re: [exim] Cleaning up /var/spool/exim4/scan
Johann Spies wrote:

> Which is the safest way to clean up those directories?


Stop Exim, then:

rm -rf /path/to/spool/scan

It's just temporary data.

/tom