1

Topic: Problems after installing clean iredmail

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.3.1 MARIADB edition.
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Debian 10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? no
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

i see only this 3 lines in our maillog
Oct 19 12:51:56 mail3 postfix/qmgr[1892]: fatal: bad numerical configuration: dovecot_destination_recipient_limit = 1 content_filter = smtp-amavis:[127.0.0.1]:10024
Oct 19 12:51:57 mail3 postfix/master[939]: warning: process /usr/lib/postfix/sbin/qmgr pid 1892 exit status 1
Oct 19 12:51:57 mail3 postfix/master[939]: warning: /usr/lib/postfix/sbin/qmgr: bad command startup -- throttling

It repeats all the time, and emails are not sent. I've been trying to search for this error's but cant find information solving the problem.

Its a clean install, so it has never worked.

----

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

2

Re: Problems after installing clean iredmail

sindrehi wrote:

Oct 19 12:51:56 mail3 postfix/qmgr[1892]: fatal: bad numerical configuration: dovecot_destination_recipient_limit = 1 content_filter = smtp-amavis:[127.0.0.1]:10024

Do you put these 2 parameters in one line? It should be:

dovecot_destination_recipient_limit = 1
content_filter = smtp-amavis:[127.0.0.1]:10024

3

Re: Problems after installing clean iredmail

ZhangHuangbin wrote:
sindrehi wrote:

Oct 19 12:51:56 mail3 postfix/qmgr[1892]: fatal: bad numerical configuration: dovecot_destination_recipient_limit = 1 content_filter = smtp-amavis:[127.0.0.1]:10024

Do you put these 2 parameters in one line? It should be:

dovecot_destination_recipient_limit = 1
content_filter = smtp-amavis:[127.0.0.1]:10024

No, in two lines
Conf file is like this:
#
# Dovecot SASL support.
#
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/dovecot-auth
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1


#
# Amavisd + SpamAssassin + ClamAV
#
content_filter = smtp-amavis:[127.0.0.1]:10024

# Concurrency per recipient limit.
smtp-amavis_destination_recipient_limit = 1




#
# mlmmj - mailing list manager
#
mlmmj_destination_recipient_limit = 1

#
# This file is managed by iRedMail Team "support@iredmail.org" with Ansible,
# please do __NOT__ modify it manually.
#

4

Re: Problems after installing clean iredmail

Fixed with a support ticket. There's leading whitespace in line "content_filter".