![]()  | 
| 
 Postfix: "Message size exceeds fixed limit" - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Postfix: "Message size exceeds fixed limit" (/thread-3863.html)  | 
Postfix: "Message size exceeds fixed limit" - sowosammerneger - 07-26-2008 05:29 PM Peekaboo, ![]() I have an account which has to transfer a lot of laaaaaarge mails and Postfix won't accept them with a "Message size exceeds fixed limit"? Any hint in which file to look for that? Thanks for any help. RE: Postfix: "Message size exceeds fixed limit" - sowosammerneger - 07-26-2008 05:39 PM This is what postconf -d says: Code: # postconf -d |grep size_limitThe Problem should be message_size_limit, but I wonder why the mailbox size is limited too, when cat main.cf says: Code: # cat main.cf |grep size_limitRE: Postfix: "Message size exceeds fixed limit" - Cube - 07-26-2008 07:46 PM man postconf Wrote:-d Print default parameter settings instead of actual settings. RE: Postfix: "Message size exceeds fixed limit" - Zothos - 07-26-2008 08:26 PM postconf -n bitte  
RE: Postfix: "Message size exceeds fixed limit" - sowosammerneger - 07-27-2008 03:57 AM Oups ... ![]() Code: #postconf -n |grep size_limitCan't we adjust the sizes for each mailbox and mail account? RE: Postfix: "Message size exceeds fixed limit" - sowosammerneger - 07-27-2008 04:06 AM I put a new line in main.cf: Code: message_size_limit = 0and so I get: Code: # postconf -n |grep size_limitbut it would still be nice to change these settings per account - at least I think so.  
 |