Hallo, today I had a surprising situation. Exim stopped. It's a German centos 5.3 64 Bit installation so the messages are partial in German. Then I tried a restart: [root at centos ~]# service exim restart exim beenden: [FEHLGESCHLAGEN] exim starten: /bin/bash: line 1: 6596 Die maximale Dateigr??e ist ?berschritten /usr/sbin/exim -bd -q30m [FEHLGESCHLAGEN] Reducing the size of /var/log/exim/main.log has solved the Problem. I presume it is a message of CentOS, not from exim. Is this correct? I think, max filesize in CentOS is 2 TB? See http://www.centos.org/product.html in "Filesystem". Where can I change it? Best regards Helmut -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090630/ff63539e/attachment.html>
Oh my! Did you verify the size of the main.log file? 2TB of mail.log data strikes me as too much. Are you rotating your logs? Is there a lot of spam moving through your system? Assuming you are running this on an ext3 filesystem you cannot increase the maximum file size beyodn 2TB. If you really do need bigger files than that then you should think about XFS or ext4. Exim does not have a max supported log size... at least I could not find it in the docs and I've never had that problem when running exim. Can you double check the size of mail.log and that is being rotated? --------------------------------- Geoff Galitz Blankenheim NRW, Germany <http://www.galitz.org/> http://www.galitz.org/ <http://german-way.com/blog/> http://german-way.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090630/ca53361f/attachment.html>
On 06/30/2009 12:23 PM, Helmut Drodofsky wrote:> Hallo, > > today I had a surprising situation. Exim stopped. It?s a German centos > 5.3 64 Bit installation so the messages are partial in German.there is an exim default limit or 2GB for the log file. you really should be rotating them so they dont get that large. - KB
From: Helmut Drodofsky <drodofsky at internet-xs.de>> today I had a surprising situation. Exim stopped. > Reducing the size of /var/log/exim/main.log > has solved the Problem. > I presume it is a message of CentOS, not > from exim. Is this correct?Do you have a 'LogFileMaxSize' in your configuration file...? BTW, no logrotate? JD