1

Topic: Disable domain not function

==== Required information ====
- iRedMail version (0.9.7 MYSQL edition.):
- Linux/BSD distribution name and version: Centos
- Store mail accounts in which backend (MySQL):
- Web server (Apache):
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

hello,
we have create ABC.com on Iredadmin but the service is still active on another host.
When EFG.com ( domain active on my server ) recive from ABC.com, postfix responde with this error:
<info@EFG.com>: Recipient address rejected: SMTP AUTH is required, or it is a spam with forged sender domain;

I understand the security rule, but with the disabled domain it should be bypassed but it does not work .

----

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

2

Re: Disable domain not function

Please show us output of command below:

ls -l /opt/

This is a known bug in iRedAPD-2.1 and earlier versions, it's fixed in development release.

3

Re: Disable domain not function

ZhangHuangbin wrote:

Please show us output of command below:

ls -l /opt/

This is a known bug in iRedAPD-2.1 and earlier versions, it's fixed in development release.


lrwxrwxrwx  1 root root   16 27 dic 18:53 iredapd -> /opt/iRedAPD-2.1
dr-x------  9 root root 4096  8 gen 16:09 iRedAPD-2.1
drwxr-xr-x. 2 root root 4096  4 ott 07:14 rh

4

Re: Disable domain not function

Confirmed it's a known bug, and fixed. Patch here:
https://bitbucket.org/zhb/iredapd/commi … 594010436d

5

Re: Disable domain not function

ZhangHuangbin wrote:

Confirmed it's a known bug, and fixed. Patch here:
https://bitbucket.org/zhb/iredapd/commi … 594010436d

Hello,
thanks for your response, now the error changed : :


Recipient address rejected: Intentional policy rejection, please try again later; from=<test@ABC.com> to=<info@EFG.com>

6

Re: Disable domain not function

rlzele58 wrote:

Recipient address rejected: Intentional policy rejection, please try again later; from=<test@ABC.com> to=<info@EFG.com>

This is greylisting, expected.
If you want to disable greylisting for 'ABC.COM', you can whitelist the IP address of this domain. check this tutorial:
https://docs.iredmail.org/manage.iredapd.html

7

Re: Disable domain not function

ZhangHuangbin wrote:
rlzele58 wrote:

Recipient address rejected: Intentional policy rejection, please try again later; from=<test@ABC.com> to=<info@EFG.com>

This is greylisting, expected.
If you want to disable greylisting for 'ABC.COM', you can whitelist the IP address of this domain. check this tutorial:
https://docs.iredmail.org/manage.iredapd.html


Perfect, now the email is delivered !

cd /opt/iredapd/tools/
python spf_to_greylist_whitelists.py ABC.COM

Thanks!