1

Topic: Can not get email

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySql
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: Linux
- Related log if you're reporting an issue:
====

I am having strange problem, I can not send and receive mail within and outside mail server, when i send email it says email send successfully but i can not get the mail on other email.

how to check what is the problem ?

Best Regards,
Waseem

----

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

2

Re: Can not get email

Any error log in Postfix log file?

3

Re: Can not get email

here are some logs.


Jul 31 00:29:39 mail postfix/local[5047]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit
Jul 31 00:29:40 mail postfix/master[4338]: warning: process /usr/libexec/postfix/local pid 5047 exit status 1
Jul 31 00:29:40 mail postfix/master[4338]: warning: /usr/libexec/postfix/local: bad command startup -- throttling
Jul 31 00:29:53 mail postfix/smtpd[5052]: connect from localhost.localdomain[127.0.0.1]
Jul 31 00:29:53 mail postfix/smtpd[5052]: 5C3A34AA7C0: client=localhost.localdomain[127.0.0.1], sasl_method=LOGIN, sasl_username=waseem.hassan@shc.gov.pk
Jul 31 00:29:53 mail postfix/cleanup[5058]: 5C3A34AA7C0: message-id=<9db01275c4e54eb8f68ee56c914b574c@shc.gov.pk>
Jul 31 00:29:53 mail roundcube: User waseem.hassan@shc.gov.pk [125.209.125.219]; Message for sarmad@shc.gov.pk; 250: 2.0.0 Ok: queued as 5C3A34AA7C0
Jul 31 00:29:53 mail postfix/smtpd[5052]: disconnect from localhost.localdomain[127.0.0.1]

4

Re: Can not get email

whmemon wrote:

Jul 31 00:29:39 mail postfix/local[5047]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit

Please fix this.
The value in Postfix setting 'mailbox_size_limit' is smaller than the one in `message_size_limit`.

5

Re: Can not get email

Issue resolved That was great help Thanks.

ZhangHuangbin wrote:
whmemon wrote:

Jul 31 00:29:39 mail postfix/local[5047]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit

Please fix this.
The value in Postfix setting 'mailbox_size_limit' is smaller than the one in `message_size_limit`.