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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: Johann Spies
CC: exim-users
Betreff: 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