Restrict IP address for SMTP service in firewall: Difference between revisions
Appearance
Created page with "'''Concern''' :- Request from Jakson.com to restrict some IP address for mail sending.''' We have blocked the IP address with the following command on firewall to drop the ..." |
No edit summary |
||
| Line 1: | Line 1: | ||
[[category:Jakson]] | |||
'''Concern''' :- Request from Jakson.com to restrict some IP address for mail sending.''' | '''Concern''' :- Request from Jakson.com to restrict some IP address for mail sending.''' | ||
Latest revision as of 00:52, 7 November 2019
Concern :- Request from Jakson.com to restrict some IP address for mail sending.
We have blocked the IP address with the following command on firewall to drop the SMTP connections.
firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.16.14' service name=smtp reject"