1

Topic: Recipient address rejected: Policy rejection not logged in

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1 
- Linux/BSD distribution name and version: RH 7.2
- 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.
====
Hello,
My server is acting as spam filter and relaying mail for somedomain
I have sometimes such message in logs:

 NOQUEUE: reject: RCPT from some.server.com [X.X.X.X]  554 5.7.1  (...) Recipient address rejected: Policy rejection not logged in

most messages are processed well by the server.
Where's the error. Should I whitelist this address?
Are they trying to authenticate on my server?

----

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

2

Re: Recipient address rejected: Policy rejection not logged in

Add this domain name in iRedAPD config file (/opt/iredapd/settings.py), parameter "ALLOWED_FORGED_SENDERS", then restart iredapd service.

For example:

ALLOWED_FORGED_SENDERS = ['domain.com', 'abc.com', 'xyz.com']