On the Exim ByPass IP addresses for Sender Verify Callout there is an ability to list IPs to be except from the check.
The list states in its documentation:
Exim Version 4.95
For example;
I need to permit;
123.456.123.45
123.456.987.65
123.456.76.543
...
...
123.456.12.456
How can I construct this rule with one line on the above?
The list states in its documentation:
You can use the following formats:
- Single IP addresses — Example: 192.168.0.1
- A range of IP addresses — Example: 192.168.0.0/24
Exim Version 4.95
For example;
I need to permit;
123.456.123.45
123.456.987.65
123.456.76.543
...
...
123.456.12.456
How can I construct this rule with one line on the above?
Last edited: