1 (edited by ired_mania 2021-03-07 20:46:40)

Topic: Warning : sendmail: fatal: root(0): message file too big

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I cannot receive log-watch report and just receive below warning whereas all othere messages are being successfully either delivered or received. ( and also current message size limit is 25m)

/etc/cron.daily/0logwatch:
postdrop: warning: uid=0: File too large
sendmail: fatal: root(0): message file too big

In addition, since I changed below parameters, I have been receiving this warning. I am not sure If it is related.

qmgr_message_active_limit = 50000
default_recipient_limit = 50000
qmgr_message_recipient_limit = 50000

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Warning : sendmail: fatal: root(0): message file too big

The report email generated by logwatch is too large.

3

Re: Warning : sendmail: fatal: root(0): message file too big

how can I solve this problem? there is no email in  maildir

ZhangHuangbin wrote:

The report email generated by logwatch is too large.

4

Re: Warning : sendmail: fatal: root(0): message file too big

Try this: Create file /etc/logwatch/conf/services/postfix.conf and add this line:

$postfix_Enable_Long_Queue_Ids = Yes

Now run "logwatch" command again.