<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sakshi</id>
	<title>TetraWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sakshi"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Special:Contributions/Sakshi"/>
	<updated>2026-07-25T08:20:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Restrict_IP_address_for_SMTP_service_in_firewall&amp;diff=3044</id>
		<title>Restrict IP address for SMTP service in firewall</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Restrict_IP_address_for_SMTP_service_in_firewall&amp;diff=3044"/>
		<updated>2019-11-06T12:04:50Z</updated>

		<summary type="html">&lt;p&gt;Sakshi: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Concern&amp;#039;&amp;#039;&amp;#039; :- Request from Jakson.com to restrict some IP address for mail sending.&amp;#039;&amp;#039;&amp;#039;    We have blocked the IP address with the following command on firewall to drop the ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Concern&#039;&#039;&#039; :- Request from Jakson.com to restrict some IP address for mail sending.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We have blocked the IP address with the following command on firewall to drop the SMTP connections.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;firewall-cmd --permanent --add-rich-rule=&amp;quot;rule family=&#039;ipv4&#039; source address=&#039;192.168.16.14&#039; service name=smtp reject&amp;quot;&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Sakshi</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Smart_Relay_Host_Port_in_Sendmail&amp;diff=3039</id>
		<title>Smart Relay Host Port in Sendmail</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Smart_Relay_Host_Port_in_Sendmail&amp;diff=3039"/>
		<updated>2019-10-28T08:59:08Z</updated>

		<summary type="html">&lt;p&gt;Sakshi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;&#039;&#039;There is an alternative to relay email using a different port at their mail server and their mail server supports SMTP authentication. You may follow the simple Sendmail setup below: –&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Find “DS” in /etc/mail/sendmail.cf and add your mail server name as below: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DSmail.example.com&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Find “Mrelay” in /etc/mail/sendmail.cf and add “2525” to “A=TCP $h” as below: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A=TCP $h 2525&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Add the following line below in /etc/mail/access file in one line: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AuthInfo:mail.example.com &amp;quot;U:user@example.com&amp;quot; &amp;quot;I:user@example.com&amp;quot; &amp;quot;P:password&amp;quot; &amp;quot;R:example.com&amp;quot; &amp;quot;M:LOGIN PLAIN&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Then, restart your Sendmail service as below: –&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;service sendmail restart&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Finally, you can monitor your maillog using the command below: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;tail -f /var/log/maillog&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reference&#039;&#039;&#039;   [http://wingloon.com/2008/04/06/setup-smart-relay-host-port-in-sendmail/] http://wingloon.com/2008/04/06/setup-smart-relay-host-port-in-sendmail/&lt;/div&gt;</summary>
		<author><name>Sakshi</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Smart_Relay_Host_Port_in_Sendmail&amp;diff=3038</id>
		<title>Smart Relay Host Port in Sendmail</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Smart_Relay_Host_Port_in_Sendmail&amp;diff=3038"/>
		<updated>2019-10-28T08:58:15Z</updated>

		<summary type="html">&lt;p&gt;Sakshi: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;There is an alternative to relay email using a different port at their mail server and their mail server supports SMTP authentication. You may follow the simple Sendmail ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;&#039;&#039;There is an alternative to relay email using a different port at their mail server and their mail server supports SMTP authentication. You may follow the simple Sendmail setup below: –&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Find “DS” in /etc/mail/sendmail.cf and add your mail server name as below: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DSmail.example.com&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Find “Mrelay” in /etc/mail/sendmail.cf and add “2525” to “A=TCP $h” as below: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A=TCP $h 2525&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Add the following line below in /etc/mail/access file in one line: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AuthInfo:mail.example.com &amp;quot;U:user@example.com&amp;quot; &amp;quot;I:user@example.com&amp;quot; &amp;quot;P:password&amp;quot; &amp;quot;R:example.com&amp;quot; &amp;quot;M:LOGIN PLAIN&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Then, restart your Sendmail service as below: –&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;service sendmail restart&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Finally, you can monitor your maillog using the command below: –&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;tail -f /var/log/maillog&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Reference&#039;&#039;&#039;   [http://wingloon.com/2008/04/06/setup-smart-relay-host-port-in-sendmail/]&lt;/div&gt;</summary>
		<author><name>Sakshi</name></author>
	</entry>
</feed>