1 (edited by Frankstar 2017-01-06 00:19:29)

Topic: 554 Recipient address rejected: Policy rejecion not logged in

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: centos 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MS AD
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro?: no
- Related log if you're reporting an issue:
====

554 5.7.1 <xx.xxx@xx.xxx.com>: Recipient address rejected: Policy rejection not logged in; from=<xxx@x.com> to=<xx.xxx@xx.xxx.com> proto=ESMTP helo=<srvapp01.xxxx-xx>

Is it possible to whitelist this Rejections via iredAPD ?
I whitlisted this Sender already (with a helo_override file/hash file) but now i need to whitelist this rejection as well.
Disable any rejection is no solution for me.

This Server/Webapp is old and doesnt supported sals auth. (so the Sender is even in the same Subnet as the mailserver)

i my opinion there should be a whitelist function for that in iredAPD.

EDIT:

could it be

ALLOWED_FORGED_SENDERS = []

in

/opt/iRedAPD-1.9.1/libs/default_settings.py

?

This sound like what im looking for.
And somehow this looks like iredAPD can add values here.

EDIT 2:
Yes thats exactly what i was looking for.
it`s working now.
is there a iredapd script to add values there or do we need to add it in default_settings.py manualy ?

----

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

2

Re: 554 Recipient address rejected: Policy rejecion not logged in

Yes it's "ALLOWED_FORGED_SENDERS", but you should add it to /opt/iredapd/settings.py, DO NOT TOUCH "libs/default_settings.py".