<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Configure Zabbix to Send Email Alerts to Gmail Account &#8211; Part 2	</title>
	<atom:link href="https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 28 Oct 2021 08:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jens Pauwels		</title>
		<link>https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1330643</link>

		<dc:creator><![CDATA[Jens Pauwels]]></dc:creator>
		<pubDate>Tue, 28 Apr 2020 09:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15251#comment-1330643</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1324625&quot;&gt;djiman wabi&lt;/a&gt;.

Hello,

I also was not able to find that file on that location. Please check the server conf file at &lt;strong&gt;/etc/zabbix/zabbix_server.conf&lt;/strong&gt; and look for &#039;&lt;strong&gt;alertscripts&lt;/strong&gt;&#039; path.

My default folder was &lt;strong&gt;/usr/lib/zabbix/alertscripts&lt;/strong&gt; for some reason.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1324625">djiman wabi</a>.</p>
<p>Hello,</p>
<p>I also was not able to find that file on that location. Please check the server conf file at <strong>/etc/zabbix/zabbix_server.conf</strong> and look for &#8216;<strong>alertscripts</strong>&#8216; path.</p>
<p>My default folder was <strong>/usr/lib/zabbix/alertscripts</strong> for some reason.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: djiman wabi		</title>
		<link>https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1324625</link>

		<dc:creator><![CDATA[djiman wabi]]></dc:creator>
		<pubDate>Wed, 01 Apr 2020 21:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15251#comment-1324625</guid>

					<description><![CDATA[Good Evening...

Please we do not understand how you could make the script file.
&lt;pre&gt;
# vi /usr/local/share/zabbix/alertscripts/zabbix-sendmail [On RHEL / CentOS 7]
$ sudo nano/usr/local/share/zabbix/alertscripts / zabbix-sendmail [On Debian 8]
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Good Evening&#8230;</p>
<p>Please we do not understand how you could make the script file.</p>
<pre>
# vi /usr/local/share/zabbix/alertscripts/zabbix-sendmail [On RHEL / CentOS 7]
$ sudo nano/usr/local/share/zabbix/alertscripts / zabbix-sendmail [On Debian 8]
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andreas Geesen		</title>
		<link>https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1314862</link>

		<dc:creator><![CDATA[Andreas Geesen]]></dc:creator>
		<pubDate>Wed, 05 Feb 2020 16:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15251#comment-1314862</guid>

					<description><![CDATA[I stumbled onto this howto and was mildly irritated by the use of &lt;strong&gt;SSMTP&lt;/strong&gt; but then for anybody using RedHat it might be harder to install the alternative &lt;strong&gt;Nullmailer&lt;/strong&gt;.

In systems of the &lt;strong&gt;Debian&lt;/strong&gt; family-like &lt;strong&gt;Raspi&lt;/strong&gt; and &lt;strong&gt;Ubuntu&lt;/strong&gt;, both are available. &lt;strong&gt;Nullmailer&lt;/strong&gt; should be preferred because it is currently still maintained. In Red Hat&#039;s descendants, you are more likely to find SSMTP. It has not been changed since 2014, although there are security concerns afaik.

While SSMTP dumps messages directly to the configured SMTP server and terminates immediately, Nullmailer works like a &quot;real&quot; mail server: The program uses a queue into which it accepts messages and which it processes regularly. Accordingly, a Nullmailer process runs permanently. Sending via Nullmailer is, therefore, more robust. SSMTP is more suitable as an extra in containers.]]></description>
			<content:encoded><![CDATA[<p>I stumbled onto this howto and was mildly irritated by the use of <strong>SSMTP</strong> but then for anybody using RedHat it might be harder to install the alternative <strong>Nullmailer</strong>.</p>
<p>In systems of the <strong>Debian</strong> family-like <strong>Raspi</strong> and <strong>Ubuntu</strong>, both are available. <strong>Nullmailer</strong> should be preferred because it is currently still maintained. In Red Hat&#8217;s descendants, you are more likely to find SSMTP. It has not been changed since 2014, although there are security concerns afaik.</p>
<p>While SSMTP dumps messages directly to the configured SMTP server and terminates immediately, Nullmailer works like a &#8220;real&#8221; mail server: The program uses a queue into which it accepts messages and which it processes regularly. Accordingly, a Nullmailer process runs permanently. Sending via Nullmailer is, therefore, more robust. SSMTP is more suitable as an extra in containers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rajesh		</title>
		<link>https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1308333</link>

		<dc:creator><![CDATA[Rajesh]]></dc:creator>
		<pubDate>Wed, 25 Dec 2019 09:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15251#comment-1308333</guid>

					<description><![CDATA[Hi! The issue is: we are getting trigger alert emails as downloadable files. We need to download a file and then only we can see what is inside that file. We want alert as texts. Can anyone please help us out regarding this.]]></description>
			<content:encoded><![CDATA[<p>Hi! The issue is: we are getting trigger alert emails as downloadable files. We need to download a file and then only we can see what is inside that file. We want alert as texts. Can anyone please help us out regarding this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Stretch		</title>
		<link>https://www.tecmint.com/configure-zabbix-to-send-email-alerts-to-gmail/comment-page-1/#comment-1098140</link>

		<dc:creator><![CDATA[Kevin Stretch]]></dc:creator>
		<pubDate>Wed, 30 Jan 2019 19:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15251#comment-1098140</guid>

					<description><![CDATA[Could not get the old command to work with Office365. Try this one instead (don&#039;t forget to add the command line arguments in the Zabbix dashboard)

&lt;code&gt;/usr/bin/mail -s &quot;$2&quot; -r &quot;HARDCODE_FROM_ADDRESS&quot; &quot;$1&quot; &#060;&#060;&#060; &#034;$3&#034;&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Could not get the old command to work with Office365. Try this one instead (don&#8217;t forget to add the command line arguments in the Zabbix dashboard)</p>
<p><code>/usr/bin/mail -s "$2" -r "HARDCODE_FROM_ADDRESS" "$1" &lt;&lt;&lt; &quot;$3&quot;</code></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
