Mailbox quota warn: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 March 2012

  • curprev 14:0314:03, 8 March 2012>Homaar 1,117 bytes +1,117 Die Seite wurde neu angelegt: „<pre> #!/bin/bash PFAD=/var/spool/mail/ # Warnschwelle in Prozent (15 = 15% unter der Gesamtgoesse) WARN=20 for i in `find $PFAD -name "*"`; do # Eigentueme…“