<?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 Postfix and Dovecot with Virtual Domain Users in Linux &#8211; Part 2	</title>
	<atom:link href="https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 26 Feb 2023 20:04:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Frank		</title>
		<link>https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1973344</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Sun, 26 Feb 2023 20:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16925#comment-1973344</guid>

					<description><![CDATA[Hi,

I just update my Centos 9, I follow the steps
&lt;pre&gt;
# chown vmail:dovecot /var/log/dovecot.log
# chmod 660 /var/log/dovecot.log
&lt;/pre&gt;
But in the &lt;strong&gt;/var/log/maillog&lt;/strong&gt;, I got an error.
&lt;pre&gt;
Error: net_connect_unix(/run/dovecot/stats-writer) failed: Permission))
&lt;/pre&gt;
I do see &lt;strong&gt;/var/log/dovecot.log&lt;/strong&gt; with no issue.

I still can send &#038; receive emails though.

What is the cause on this?

Many thanks and great instructions!]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I just update my Centos 9, I follow the steps</p>
<pre>
# chown vmail:dovecot /var/log/dovecot.log
# chmod 660 /var/log/dovecot.log
</pre>
<p>But in the <strong>/var/log/maillog</strong>, I got an error.</p>
<pre>
Error: net_connect_unix(/run/dovecot/stats-writer) failed: Permission))
</pre>
<p>I do see <strong>/var/log/dovecot.log</strong> with no issue.</p>
<p>I still can send &amp; receive emails though.</p>
<p>What is the cause on this?</p>
<p>Many thanks and great instructions!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1912528</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 10 Nov 2022 06:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16925#comment-1912528</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1912488&quot;&gt;Frank&lt;/a&gt;.

@Frank,

You must set your domain under &quot;&lt;strong&gt;myhostname&lt;/strong&gt;&quot; in &lt;strong&gt;/etc/postfix/main.cf&lt;/strong&gt; file.
&lt;pre&gt;
myhostname = mydomain.com
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1912488">Frank</a>.</p>
<p>@Frank,</p>
<p>You must set your domain under &#8220;<strong>myhostname</strong>&#8221; in <strong>/etc/postfix/main.cf</strong> file.</p>
<pre>
myhostname = mydomain.com
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1912488</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Thu, 10 Nov 2022 04:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16925#comment-1912488</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1911167&quot;&gt;Frank&lt;/a&gt;.

Not getting any answer?

Here is the raw header from Gmail

Received: by T320.localdomain (Postfix, from userid 1000) id 90B1920813085; Wed,

I wish it is

Received: by mydomain.com (Postfix, from userid 1000) id 90B1920813085; Wed,]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1911167">Frank</a>.</p>
<p>Not getting any answer?</p>
<p>Here is the raw header from Gmail</p>
<p>Received: by T320.localdomain (Postfix, from userid 1000) id 90B1920813085; Wed,</p>
<p>I wish it is</p>
<p>Received: by mydomain.com (Postfix, from userid 1000) id 90B1920813085; Wed,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1911167</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Mon, 07 Nov 2022 16:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16925#comment-1911167</guid>

					<description><![CDATA[Hi,

Thank you for your great tutorial!  There is one issue though.

I can now send email using thunderbird to my Gmail account and Gmail actually receives it. However, I look at the raw header from Gmail. It shows

Received: from T320.localdomain ([my-ip-address]).

Where &lt;strong&gt;T320&lt;/strong&gt; is my Linux hostname. How can I make it show the actual domain, such as &lt;strong&gt;mydomain.com&lt;/strong&gt;, as below:

Received: from mydomain.com ([my-ip-address]).

My machine has two domains pointing to it with same ip address....]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for your great tutorial!  There is one issue though.</p>
<p>I can now send email using thunderbird to my Gmail account and Gmail actually receives it. However, I look at the raw header from Gmail. It shows</p>
<p>Received: from T320.localdomain ([my-ip-address]).</p>
<p>Where <strong>T320</strong> is my Linux hostname. How can I make it show the actual domain, such as <strong>mydomain.com</strong>, as below:</p>
<p>Received: from mydomain.com ([my-ip-address]).</p>
<p>My machine has two domains pointing to it with same ip address&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Javier S		</title>
		<link>https://www.tecmint.com/configure-postfix-and-dovecot-with-virtual-domain-users-in-linux/comment-page-1/#comment-1336748</link>

		<dc:creator><![CDATA[Javier S]]></dc:creator>
		<pubDate>Sat, 06 Jun 2020 21:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16925#comment-1336748</guid>

					<description><![CDATA[Password mismatch? Check my comment in the first part of this article.

I will quote it here:

After hours and hours just found the issue…

&lt;code&gt;`password` VARCHAR(100) NOT NULL,&lt;/code&gt;

But the result of

&lt;code&gt;ENCRYPT(‘PasswordForFirstEmailAccount’, CONCAT(‘$6$’, SUBSTRING(SHA(RAND()), -16)))&lt;/code&gt;

will always exceed 100 characters]]></description>
			<content:encoded><![CDATA[<p>Password mismatch? Check my comment in the first part of this article.</p>
<p>I will quote it here:</p>
<p>After hours and hours just found the issue…</p>
<p><code>`password` VARCHAR(100) NOT NULL,</code></p>
<p>But the result of</p>
<p><code>ENCRYPT(‘PasswordForFirstEmailAccount’, CONCAT(‘$6$’, SUBSTRING(SHA(RAND()), -16)))</code></p>
<p>will always exceed 100 characters</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
