error writing message: File too large

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

error writing message: File too large

Post by hanya.radwan »

two hosts were down on 25/06/2014 during period 06:00 to 8:30 , but contacts didn't receive notifications , when I checked notifications it shows that there is notifications and sent as Dispatcher show .but when I check /var/log/maillog as attached I found this messages:

Jun 25 06:00:13 nms1 postfix/local[58245]: 5E1F9280193: to=<[email protected]>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=5.2.2, status=bounced (cannot update mailbox /var/mail/root for user root. error writing message: File too large)


I checked :

mailbox_size_limit=512000000

also the size of root file 500000

so please how can I fixed that
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: error writing message: File too large

Post by lmiltchev »

If you set:

Code: Select all

mailbox_size_limit=0
there is not going to be a limit.

Then you will need to restart postfix:

Code: Select all

service postfix restart
Be sure to check out our Knowledgebase for helpful articles and solutions!
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

Re: error writing message: File too large

Post by hanya.radwan »

I did that.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: error writing message: File too large

Post by lmiltchev »

Did this fix your issue or you are still getting the "File too large" errors?
Be sure to check out our Knowledgebase for helpful articles and solutions!
hanya.radwan
Posts: 194
Joined: Tue Feb 25, 2014 6:12 am
Location: palestine

Re: error writing message: File too large

Post by hanya.radwan »

yes, this error doesn't appear in maillog file.
Locked