Josef Vyb?hal: > Hi list, > is it okay (meaning if I am unknowingly breaking something by doing it) > when I clear "on hold" messages on the filesystem level? Meaning that I am > periodically cleaning /var/spool/postfix/hold directory from files older > than x. > > Is it acceptable approach, or should I rather stick to postsuper -d?
postsuper is the supported tool. Postfix 3.5 supports "postsuper -f" to expire and email return a bounce message to the sender. Wietse