Project

General

Profile

Feature #711

Add IP Address To Whitelist using iRedAdmin Greylisting

Added by Daniel Curtis over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Mail Server
Target version:
Start date:
12/09/2015
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

I encountered a problem where emails were being bounced from certain hosts due to greylisting. The iRedAdmin admin panel doesn't have a section to add IP addresses to the greylisting tools whitelist.

Whitelisted IP addresses can be manually added to the SQL database used, my use case is MySQL.

  • Log into the database:
    mysql -u iredadminuser -p
    
    1. Once logged in, switch to the cluebringer database:
      use cluebringer;
      
    2. Then add the IP address, comment, and enable the whitelisted IP:
      INSERT INTO greylisting_whitelist (Source,Comment,Disabled) VALUES ('SenderIP:66.249.80.0/20','GOOGLE',0);
      

Resources

#1

Updated by Daniel Curtis over 8 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • % Done changed from 0 to 50
#2

Updated by Daniel Curtis over 8 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 50 to 100
#3

Updated by Daniel Curtis about 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF