1

Topic: dovecot-lmtp delivery working?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.8.7
- Linux/BSD distribution name and version: Debian v7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): apache
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

we followed the instructions at http://www.iredmail.org/docs/upgrade.ir … dovecot-2x

after fully updating to 0.8.7 we switched a test domain to lmtp delivery via local socket (and afterwards also via tcp), we fail quite simply with postfix not being able to deliver:
private/dovecot-lmtp] said: 451 4.3.0

(after switching the domain back to "normal" dovecot delivery all is fine)

therefore I suspect the instructions are not exactly complete here.

thx.

----

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

2

Re: dovecot-lmtp delivery working?

Please show us some data for troubleshooting:

*) command output: "postconf -n"
*) If you set per-domain transport with iRedAdmin-Pro, please capture a screenshot of domain profile page, tab "Relay".
*) If you set per-domain transport with command line, please show us SQL command output:

use vmail;
select domain,transport from domain where domain='<your-domain-here>';