Dara Poon: > Oct 14 13:03:00 smtp2 postfix/smtpd[433514]: fsspace: .: block size 4096, > blocks free 0 > Oct 14 13:03:00 smtp2 postfix/smtpd[433514]: smtpd_check_queue: blocks 4096 > avail 0 min_free 0 msg_size_limit 52428800 > Oct 14 13:03:00 smtp2 postfix/smtpd[433514]: NOQUEUE: reject: MAIL from > lampe16.ece.ubc.ca[137.82.57.92]: 452 4.3.1 Insufficient system storage; > proto=SMTP helo=<lampe16.ece.ubc.ca>
All Postfix daemons chdir() to $queue_directory (and optionally chroot()). Postfix has worked that way since 1997. If any system (OS or hardware) randomly returns "zero blocks free space", then you need a better system. Ther'e an XKCD cartoon about that. (There was a hack in DDWRT that hard-coded the pathname used in the fsspace() call, but that does not appear to be the case here). Wietse