1

Topic: Email being rejected.

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

Brand new install to CentOS 7

I am getting this error:

May 19 19:28:23 mx postfix/postscreen[6690]: CONNECT from [216.40.44.226]:48962 to [149.56.140.94]:25
May 19 19:28:29 mx postfix/postscreen[6690]: PASS NEW [216.40.44.226]:48962
May 19 19:28:29 mx postfix/smtpd[6693]: connect from smtprelay0226.hostedemail.com[216.40.44.226]
May 19 19:28:29 mx postfix/smtpd[6693]: NOQUEUE: reject: RCPT from smtprelay0226.hostedemail.com[216.40.44.226]: 451 4.7.1 <steve@whimpymail.com>: Recipient address rejected: Intentional policy rejection, please try again later; from=<steve@whitt.net> to=<steve@whimpymail.com> proto=ESMTP helo=<smtprelay.hostedemail.com>
May 19 19:28:29 mx postfix/smtpd[6693]: disconnect from smtprelay0226.hostedemail.com[216.40.44.226]



The sender is me from another account.

It did work. But then I tried to connect my Thunderbird to the users and it failed for some reason. I was blocked from any web access and then added my home IP address (not the one above) to the

ignoreip

list in jail.local

However, the email above keeps getting rejected.

I am able to receive mail from gmail.

Any ideas?

Thanks

Steve

----

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

2

Re: Email being rejected.

stevewhitt1 wrote:

Recipient address rejected: Intentional policy rejection, please try again later

This is greylisting. You can disable greylisting setting for testing purpose, it's recommended to enable it after testing:

python /opt/iredapd/tools/greylisting_admin.py --disable --from '@.' --to '@.'

Replace '--disable' by '--enable' to enable greylisting again. For more details, please visit:
http://www.iredmail.org/docs/manage.iredapd.html

3

Re: Email being rejected.

Thanks for the help.

I ran the command

python /opt/iredapd/tools/greylisting_admin.py --disable --from '@.' --to '@.'

and the emails were delivered

I then ran

python /opt/iredapd/tools/greylisting_admin.py --enable --from '@.' --to '@.'

and got

May 19 23:56:39 mx postfix/smtpd[11561]: connect from smtprelay0001.hostedemail.com[216.40.44.1]
May 19 23:56:39 mx postfix/smtpd[11561]: NOQUEUE: reject: RCPT from smtprelay0001.hostedemail.com[216.40.44.1]: 451 4.7.1 <steve@whimpymail.com>: Recipient address rejected: Intentional policy rejection, please try again later; from=<steve@whitt.net> to=<steve@whimpymail.com> proto=ESMTP helo=<smtprelay.hostedemail.com>
May 19 23:56:39 mx postfix/smtpd[11561]: disconnect from smtprelay0001.hostedemail.com[216.40.44.1]

running

python /opt/iredapd/tools/greylisting_admin.py --list   

shows

[root@mx log]# python /opt/iredapd/tools/greylisting_admin.py --list            Status   Sender                             -> Local Account
------------------------------------------------------------------------------
enabled  @. (anyone)                        -> @. (anyone)


How can I get the emails to be delivered without disabling graylisting?

Steve

4

Re: Email being rejected.

stevewhitt1 wrote:

How can I get the emails to be delivered without disabling graylisting?

This is mission impossible.
Greylisting always cause delay due to how it works, check http://greylisting.org/ for more details.