Ok, let me try to explain this. For a fictional example, we have a very strict block on all email from ip range 80-89. Like So:
80 REJECT
81 REJECT
82 REJECT
83 REJECT
84 REJECT
85 REJECT
86 REJECT
87 REJECT
88 REJECT
89 REJECT
I would like to allow delivery of all mail from 82.150.150.150. What is the correct format for the ACCESS file to allow mail from this address? Or should I allow it by using the domain of the company.
80 REJECT
81 REJECT
82 REJECT
83 REJECT
84 REJECT
85 REJECT
86 REJECT
87 REJECT
88 REJECT
89 REJECT
I would like to allow delivery of all mail from 82.150.150.150. What is the correct format for the ACCESS file to allow mail from this address? Or should I allow it by using the domain of the company.