{{page>:menu}} ====== Dovecot ====== *http://wiki.dovecot.org/HowTo/SimpleVirtualInstall ===== skripty ===== ==== clean_expunge.sh ==== #!/bin/sh # Smaze maily, co jsou oznacene ke smazani, tj. flag T MAILDIR=/home/postfix find $MAILDIR/* -name *,ST -exec rm -f {} \; find $MAILDIR/* -name *,STa -exec rm -f {} \; find $MAILDIR/* -name maildirsize -exec rm -f {} \;