chatmail / nixos-chatmail

NixOS-based chatmail server
3 stars 0 forks source link

Setup cronjobs to remove old mails #3

Open link2xt opened 5 months ago

link2xt commented 5 months ago

Should probably use fd because find is slow.

root@nine /home/vmail/mail # time find /home/vmail/mail/nine.testrun.org  -path '*/maildirsize' -type f >/dev/null

real    1m9.907s
user    0m30.439s
sys 0m38.951s
root@nine /home/vmail/mail/nine.testrun.org # time fdfind --exact-depth 2 maildirsize -t f > /dev/null

real    0m11.057s
user    0m41.379s
sys 0m43.629s