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
error writing message: File too large
-
hanya.radwan
- Posts: 194
- Joined: Tue Feb 25, 2014 6:12 am
- Location: palestine
error writing message: File too large
You do not have the required permissions to view the files attached to this post.
Re: error writing message: File too large
If you set:
there is not going to be a limit.
Then you will need to restart postfix:
Code: Select all
mailbox_size_limit=0Then you will need to restart postfix:
Code: Select all
service postfix restartBe 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
I did that.
Re: error writing message: File too large
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
yes, this error doesn't appear in maillog file.