1

Topic: Greylisting seems very slow (checking twice hiccup maybe...)

==== 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:
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.95-1
- Linux/BSD distribution name and version: ubuntu 14.04.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL 5.5.49
- Web server (Apache or Nginx): Apache 2.4.7
- Manage mail accounts with iRedAdmin-Pro? Yes
- Related log if you're reporting an issue: /var/log/iredapd/iredapd.log
====
I am having an issue with long greylisting delays and even sometimes not recognizing that it is an old "trusted" sender. When I look at the iredapd.log it looks it has double lines and it seems to be get larger than before. Compared to before I have to wait much longer for mail that is sent from addresses I have received mail from before to appear in inbox. Any suggestions ?
Sorry for the large log file...
Cheers

----

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

2

Re: Greylisting seems very slow (checking twice hiccup maybe...)

Please turn on debug mode in iRedAPD, try to send several testing emails from your external mail address (which is not whitelisted for greylisting service), then show us detailed log in iRedAPD log file.
http://www.iredmail.org/docs/debug.iredapd.html

3

Re: Greylisting seems very slow (checking twice hiccup maybe...)

You just need add all domain contacts to white-list.

view: python /opt/iredapd/tools/greylisting_admin.py --list-whitelist-domains 
add: python /opt/iredapd/tools/greylisting_admin.py --whitelist-domain --from '@trusted.org'

Regards