PDA

View Full Version : Postffix quota problems


klausner
28th November 2006, 21:36
I have the same problem. I have set my /etc/postfix/main.cf "message_size_limit=30960000" and did a postfix reload, and when I do a "postconf -d" it still shows the default value of "message_size_limit=10240000"

Is the default value picked up from some other config file? What should I do to cause the "postconf -d" to show my 30960000?

David

till
28th November 2006, 22:44
postconf -d shows the defaults, not the values that where currently used by postfix. To get the values that where currently used, use "postconf -n"

klausner
29th November 2006, 00:18
Yes, but my system has just bounced an e-mail with a 24MB attachment. And the maillog said that it can't create user output file to /var/spool/mail/david

I've been writing to that file for years.

The "david" file is 660 and belongs to david:mail and there's plenty of disk space (18GB) available!

Any ideas?

klausner
29th November 2006, 09:27
I do not have ispconfig installed on this RH9

falko
30th November 2006, 15:10
Yes, but my system has just bounced an e-mail with a 24MB attachment. And the maillog said that it can't create user output file to /var/spool/mail/david

I've been writing to that file for years.

The "david" file is 660 and belongs to david:mail and there's plenty of disk space (18GB) available!

Any ideas?
What's the exact error message from your mail log?