Mihai Mustea: > On 12/24/2009 6:58 PM, Gabriel Craciun wrote: > > ulimit?! > > > > > > On Thu, 2009-12-24 at 18:29 +0200, Mihai Mustea wrote: > >> file-handles > > > > Hey, > > I found out that I was running out of free inodes. Can that be the > problem? I cannot test these days because there's not much email traffic.
Use "df -i" to see how many inodes are left in the file system. Each file (Postfix queue file or otherwise) uses one inode to store the file attributes and where the data blocks for the file are. To simulate load on the SMTP server, use the smtp-source program. This is included with Postfix source code. Some distributions install this (along with the smtp-sink program). Wietse