Please, a user of mine has an inbox of over 5 GB, with no limits in the Postfix inbox max_size:
[root ~]# postconf -n |grep size mailbox_size_limit = 0 message_size_limit = 25240000 I have no problems sending mail to other users, thus I think I'm having this problem just for that user. When I do a simple: 'echo hello | mail -s test myuser', it goes to the Postfix queue and after some time, it gets bounced, but it seems also the email gets to the inbox too. Nov 8 18:48:35 correo postfix/local[11453]: 88CAF2D6A74: to=<u...@mydomain.gov.co>, relay=local, delay=1000, delays=0.27/0.05/0/1000, dsn=5.3.0, status=bounced (Command time limit exceeded: "/usr/bin/procmail") Could you please tell me if there is a solution different to reduce the size of the inbox file? Is there a 'physical' limit in the inbox file size even having mailbox_size_limit = 0? What might be the cause of my problem? I have postfix-2.3.3-2.1.el5_2 under CentOS 5.4 and ext3 as filesystem. Thank you very much. Pablo