1

Topic: how to whitelist

==== 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:
====

latest iredmail open source edition on centos 7 / mariadb

i'm using iredapd for greylisting. how do i properly whitelist senders? via IP and/or domain name if possible? Thanks.

----

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

2

Re: how to whitelist

I'm writing document to explain this, here's draft:
http://www.iredmail.org/docs/manage.iredapd.html

Note: those 2 scripts mentioned in document are shipped in upcoming iRedAPD release (v1.8.0), but you can download them from iredapd source code repo, and copy to /opt/iredapd/tools/ (it must be iRedAPD-1.7.0), then install package 'python-dns':
https://bitbucket.org/zhb/iredapd/src/default/tools/

3

Re: how to whitelist

it doesn't seem to work; adding a new whitelist entry:

Traceback (most recent call last):
  File "./wblist_admin.py", line 13, in <module>
    from libs import utils, wblist
ImportError: cannot import name wblist

if this is trying to read the table wblist from my amavisd db, it's empty as i never used that function. i only started now under iredapd.

thoughts?

4

Re: how to whitelist

fsantiago06111979 wrote:

it doesn't seem to work; adding a new whitelist entry:

Traceback (most recent call last):
  File "./wblist_admin.py", line 13, in <module>
    from libs import utils, wblist
ImportError: cannot import name wblist

if this is trying to read the table wblist from my amavisd db, it's empty as i never used that function. i only started now under iredapd.

thoughts?

But your draft docs did point me in the right direction and i was able to manually add entries directly into my iredapd db / greylisting_whitelists table. and it seems to work fine.

5

Re: how to whitelist

fsantiago06111979 wrote:

Traceback (most recent call last):
  File "./wblist_admin.py", line 13, in <module>
    from libs import utils, wblist
ImportError: cannot import name wblist

It's trying to read file /opt/iredapd/libs/wblist.py, available in iRedAPD-1.8.0.

6

Re: how to whitelist

Ok thanks. When do you expect that to be released?

7

Re: how to whitelist

iRedMail-0.9.4 is now available. smile
http://www.iredmail.org/forum/topic1051 … eased.html