1

Topic: 1.0-beta1 Report: dovecot stats-reader

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.0-beta1
- Deployed with iRedMail Easy or the downloadable installer? stand alone
- Linux/BSD distribution name and version: FreeBSD 12.0-RELEASE-p10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- 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.
====

Oct  4 22:33:03 server dovecot[745]: stats: Error: conn stats-reader (127.0.0.1:32738): didn't reply with a valid VERSION line: EXPORT    global
Oct  4 22:33:03 server dovecot[745]: stats: Error: conn stats-reader (127.0.0.1:42835): didn't reply with a valid VERSION line: EXPORT    global
# snippet from /usr/local/etc/dovecot/dovecot.conf
# . . .
service stats {
    fifo_listener stats-mail {
        user = vmail
        mode = 0644
    }

    unix_listener stats-writer {
        user = vmail
        group = vmail
        mode = 0660
    }

    inet_listener {
        address = 127.0.0.1
        port = 24242
    }
}

----

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

2

Re: 1.0-beta1 Report: dovecot stats-reader

Please remove block below and restart Dovecot service:

    fifo_listener stats-mail {
        user = vmail
        mode = 0644
    }