<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Email Delivery &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/email-delivery/feed/" rel="self" type="application/rss+xml" />
	<link>https://library.nagios.com</link>
	<description>Complete Nagios monitoring resources and documentation</description>
	<lastBuildDate>Wed, 08 Apr 2026 20:49:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://library.nagios.com/wp-content/uploads/2024/11/Nagios-Blue-N.svg</url>
	<title>Email Delivery &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Nagios XI Email Notification Setup: Gmail, Microsoft 365, Yahoo, and Zoho Guide (2026)</title>
		<link>https://library.nagios.com/tutorials/nagios-xi-email-notification-setup/</link>
		
		<dc:creator><![CDATA[Ayub Huruse]]></dc:creator>
		<pubDate>Tue, 27 Jan 2026 14:45:00 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Email Delivery]]></category>
		<category><![CDATA[Notifications]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=62823</guid>

					<description><![CDATA[Email notifications are the first line of defense in Nagios XI. When they fail, small issues become outages. This guide walks you through configuring reliable alerts with Gmail/Google Workspace, Microsoft 365/Outlook.com, Yahoo Mail, Zoho Mail, and custom SMTP relays. You’ll set up secure SMTP and OAuth 2.0, keep SPF/DKIM/DMARC aligned, run end-to-end tests, and use [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Email notifications are the first line of defense in Nagios XI. When they fail, small issues become outages. This guide walks you through configuring reliable alerts with Gmail/Google Workspace, Microsoft 365/Outlook.com, Yahoo Mail, Zoho Mail, and custom SMTP relays. You’ll set up secure SMTP and OAuth 2.0, keep SPF/DKIM/DMARC aligned, run end-to-end tests, and use logs and CLI checks to fix issues fast. Follow these steps to keep alerts deliverable, secure, and consistent.</p>



<h2 class="wp-block-heading">Prerequisites</h2>



<ul class="wp-block-list">
<li><strong>Admin access</strong> to Nagios XI.</li>



<li><strong>Provider account</strong> ready (mailbox or SMTP relay access). For Microsoft 365 OAuth, you’ll need an <strong>App registration</strong> with <strong>Client ID/Secret</strong> and <strong>Tenant ID</strong>.</li>



<li><strong>Time sync:</strong> The XI host is NTP‑synchronized (avoids TLS handshake and token issues).</li>



<li><strong>Firewall/NAT:</strong> Allow outbound TCP on <strong>587</strong> (preferred) and/or <strong>465</strong> to the provider host. Port <strong>25</strong> should be used only when your relay policy explicitly allows it.</li>



<li><strong>Deliverability:</strong> Your sending domain publishes <strong>SPF</strong>, signs with <strong>DKIM</strong>, and enforces <strong>DMARC</strong>. If you run your own relay, ensure valid <strong>PTR (reverse DNS)</strong> and matching <strong>HELO</strong> name.</li>



<li><strong>From address policy:</strong> Use a dedicated sender like <code>alerts@your-domain</code>. Keep <strong>From</strong> and <strong>Envelope-From (Return‑Path)</strong> aligned to a domain you control.</li>
</ul>



<h3 class="wp-block-heading">Where to configure in XI</h3>



<p>Nagios XI makes email setup straightforward. Navigate to these paths:</p>



<ul class="wp-block-list">
<li><strong>Admin → System Config → Email Settings → SMTP with Basic Auth</strong></li>



<li><strong>Admin → System Config → Email Settings → Gmail with OAuth2</strong> (optional Gmail OAuth)</li>



<li><strong>Admin → System Config → Email Settings → Microsoft with OAuth2</strong> (for Microsoft 365)</li>
</ul>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="548" src="https://library.nagios.com/wp-content/uploads/2025/08/Screenshot-2025-08-29-082130-1024x548.png" alt="Screenshot of Nagios XI Admin interface" class="wp-image-63362" title="Nagios XI Email Notification Setup: Gmail, Microsoft 365, Yahoo, and Zoho Guide (2026) 1" srcset="https://library.nagios.com/wp-content/uploads/2025/08/Screenshot-2025-08-29-082130-1024x548.png 1024w, https://library.nagios.com/wp-content/uploads/2025/08/Screenshot-2025-08-29-082130-300x161.png 300w, https://library.nagios.com/wp-content/uploads/2025/08/Screenshot-2025-08-29-082130-768x411.png 768w, https://library.nagios.com/wp-content/uploads/2025/08/Screenshot-2025-08-29-082130-1536x823.png 1536w, https://library.nagios.com/wp-content/uploads/2025/08/Screenshot-2025-08-29-082130.png 1873w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Screenshot of Nagios XI Admin interface.</figcaption></figure>



<h2 class="wp-block-heading">Quick Start for Any Provider</h2>



<p>For a fast setup:</p>



<p>1. Navigate to <strong>Admin → System Config → Email Settings → SMTP with Basic Auth</strong>.</p>



<p>2. Fill in these key fields:</p>



<ul class="wp-block-list">
<li><strong>SMTP Host:</strong> Your provider&#8217;s server, like <code>smtp.gmail.com</code>.</li>



<li><strong>Port:</strong> 587 for TLS/STARTTLS or 465 for SSL/TLS, depending on what&#8217;s required.</li>



<li><strong>Security:</strong> Choose TLS (STARTTLS) or SSL/TLS to match.</li>



<li><strong>Username:</strong> Typically your full email address (skip this for IP-allowlisted relays).</li>



<li><strong>Password:</strong> Your account password or an App Password—switch to OAuth tabs if supported.</li>



<li><strong>Send Mail From:</strong> Something clear like <code>Nagios Alerts &lt;alerts@your-domain.com&gt;</code>.</li>
</ul>



<p>3. Hit <strong>Test Settings</strong> to send a quick email and check if it lands.</p>



<p>Quick tip: If you&#8217;re sending on behalf of a shared mailbox or different address, verify &#8220;Send As&#8221; permissions with your provider to avoid bounces.</p>



<h2 class="wp-block-heading">Provider-Specific Setups</h2>



<p>Email providers keep updating their rules, especially in 2025 with a big shift toward OAuth over basic auth for better security. We&#8217;ve pulled these configs from official sources and tested them to ensure they&#8217;re solid.</p>



<h3 class="wp-block-heading">Gmail (Personal @gmail.com Accounts)</h3>



<p>For personal Gmail, the easiest secure option is an App Password, paired with two-step verification.</p>



<p>1. Enable two-step verification in your Google account settings.</p>



<p>2. Generate an App Password called &#8220;Nagios XI&#8221; and copy that 16-character code.</p>



<p>3. In Nagios XI&#8217;s SMTP section:</p>



<ul class="wp-block-list">
<li><strong>Host:</strong> <code>smtp.gmail.com</code></li>



<li><strong>Port/Security:</strong> 587 with TLS (STARTTLS) or 465 with SSL/TLS.</li>



<li><strong>Username:</strong> Your full Gmail address.</li>



<li><strong>Password:</strong> The App Password (Generated 16-character code).</li>



<li><strong>From:</strong> Your Gmail address or a verified alias.</li>
</ul>



<p>Run <strong>Test Settings</strong> to confirm.</p>



<p>If your organization insists on OAuth, use the <strong>Gmail with OAuth2</strong> tab and follow the prompts with your Google Cloud Client ID and Secret.</p>



<p>Common hiccups: &#8220;535 5.7.8 Username and Password not accepted&#8221; usually means double-check two-step verification is on and you&#8217;re using the App Password. &#8220;Must issue a STARTTLS command first&#8221;? Switch to 587/TLS.</p>



<p>This video walks through setting up email notifications with Gmail.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Setting up Email Notifications | Build the Ultimate XI Episode 2" width="800" height="450" src="https://www.youtube.com/embed/BHf_BjMJcnU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h3 class="wp-block-heading">Google Workspace (Business Accounts)</h3>



<p>Business users get the best results with Google Workspace&#8217;s SMTP relay, especially if you can set up IP allow listing for no-fuss auth.</p>



<ul class="wp-block-list">
<li><strong>Server:</strong> <code>smtp-relay.gmail.com</code></li>



<li><strong>Port:</strong> 587 (recommended with STARTTLS), 465 (SSL/TLS), or 25 (opportunistic TLS).</li>



<li><strong>Security:</strong> Matches the port—opportunistic on 25, STARTTLS on 587, SSL/TLS on 465.</li>



<li><strong>Authentication:</strong> Skip username/password if IP allowlisting is in play; just align your &#8220;From&#8221; with the policy.</li>
</ul>



<h3 class="wp-block-heading">Microsoft 365 </h3>



<p>Microsoft 365 is all about OAuth these days for top-notch security via the Microsoft Graph API.</p>



<p>1. In Microsoft Entra ID (formerly Azure AD):</p>



<ul class="wp-block-list">
<li>Set up an app registration and grab the Tenant ID and Client ID.</li>



<li>Create a Client Secret and keep it safe.</li>



<li>Add the &#8220;Mail.Send&#8221; permission under Microsoft Graph (Application type) and grant admin consent.</li>
</ul>



<p>2. Back in Nagios XI&#8217;s <strong>Microsoft with OAuth2</strong> tab:</p>



<ul class="wp-block-list">
<li>Plug in the Tenant ID, Client ID, and Secret.</li>



<li>Set a valid &#8220;Send From&#8221; mailbox or alias.</li>



<li>Click <strong>Test Credentials</strong>, then <strong>Test Settings</strong>.</li>
</ul>



<p>Stick to modern TLS (1.2 or higher) and keep the &#8220;From&#8221; address in line with what&#8217;s authorized.</p>



<p>As a temporary bridge, you can fall back to SMTP AUTH on <code>smtp.office365.com</code> with port 587 and STARTTLS (no 465 here). Use a licensed mailbox&#8217;s UPN and password, but enable SMTP AUTH at both the org and mailbox levels, and grant &#8220;Send As&#8221; if needed. Heads up: Basic Auth for SMTP is getting the axe permanently in September 2025, so shift to OAuth ASAP.</p>



<p>Typical errors: &#8220;5.7.139 Authentication unsuccessful&#8221; or &#8220;5.7.0 Authentication required&#8221; points to enabling SMTP AUTH (if using it), checking UPN/password, and sticking to 587/STARTTLS. &#8220;5.7.60 Client does not have permissions to send as this sender&#8221;? Grant &#8220;Send As&#8221; or tweak the &#8220;From&#8221;. </p>



<h3 class="wp-block-heading">Outlook.com</h3>



<p>For personal Microsoft accounts like Outlook.com, Hotmail, or Live, keep it simple:</p>



<ul class="wp-block-list">
<li><strong>Server:</strong> <code>smtp-mail.outlook.com</code></li>



<li><strong>Port/Security:</strong> 587 with STARTTLS.</li>



<li><strong>Authentication:</strong> Your full address and password; switch to an App Password if two-step verification is on.</li>
</ul>



<p>Read this article to learn more: </p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://library.nagios.com/tutorials/nagios-xi-email-notifications-via-outlook-microsoft-365-smtp/" target="_blank" rel="noreferrer noopener">Nagios XI Email Notifications for Microsoft 365 Outlook</a></div>
</div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Yahoo Mail</h3>



<p>Yahoo keeps third-party access secure with App Passwords.</p>



<p>1. Head to Yahoo Account Security and generate one named &#8220;Nagios XI&#8221;.</p>



<p>2. In Nagios XI SMTP:</p>



<ul class="wp-block-list">
<li><strong>Host:</strong> <code>smtp.mail.yahoo.com</code></li>



<li><strong>Port/Security:</strong> 465 with SSL/TLS or 587 with TLS.</li>



<li><strong>Username:</strong> Your full Yahoo address.</li>



<li><strong>Password:</strong> The App Password.</li>



<li><strong>From:</strong> Your Yahoo address.</li>
</ul>



<p>Read this article to learn more:</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://library.nagios.com/tutorials/how-to-set-up-nagios-xi-email-notifications-with-yahoo-mail-smtp/" target="_blank" rel="noreferrer noopener">How to Set Up Nagios XI Email Notifications with Yahoo Mail SMTP</a></div>
</div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Zoho Mail</h3>



<p>Zoho&#8217;s setup varies by region and account type.</p>



<p>For standard accounts:</p>



<ul class="wp-block-list">
<li><strong>Server:</strong> <code>smtp.zoho.com</code> for (US), <code>smtp.zoho.eu</code> for  (EU), <code>smtp.zoho.in</code> for (IN).</li>



<li><strong>Port/Security:</strong> 465 with SSL/TLS or 587 with TLS.</li>



<li><strong>Authentication:</strong> Email and password; use a Zoho App Password if MFA is enabled.</li>



<li><strong>From:</strong> Your Zoho address or allowed alias.</li>
</ul>



<p>Organizations on paid plans might use <code>smtppro.zoho.com</code> with the same ports and security.</p>



<p>Read this article to learn more:</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://library.nagios.com/tutorials/configuring-zoho-mail-for-nagios-xi-email-notifications/" target="_blank" rel="noreferrer noopener">Nagios XI Email Notifications with Zoho Mail SMTP: 2025 Guide</a></div>
</div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Custom SMTP / Internal Relay</h3>



<p>For custom setups, loop in your mail team to get:</p>



<ul class="wp-block-list">
<li>The hostname (FQDN), port, TLS mode, and auth method.</li>



<li>Policies for allowed From/Return-Path.</li>



<li>IP allowlisting or certificate rules.</li>



<li>Limits on rates and message sizes.</li>
</ul>



<p>To nail deliverability, publish SPF, sign with DKIM, enforce DMARC, and ensure PTR and HELO match up.</p>



<h2 class="wp-block-heading">Testing and Validation</h2>



<p>Once configured, don&#8217;t skip testing; it&#8217;s the best way to catch issues early.</p>



<ol class="wp-block-list">
<li>In the SMTP settings, click <strong>Test Settings</strong> and send to an email you can access.</li>



<li>Check both the Inbox and Spam/Junk folders.</li>



<li>If it flops, dive into the logs: <code>/usr/local/nagiosxi/tmp/phpmailer.log</code> for XI, or OS-specific ones.</li>



<li>For OAuth, head to the provider portal to validate tokens and credentials.</li>
</ol>



<p>Handy CLI tools for extra checks:</p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-Geist-Mono" style="font-size:.875rem;font-family:Code-Pro-Geist-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span role="button" tabindex="0" style="color:#D4D4D4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><pre class="code-block-pro-copy-button-pre" aria-hidden="true"><textarea class="code-block-pro-copy-button-textarea" tabindex="-1" aria-hidden="true" readonly># Probe STARTTLS for Microsoft 365
openssl s_client -starttls smtp -connect smtp.office365.com:587 -brief

# Test Gmail SMTP auth with App Password
swaks --to you@domain --server smtp.gmail.com --port 587 --auth LOGIN \
  --auth-user your@gmail.com --auth-password 'your-app-password' --tls

# Generic STARTTLS check
openssl s_client -starttls smtp -connect host.example.com:587 -showcerts</textarea></pre><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dark-plus" style="background-color: #1E1E1E" tabindex="0"><code><span class="line"><span style="color: #D4D4D4"># Probe STARTTLS for Microsoft 365</span></span>
<span class="line"><span style="color: #D4D4D4">openssl s_client -starttls smtp -connect smtp.office365.com:587 -brief</span></span>
<span class="line"><span style="color: #D4D4D4"></span></span>
<span class="line"><span style="color: #D4D4D4"># Test Gmail SMTP auth with App Password</span></span>
<span class="line"><span style="color: #D4D4D4">swaks --to you@domain --server smtp.gmail.com --port 587 --auth LOGIN \</span></span>
<span class="line"><span style="color: #D4D4D4">  --auth-user your@gmail.com --auth-password &#39;your-app-password&#39; --tls</span></span>
<span class="line"><span style="color: #D4D4D4"></span></span>
<span class="line"><span style="color: #D4D4D4"># Generic STARTTLS check</span></span>
<span class="line"><span style="color: #D4D4D4">openssl s_client -starttls smtp -connect host.example.com:587 -showcerts</span></span></code></pre></div>



<h2 class="wp-block-heading">Troubleshooting</h2>



<h3 class="wp-block-heading">Most Common Issues and Fixes</h3>



<ul class="wp-block-list">
<li><strong>Authentication Failures:</strong> Stick to the right App Password (for Gmail, Yahoo, Zoho) or OAuth (Microsoft 365, Gmail). For Microsoft 365&#8217;s SMTP AUTH fallback, enable it at org and mailbox levels, use 587/STARTTLS, and verify UPN/password. Sending as another address? Grant &#8220;Send As&#8221; permissions.</li>



<li><strong>TLS or Connection Errors:</strong> Ensure ports 587 and/or 465 are open outbound. Your XI host needs TLS 1.2+ and fresh CA certs. Remember, no port 465 for Microsoft 365 client submission.</li>



<li><strong>Relaying Denied:</strong> Auth properly with username/password or OAuth, or lean on an IP-allowlisted relay. Align the &#8220;From&#8221; with policy rules.</li>



<li><strong>Google Workspace Relay:</strong> Prompted for a password? Your policy likely wants IP allowlisting; drop credentials and fix the &#8220;From&#8221; domain.</li>



<li><strong>Gmail:</strong> &#8220;535 5.7.8 Username and Password not accepted&#8221; → Confirm two-step is enabled and use the App Password.</li>
</ul>



<h2 class="wp-block-heading">Quick Reference Table</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Provider</th><th>Server</th><th>Ports</th><th>Security</th><th>Auth Notes</th></tr></thead><tbody><tr><td>Gmail (personal)</td><td>smtp.gmail.com</td><td>587 / 465</td><td>TLS / SSL</td><td>OAuth <strong>preferred</strong>; App Password with 2SV supported. (<a href="https://developers.google.com/workspace/gmail/imap/imap-smtp?utm_source=chatgpt.com" target="_blank" rel="noreferrer noopener">Google for Developers</a>, <a href="https://support.google.com/mail/answer/185833?hl=en&amp;utm_source=chatgpt.com" target="_blank" rel="noreferrer noopener">Google Help</a>)</td></tr><tr><td>Google Workspace (SMTP Relay)</td><td>smtp relay.gmail.com</td><td>25 / 465 / 587</td><td>Opportunistic / SSL / STARTTLS</td><td>Prefer <strong>587/STARTTLS</strong>; IP allowlisting; align From domain. (<a href="https://support.google.com/a/answer/2956491?hl=en&amp;utm_source=chatgpt.com" target="_blank" rel="noreferrer noopener">Google Help</a>)</td></tr><tr><td>Microsoft 365</td><td>smtp.office365.com</td><td>587</td><td>STARTTLS</td><td><strong>OAuth recommended</strong>; SMTP AUTH w/Basic retires Sep 2025; no 465. (<a href="https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission?utm_source=chatgpt.com" target="_blank" rel="noopener">Microsoft Learn</a>)</td></tr><tr><td>Outlook.com</td><td>smtp.mail.outlook.com</td><td>587</td><td>STARTTLS</td><td>Modern Auth/OAuth2 supported; avoid Basic. (<a href="https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040?utm_source=chatgpt.com" target="_blank" rel="noopener">Microsoft Support</a>)</td></tr><tr><td>Yahoo Mail</td><td>smtp.mail.yahoo.com</td><td>465 / 587</td><td>SSL / TLS</td><td><strong>App Password</strong> required for third party SMTP. (<a href="https://help.yahoo.com/kb/SLN15241.html?utm_source=chatgpt.com" target="_blank" rel="noopener">Yahoo Help</a>)</td></tr><tr><td>Zoho Mail</td><td>smtp.zoho.com (region variants)</td><td>465 / 587</td><td>SSL / TLS</td><td>Password or App Password (MFA); some orgs use <code>smtppro.zoho.com</code>. (<a href="https://www.zoho.com/mail/help/zoho-smtp.html?utm_source=chatgpt.com" target="_blank" rel="noopener">Zoho</a>)</td></tr><tr><td>Custom/Internal Relay</td><td>your relay</td><td>25 / 587 / 465</td><td>As configured</td><td>Auth and/or IP allowlisting per policy; align From, SPF/DKIM/DMARC. (<a href="https://support.google.com/a/answer/2466580?hl=en&amp;utm_source=chatgpt.com" target="_blank" rel="noopener">Google Help</a>)</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Reliable email notifications prevent minor issues from becoming outages in Nagios XI. Configure SMTP and OAuth using the provider-validated settings in this guide, prioritize OAuth 2.0 as Microsoft retires legacy methods in 2025, and maintain SPF/DKIM/DMARC alignment to safeguard deliverability. If tests fail, use the logging, CLI checks, and quick-fix steps here to diagnose and resolve issues quickly.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Use the Email Delivery Wizard in Nagios XI</title>
		<link>https://library.nagios.com/tutorials/how-to-monitor-email-delivery-in-nagios-xi/</link>
		
		<dc:creator><![CDATA[Matthew Martinson]]></dc:creator>
		<pubDate>Fri, 09 Jan 2026 18:46:42 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Email Delivery]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[Setup & Installation]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Wizards]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?post_type=videos&#038;p=61733</guid>

					<description><![CDATA[Learn how to use the Email Delivery wizard in Nagios XI to test the sending and receipt of email messages on your mail server. ]]></description>
										<content:encoded><![CDATA[
<p>Nagios XI includes an Email Delivery Wizard that enables you to quickly configure a check that sends a test email message, verifies receipt, and then deletes the message.</p>



<p>The test email is sent using SMTP, and the verification and deletion are done via IMAP. </p>



<p>This document provides step-by-step instructions and usage notes: </p>


<div class="wp-block-pdfemb-pdf-embedder-viewer"><a href="https://library.nagios.com/wp-content/uploads/2025/10/Monitoring-Email-Delivery-with-Nagios-XI.pdf" class="pdfemb-viewer" style="" data-width="max" data-height="max" data-toolbar="bottom" data-toolbar-fixed="off">Monitoring-Email-Delivery-with-Nagios-XI</a></div>


<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Here is a direct link to the PDF as well:</p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-Email-Delivery-with-Nagios-XI.pdf" target="_blank" rel="noreferrer noopener">How to Use the Email Delivery Wizard in Nagios XI </a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
