Please download two SQL files in below URL and import them:
https://bitbucket.org/zhb/iredmail/src/ … uebringer/
For example:
mysql> USE cluebringer;
mysql> SOURCE /tmp/extra.sql;
mysql> SOURCE /tmp/column_character_set.mysql;
Then go to Cluebringer web ui to disable greylisting for emails sent by domain 'newegg.com':
- click "Groups" under "Policies"
- click radio box "no_greylisting_for_external", choose "Members" in "Action" drop-down menu.
- choose "Add" in in "Action" drop-down menu
- input "@newegg.com" (without quotes) for "Member".
- click "Submit" button.
That's all. Let me know whether it works for you or not.