1

Topic: Error reading configuration: Invalid settings: postmaster_address

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.8
- Linux/BSD distribution name and version: Ubuntu 16.04
- 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.
Apr 22 20:05:14 mx postfix/pipe[5552]: 72CA77F2BC: to=<abc@axz.ro>, relay=dovecot, delay=285706, delays=285706/0.07/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command output: lda(daiana@axz.ro,)Error: Error reading configuration: Invalid settings: postmaster_address setting not given lda: Fatal: Internal error occurred. Refer to server log for more information. )
====

Hello,

I've been evaluating your product for a pro subscription but I cannot get it to work.
After a simple installation I am receiving the following error when I try to send an email.

- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
Apr 22 20:05:14 mx postfix/pipe[5552]: 72CA77F2BC: to=<abc@axz.ro>, relay=dovecot, delay=285706, delays=285706/0.07/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command output: lda(daiana@axz.ro,)Error: Error reading configuration: Invalid settings: postmaster_address setting not given lda: Fatal: Internal error occurred. Refer to server log for more information. )

Any thoughts?

Thanks,
Rares

----

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

2

Re: Error reading configuration: Invalid settings: postmaster_address

Comment out "postmaster_address =" settings in /etc/dovecot/dovecot.conf and restart dovecot service should fix this issue.

Which version of Dovecot are you running? Please show us output of command:

doveconf -n | head

3

Re: Error reading configuration: Invalid settings: postmaster_address

Thanks for your reply.
The postmaster_address setting was already commented out (in /etc/dovecot/conf.d/15-lda.conf).

Still no joy.

# 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.13 (7b14904)
# OS: Linux 4.4.0-1054-aws x86_64 Ubuntu 16.04.4 LTS 
auth_master_user_separator = *
auth_mechanisms = PLAIN LOGIN
deliver_log_format = from=%{from}, envelope_sender=%{from_envelope}, subject=%{subject}, msgid=%m, size=%{size}, %$
dict {
  acl = mysql:/etc/dovecot/dovecot-share-folder.conf
  quotadict = mysql:/etc/dovecot/dovecot-used-quota.conf
}

4

Re: Error reading configuration: Invalid settings: postmaster_address

looks like the iredmail has failed the evaluation.

5

Re: Error reading configuration: Invalid settings: postmaster_address

rares wrote:

The postmaster_address setting was already commented out (in /etc/dovecot/conf.d/15-lda.conf).

iRedMail uses only /etc/dovecot/dovecot.conf, please check "postmaster_address" in dovecot.conf instead.
Note: it may contain 2 "postmaster_address" in dovecot.conf.