1

Topic: wblist_admin.py blocking top-level domains

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.3
- Linux/BSD distribution name and version:  CentOS 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? no
- Related log if you're reporting an issue:
====
Hello,
I am referring to this post which is closed already:

Zhang wrote:

Re: wblist_admin.py blocking top-level domains
Bug in iRedAPD. Please fix it with this patch:
https://bitbucket.org/zhb/iredapd/commi … 36ec2ea83f
Thanks for the report. smile

I am not too familiar with patching, what do I need to do the above? I am having the same issue.

many thanks in advance

Andy

----

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

2

Re: wblist_admin.py blocking top-level domains

The patch is for iRedAPD-1.9.1:
https://bitbucket.org/zhb/iredapd/commi … 36ec2ea83f

According to the patch, you just need to open file /opt/iredapd/libs/utils.py, find line "'tld_domain': 2," (~= line 69), replace it by "'top_level_domain': 2,", save the change, restart iredapd service.

3

Re: wblist_admin.py blocking top-level domains

ZhangHuangbin wrote:

The patch is for iRedAPD-1.9.1:
https://bitbucket.org/zhb/iredapd/commi … 36ec2ea83f

According to the patch, you just need to open file /opt/iredapd/libs/utils.py, find line "'tld_domain': 2," (~= line 69), replace it by "'top_level_domain': 2,", save the change, restart iredapd service.

many thanks, did not think it is that easy ...
seems to work now!

regards
Andy