<?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>iredmail Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/iredmail/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 27 Dec 2020 20:22:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to configure a mail server with iRedMail on Debian 10?</title>
		<link>https://www.osradar.com/configure-a-mail-server-with-iredmail-debian-10/</link>
					<comments>https://www.osradar.com/configure-a-mail-server-with-iredmail-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 08:21:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[iredmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Mail server]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27041</guid>

					<description><![CDATA[<p>Hello, friends. In this post, I&#8217;ll show you how to set up a mail server using iRedMail on Debian 10. Before we start… With iRedMail, you can deploy an OPEN SOURCE, FULLY FLEDGED, FULL-FEATURED mail server in several minutes, for free. This according to the project website. When we say Fully Fledged we don&#8217;t exaggerate. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-a-mail-server-with-iredmail-debian-10/">How to configure a mail server with iRedMail on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, I&#8217;ll show you how to set up a mail server using iRedMail on Debian 10.</p>



<h2>Before we start…</h2>



<blockquote class="wp-block-quote"><p>With iRedMail, you can deploy an OPEN SOURCE, FULLY FLEDGED, FULL-FEATURED mail server in several minutes, for free. </p></blockquote>



<p>This according to the <a href="https://www.iredmail.org/" target="_blank" rel="noreferrer noopener">project website.</a></p>



<p>When we say Fully Fledged we don&#8217;t exaggerate. iRedMail includes antivirus, protection tools, a web client, and many other things like calendar and so on that make it the best in its field.</p>



<p>This is why <strong>we recommend a server with 4Gb of RAM so you don&#8217;t have any problems deploying it</strong>. Also, the Debian server must be clean. This means that it should be freshly installed.</p>



<p>Besides this, you have to configure a DNS Mx with your hostname and domain name.</p>



<p>For example:</p>



<p><strong>In this post, I will use the domain angtest.ga, and the hostname will be mail.angtest.ga</strong></p>



<p>Properly configuring a DNS A (one to your domain and another to mail. [your-hostname] and MX is fundamental for us to be able to use it.</p>



<p>So, let&#8217;s get started.</p>



<h2>Configure a mail server with iRedMail on Debian 10</h2>



<h3>1.- Set the hostname</h3>



<p>Before we start we have to update our system. To do this, execute the following commands:</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>Then, you can define your hostname for it to run:</p>



<pre class="wp-block-preformatted">sudo hostnamectl set-hostname</pre>



<p>For this example:</p>



<pre class="wp-block-preformatted">sudo hostnamectl set-hostname mail.angtest.ga</pre>



<p>Now edit the /<strong>etc/hosts</strong> file and add the following lines</p>



<pre class="wp-block-preformatted">127.0.0.1 mail.angtest.ga localhost</pre>



<p>Remember to replace my hostname with yours. Then save the changes and close the editor.</p>



<h3>2.- Download and run iRedMail on Debian 10</h3>



<p>Now the next step is to download iRedMail by using <a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noreferrer noopener">the wget command.</a></p>



<pre class="wp-block-preformatted">wget https://github.com/iredmail/iRedMail/archive/1.3.2.tar.gz -O redmail.tar.gz</pre>



<p>Then, decompress the downloaded file</p>



<pre class="wp-block-preformatted">tar xvf redmail.tar.gz</pre>



<p>Then access the folder that is generated</p>



<pre class="wp-block-preformatted">cd iRedMail-1.3.2/</pre>



<p>Give execution permissions to the iRedMail script</p>



<pre class="wp-block-preformatted">chmod +x iRedMail.sh</pre>



<p>And execute it with the command sudo.</p>



<pre class="wp-block-preformatted">sudo bash iRedMail.sh</pre>



<p>And it will start all the process of package installation and configuration.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="509" src="https://www.osradar.com/wp-content/uploads/2020/12/2-9-1024x509.png" alt="1.- welcome screen" class="wp-image-27044" srcset="https://www.osradar.com/wp-content/uploads/2020/12/2-9-1024x509.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/2-9-300x149.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/2-9-768x382.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/2-9-696x346.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/2-9-1068x531.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/2-9.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- welcome screen</figcaption></figure>



<p>In the next screen, you have to define the directory where the emails will be stored.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="486" src="https://www.osradar.com/wp-content/uploads/2020/12/3-8-1024x486.png" alt="2.- Default mail storage path" class="wp-image-27045" srcset="https://www.osradar.com/wp-content/uploads/2020/12/3-8-1024x486.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/3-8-300x142.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/3-8-768x365.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/3-8-696x330.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/3-8-1068x507.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/3-8.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Default mail storage path</figcaption></figure>



<p>Then you can install Nginx to run the web client that incorporates iRedMail. If you don&#8217;t need one, you can choose not to install Nginx, otherwise install it. <strong>In this case, we will install it</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="449" src="https://www.osradar.com/wp-content/uploads/2020/12/4-6-1024x449.png" alt="3.- Choosing the web server to install" class="wp-image-27046" srcset="https://www.osradar.com/wp-content/uploads/2020/12/4-6-1024x449.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/4-6-300x131.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/4-6-768x336.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/4-6-696x305.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/4-6-1068x468.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/4-6.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Choosing the web server to install</figcaption></figure>



<p>Now it&#8217;s up to you to choose which application to use the email server to store your contacts and accounts. The options are OpenLDAP, MariaDB, and PostgreSQL. We will choose <a href="https://www.osradar.com/list-all-users-on-mysql-mariadb/" target="_blank" rel="noreferrer noopener">MariaDB</a>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="468" src="https://www.osradar.com/wp-content/uploads/2020/12/5-6-1024x468.png" alt="4.- Select MariaDB to store mail accounts" class="wp-image-27047" srcset="https://www.osradar.com/wp-content/uploads/2020/12/5-6-1024x468.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/5-6-300x137.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/5-6-768x351.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/5-6-696x318.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/5-6-1068x488.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/5-6.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Select MariaDB to store mail accounts</figcaption></figure>



<p>If you choose MariaDB, you have to define a root password.</p>



<p>Then, you have to indicate which is your domain.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="458" src="https://www.osradar.com/wp-content/uploads/2020/12/6-5-1024x458.png" alt="5.- Type your domain to configure a email server" class="wp-image-27048" srcset="https://www.osradar.com/wp-content/uploads/2020/12/6-5-1024x458.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/6-5-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/6-5-768x343.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/6-5-696x311.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/6-5-1068x477.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/6-5.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Type your domain to configure a email server</figcaption></figure>



<p>In the next screen, you have to specify a password for the mail domain administrator. Remember that it has to be strong enough.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="468" src="https://www.osradar.com/wp-content/uploads/2020/12/7-4-1024x468.png" alt="6.- Specify the password for the mail administrator" class="wp-image-27049" srcset="https://www.osradar.com/wp-content/uploads/2020/12/7-4-1024x468.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/7-4-300x137.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/7-4-768x351.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/7-4-696x318.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/7-4-1068x488.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/7-4.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- Specify the password for the mail administrator</figcaption></figure>



<p>Now it&#8217;s time to choose the components to be used by iRedMail.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="464" src="https://www.osradar.com/wp-content/uploads/2020/12/8-2-1024x464.png" alt="7.- Optional components of iRedMail" class="wp-image-27050" srcset="https://www.osradar.com/wp-content/uploads/2020/12/8-2-1024x464.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/8-2-300x136.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/8-2-768x348.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/8-2-696x315.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/8-2-1068x484.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/8-2.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>7.- Optional components of iRedMail</figcaption></figure>



<p>Then you will see an output where the options you have chosen are shown.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="788" height="406" src="https://www.osradar.com/wp-content/uploads/2020/12/9-2.png" alt="8.- Configure a email server with iRedMail" class="wp-image-27051" srcset="https://www.osradar.com/wp-content/uploads/2020/12/9-2.png 788w, https://www.osradar.com/wp-content/uploads/2020/12/9-2-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/9-2-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/9-2-696x359.png 696w" sizes="(max-width: 788px) 100vw, 788px" /><figcaption>8.- Configure a email server with iRedMail</figcaption></figure>



<p>You will also be asked if you want to use the firewall rules that iRedMail offers.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="689" height="136" src="https://www.osradar.com/wp-content/uploads/2020/12/10-2.png" alt="9.- Accept the firewall rules" class="wp-image-27052" srcset="https://www.osradar.com/wp-content/uploads/2020/12/10-2.png 689w, https://www.osradar.com/wp-content/uploads/2020/12/10-2-300x59.png 300w" sizes="(max-width: 689px) 100vw, 689px" /><figcaption>9.- Accept the firewall rules</figcaption></figure>



<p>In the end, if everything went well, you will see the following screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="809" height="677" src="https://www.osradar.com/wp-content/uploads/2020/12/11-2.png" alt="10.- iRedMail is installed" class="wp-image-27053" srcset="https://www.osradar.com/wp-content/uploads/2020/12/11-2.png 809w, https://www.osradar.com/wp-content/uploads/2020/12/11-2-300x251.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/11-2-768x643.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/11-2-696x582.png 696w" sizes="(max-width: 809px) 100vw, 809px" /><figcaption>10.- iRedMail is installed</figcaption></figure>



<p>Now reboot the server.</p>



<p>When it restarts, you can go to <code>https://mail.your-domain.com/iredadmin/</code> and you will see the login screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="851" height="436" src="https://www.osradar.com/wp-content/uploads/2020/12/12.png" alt="11.- iRedMail admin login screen" class="wp-image-27054" srcset="https://www.osradar.com/wp-content/uploads/2020/12/12.png 851w, https://www.osradar.com/wp-content/uploads/2020/12/12-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/12-768x393.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/12-696x357.png 696w" sizes="(max-width: 851px) 100vw, 851px" /><figcaption>11.- iRedMail admin login screen</figcaption></figure>



<h3>3.- Strongly recommended &#8211; Configuring the TLS certificate</h3>



<p>In an email server, the main thing is security so we have to generate a TLS certificate. The best way to do this is to use Let&#8217;s encrypt</p>



<p>So, install the certbot package.</p>



<pre class="wp-block-preformatted">sudo apt install certbot</pre>



<p>Then, execute the following command to generate the certificate</p>



<pre class="wp-block-preformatted">sudo certbot certonly --webroot --agree-tos --email your-email@example.com -d mail.your-domain.com -w /var/www/html/</pre>



<p>Remember to replace the fields with your domain.</p>



<p>They must now be added to postfix and Dovecot.</p>



<p>To add them to Postfix, open the Postfix configuration file:</p>



<pre class="wp-block-preformatted">sudo nano /etc/postfix/main.cf</pre>



<p>Find the lines:</p>



<pre class="wp-block-preformatted">smtpd_tls_key_file = /etc/ssl/private/iRedMail.key<br>smtpd_tls_cert_file = /etc/ssl/certs/iRedMail.crt<br>smtpd_tls_CAfile = /etc/ssl/certs/iRedMail.crt</pre>



<p>And replace them with the following:</p>



<pre class="wp-block-preformatted">smtpd_tls_key_file = /etc/letsencrypt/live/mail.your-domain.com/privkey.pem<br>smtpd_tls_cert_file = /etc/letsencrypt/live/mail.your-domain.com/cert.pem<br>smtpd_tls_CAfile = /etc/letsencrypt/live/mail.your-domain.com/chain.pem</pre>



<p>Replace <code>mail.your-domain.com</code> with the correct value in your case.</p>



<p>Save the changes and close the editor.</p>



<p>To apply the changes you have to restart the Postfix service</p>



<pre class="wp-block-preformatted">sudo systemctl reload postfix</pre>



<p>Now it&#8217;s Dovecot&#8217;s turn. Open the application configuration file.</p>



<pre class="wp-block-preformatted">sudo nano /etc/dovecot/dovecot.conf</pre>



<p>And find the lines:</p>



<pre class="wp-block-preformatted">ssl_cert = &lt;/etc/ssl/certs/iRedMail.crt<br>ssl_key = &lt;/etc/ssl/private/iRedMail.key</pre>



<p>And replace them with the following:</p>



<pre class="wp-block-preformatted">ssl_cert = &lt;/etc/letsencrypt/live/mail.your-domain.com/fullchain.pem<br>ssl_key = &lt;/etc/letsencrypt/live/mail.your-domain.com/privkey.pem</pre>



<p>Again, replace <code>mail.your-domain.com</code> with the correct value in your case.</p>



<p>Save the changes and close the editor. To apply the changes, execute:</p>



<pre class="wp-block-preformatted">sudo systemctl reload dovecot</pre>



<p>Now yes, the connections with our server are more secure.</p>



<h3>4.- Preparing iRedMail to the first use</h3>



<p>Now it&#8217;s time to create a new user to test the server.</p>



<p>Login to the admin panel.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/13-1024x525.png" alt="12.- iRedMail admin panel" class="wp-image-27057" srcset="https://www.osradar.com/wp-content/uploads/2020/12/13-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/13-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/13-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/13-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/13-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/13.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>12.- iRedMail admin panel</figcaption></figure>



<p>Go to <em>Add > Users</em> and define an email address and password. You can also define a limit of use.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/14-1024x525.png" alt="13.- Adding a mail user" class="wp-image-27058" srcset="https://www.osradar.com/wp-content/uploads/2020/12/14-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/14-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/14-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/14-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/14-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/14.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>13.- Adding a mail user</figcaption></figure>



<p>After that, you will see that the user has been created and you can expand or reduce the mailbox.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/15-1024x525.png" alt="14.-  User profile" class="wp-image-27059" srcset="https://www.osradar.com/wp-content/uploads/2020/12/15-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/15-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/15-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/15-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/15-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/15.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>14.-  User profile</figcaption></figure>



<h3>5.- Access to the mail server</h3>



<p>Now if you can go to <code>https://mail.your-domain.com/mail/</code> and see the web client</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/16-1024x525.png" alt="15.- Access to the mail account" class="wp-image-27061" srcset="https://www.osradar.com/wp-content/uploads/2020/12/16-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/16-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/16-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/16-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/16-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/16.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>15.- Access to the mail account</figcaption></figure>



<p>Now you can send and receive emails to your address.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2020/12/17-1024x525.png" alt="16.- Mail server with iRedMail on Debian 10" class="wp-image-27062" srcset="https://www.osradar.com/wp-content/uploads/2020/12/17-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/17-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/17-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/17-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/17-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/17.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>16.- Mail server with iRedMail on Debian 10</figcaption></figure>



<p>Optionally, you can even use a third-party client such as Thunderbird. Look at the image and note the parameters to use.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="587" height="669" src="https://www.osradar.com/wp-content/uploads/2020/12/18.png" alt="17.- Thunderbird settings" class="wp-image-27063" srcset="https://www.osradar.com/wp-content/uploads/2020/12/18.png 587w, https://www.osradar.com/wp-content/uploads/2020/12/18-263x300.png 263w" sizes="(max-width: 587px) 100vw, 587px" /><figcaption>17.- Thunderbird settings</figcaption></figure>



<p>In the end, the connection is successful and you can start using it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="557" src="https://www.osradar.com/wp-content/uploads/2020/12/19-1024x557.png" alt="18.- Mail server with iRedMail on Debian 10" class="wp-image-27064" srcset="https://www.osradar.com/wp-content/uploads/2020/12/19-1024x557.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/19-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/19-768x418.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/19-696x379.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/19-1068x581.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/19.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>18.- Mail server with iRedMail on Debian 10</figcaption></figure>



<p>So, enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-a-mail-server-with-iredmail-debian-10/">How to configure a mail server with iRedMail on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/configure-a-mail-server-with-iredmail-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
