1

Topic: error with greylisting

==== 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): mysql
- Web server (Apache or Nginx):nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
====

I was waiting for an email from steam but I didn't get it so I checked my mail log and found this:

Recipient address rejected: Intentional policy rejection

which I understand to mean it got greylisted. My problem is that the domain is not supposed to be greylisting. When I run python greylisting_admin.py --list it shows domain.com as disabled. Now where I can only assume the problem comes from is the alias. Steam uses an email at domain.priv.com which is an alias of domain.com in iredadmin. Could this be messing up the greylisting causing priv to run it even when it's marked as not?

----

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

2

Re: error with greylisting

bayardis wrote:

When I run python greylisting_admin.py --list it shows domain.com as disabled.

Could you please show us the original output?

3

Re: error with greylisting

[root@email ~]# python /opt/iredapd/tools/greylisting_admin.py --list
Status   Sender                             -> Local Account
------------------------------------------------------------------------------
enabled  @. (anyone)                        -> rob@bayardis.eu
enabled  @. (anyone)                        -> @bayardis.eu
disabled @. (anyone)                        -> @neve.no
enabled  @. (anyone)                        -> @. (anyone)


The emails are coming to neve.priv.no which is aliased to neve.no

4

Re: error with greylisting

Use 'greylisting_admin.py' to disable it for '@neve.priv.no' too.