1

Topic: Iredapd greylisting whitelist

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.3.2
- Deployed with iRedMail Easy or the downloadable installer?Installer
- Linux/BSD distribution name and version: CentOS Linux release 7.8.2003
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
When I try to add a whitelist domain with the following command:
python3 /opt/iredapd/tools/greylisting_admin.py --whitelist-domain --from '@.interac.ca'

It does not appear to add to the sql table
If I list it with the following:
python3 /opt/iredapd/tools/greylisting_admin.py --list-whitelist-domains

It does not appear in the list or the mysql table

The response when adding it is:
* Whitelisting sender domain: .interac.ca

Any help would be appreciated

----

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

2

Re: Iredapd greylisting whitelist

I don note that it works fine with '@avanti.ca' but not '@.avanti.ca'

3

Re: Iredapd greylisting whitelist

jwelstead wrote:

I don note that it works fine with '@avanti.ca' but not '@.avanti.ca'

With "--whitelist-domain" argument, it must be a valid domain name for SPF DNS query.
".avanti.ca" is not a valid domain name for DNS query.