This is a discussion on Re: RAMFS for Queue within the mailing.postfix.users forums, part of the Mail Servers and Related category; Postfix List: > Hi, > > I'm trying to use a RAMFS for the postfix Queue to see if ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Postfix List:
> Hi, > > I'm trying to use a RAMFS for the postfix Queue to see if I get any > performance gain in my environment, however I get the following error in > my log when I send a message through: > > Feb 18 13:37:06 myhost postfix/smtpd[18667]: warning: not enough free > space in mail queue: 0 bytes < 1.5*message size limit > > In my main.cf I have: > > message_size_limit = 0 > mailbox_size_limit = 0 > queue_minfree = 0 > > Any ideas why this would be? I just tested this and Postfix works just fine with such settings. I suspect that your ramdisk implementation does not properly report the amount of free space. This you might be able to verify with the df command. Wietse |