donovan jeffrey j: > > On Mar 2, 2010, at 9:03 PM, Wietse Venema wrote: > > > It may be worthwhile to run the Postfix fsspace test program. > > > > - Download any Postfix source code that compiles on your system. > > > > - cd into the source tree, then execute the following commands: > > > > make makefiles > > cd src/util > > make fsspace > > ./fsspace /var/spool/postfix > > > > and report if the numbers look wrong. > > > > Postfix uses the fsspace routine to determine the amount of > > free space in the queue file system. > > > > Wietse > > mx1:/usr/local/postfix-2.7.0/src/util root# ./fsspace /var/spool/postfix > /var/spool/postfix: block size 4096, blocks free 6836216
That would be 26 GBytes. > Filesystem 512-blocks Used Avail Capacity > iused ifree %iused Mounted on > /dev/disk0s3 160574256 105372640 54689616 66% > 13235578 6836202 66% / And that's 26 GBytes as well. It would be interesting to see what Postfix smtpd logs. You can turn it on selectively postconf -e debug_peer_list=127.0.0.1 postfix reload Then do "telnet 127.0.0.1 25", and "grep smtpd_check_queue /the/maillog/file". You can kill the logging with postconf -e debug_peer_list= Wietse