1 (edited by landroid 2015-04-15 05:09:48)

Topic: Return receipt in roundcube SMTP Error (554)

======== Required information ====
- iRedMail version:0.9.0
- Store mail accounts in which backend (LDAP):
- Web server (Apache):
- Linux/BSD distribution name and version: CentOS 7.0
- Related log if you're reporting an issue:
====
When using roundcube
----------------------------
The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender?
SMTP Error (554): Failed to add recipient "my mail address" (5.7.1 <my mail address>: Recipient address rejected: Access denied).

help solve the problem

----

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

2

Re: Return receipt in roundcube SMTP Error (554)

Add below setting in /var/www/roundcubemail/config/config.inc.php should fix this issue:

$config['mdn_use_from'] = true;

3

Re: Return receipt in roundcube SMTP Error (554)

Thank you very much!