<?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: FreeBSD: postfix, dovecot, MUA – virtual domains, virtual users	</title>
	<atom:link href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Oct 2020 12:43:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Paul P.		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-253</link>

		<dc:creator><![CDATA[Paul P.]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 12:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-253</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-252&quot;&gt;Kliment Andreev&lt;/a&gt;.

Thanks!! I&#039;ve caught the logics and found another article: https://medium.com/mudita-misra/postfix-forward-email-to-another-email-account-a8d027fa18eb
The most important thing is that besides of editing virtual_alias_maps, in postfix main.cf there should be installed an option named `virtual_alias_domains ` and it should match all domains provided for the virtual folders. I.e. 

virtual_alias_domains = domain-one.com domain-two.net domain-three.org

Then we should update the postmap and reload the postfix - and voila! Emails are forwarded to the system&#039;s user account :)

Thanks for you help and tips!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-252">Kliment Andreev</a>.</p>
<p>Thanks!! I&#8217;ve caught the logics and found another article: <a href="https://medium.com/mudita-misra/postfix-forward-email-to-another-email-account-a8d027fa18eb" rel="nofollow ugc">https://medium.com/mudita-misra/postfix-forward-email-to-another-email-account-a8d027fa18eb</a><br />
The most important thing is that besides of editing virtual_alias_maps, in postfix main.cf there should be installed an option named `virtual_alias_domains ` and it should match all domains provided for the virtual folders. I.e. </p>
<p>virtual_alias_domains = domain-one.com domain-two.net domain-three.org</p>
<p>Then we should update the postmap and reload the postfix &#8211; and voila! Emails are forwarded to the system&#8217;s user account :)</p>
<p>Thanks for you help and tips!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kliment Andreev		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-252</link>

		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 16:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-252</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-250&quot;&gt;Paul P.&lt;/a&gt;.

See if &lt;a href=&quot;https://geekpeek.net/configure-postfix-mail-forward/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow ugc&quot;&gt;this &lt;/a&gt;works.
You&#039;ll have to configure the destination user as a local user. It might not work, just a guess.
Or, as you said, you can use cron to copy from one /var/mail/office to /var/spool/&lt;user&gt;. 
Mind that local users might use mailbox instead of maildir.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-250">Paul P.</a>.</p>
<p>See if <a href="https://geekpeek.net/configure-postfix-mail-forward/" target="_blank" rel="noopener noreferrer nofollow ugc">this </a>works.<br />
You&#8217;ll have to configure the destination user as a local user. It might not work, just a guess.<br />
Or, as you said, you can use cron to copy from one /var/mail/office to /var/spool/<user>.<br />
Mind that local users might use mailbox instead of maildir.</user></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul P.		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-250</link>

		<dc:creator><![CDATA[Paul P.]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-250</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-248&quot;&gt;Kliment Andreev&lt;/a&gt;.

Not a problem at all! But I have another question: is there a way to *forward* all messages coming to a virtual box, to the email box of a real user in the system? Could this be configured in postfix/main.cf or somewhere else? For example, now I have a real user named &#039;office&#039; and its mail is in /var/mail/office. I have thought that I could code a crontab task, which collects and copies all incoming virtual mail to the end of the /var/mail/office file (so then this file is worked out by Dovecot and it&#039;s accessible by my regular email client), but may be there is some easier way... thanks a lot!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-248">Kliment Andreev</a>.</p>
<p>Not a problem at all! But I have another question: is there a way to *forward* all messages coming to a virtual box, to the email box of a real user in the system? Could this be configured in postfix/main.cf or somewhere else? For example, now I have a real user named &#8216;office&#8217; and its mail is in /var/mail/office. I have thought that I could code a crontab task, which collects and copies all incoming virtual mail to the end of the /var/mail/office file (so then this file is worked out by Dovecot and it&#8217;s accessible by my regular email client), but may be there is some easier way&#8230; thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kliment Andreev		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-248</link>

		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Thu, 19 Sep 2019 13:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-248</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-247&quot;&gt;Paul P.&lt;/a&gt;.

Dovecot v1 and v2 differ a lot. I don&#039;t have any plans to work on a version for v1. Sorry...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-247">Paul P.</a>.</p>
<p>Dovecot v1 and v2 differ a lot. I don&#8217;t have any plans to work on a version for v1. Sorry&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul P.		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-247</link>

		<dc:creator><![CDATA[Paul P.]]></dc:creator>
		<pubDate>Thu, 19 Sep 2019 12:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-247</guid>

					<description><![CDATA[Thank you for this great step-by-step tutorial! The Postfix part worked for me on Postfix 2.9.4.
Is there any way to get the solution for Dovecot 1.2.16?
Seems there is no way to upgrade to Dovecot 2.x, but the version 1.2.x has another set of files, not mentioned in your tutorial.]]></description>
			<content:encoded><![CDATA[<p>Thank you for this great step-by-step tutorial! The Postfix part worked for me on Postfix 2.9.4.<br />
Is there any way to get the solution for Dovecot 1.2.16?<br />
Seems there is no way to upgrade to Dovecot 2.x, but the version 1.2.x has another set of files, not mentioned in your tutorial.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: marcel-plouf		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-215</link>

		<dc:creator><![CDATA[marcel-plouf]]></dc:creator>
		<pubDate>Mon, 20 Aug 2018 10:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-215</guid>

					<description><![CDATA[Thanks for this tutorial. It worked great for me with FreeBSD 11.1, I just had to uncomment ssl_dh parameter in ssl.conf dovecot file and generate the dh.pem file with `openssl dhparam -out /usr/local/etc/dovecot/dh.pem 4096`]]></description>
			<content:encoded><![CDATA[<p>Thanks for this tutorial. It worked great for me with FreeBSD 11.1, I just had to uncomment ssl_dh parameter in ssl.conf dovecot file and generate the dh.pem file with `openssl dhparam -out /usr/local/etc/dovecot/dh.pem 4096`</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gminfly		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-208</link>

		<dc:creator><![CDATA[Gminfly]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 17:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-208</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-207&quot;&gt;Kliment Andreev&lt;/a&gt;.

Yes I am using FreeBSD 11.0, but everything seems to work yet dovecot just refuses... Apache is so simple, I don&#039;t get why mail is still so complicated.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-207">Kliment Andreev</a>.</p>
<p>Yes I am using FreeBSD 11.0, but everything seems to work yet dovecot just refuses&#8230; Apache is so simple, I don&#8217;t get why mail is still so complicated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kliment Andreev		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-207</link>

		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 16:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-207</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-206&quot;&gt;Gminfly&lt;/a&gt;.

If you are using FreeBSD 11+ and newer versions of postfix, this tutorial might not work.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-206">Gminfly</a>.</p>
<p>If you are using FreeBSD 11+ and newer versions of postfix, this tutorial might not work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gminfly		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-206</link>

		<dc:creator><![CDATA[Gminfly]]></dc:creator>
		<pubDate>Sat, 20 Jan 2018 15:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-206</guid>

					<description><![CDATA[I followed your blog and get an &quot;Error: Internal auth failure&quot;
as well as an &quot;Error: userdb lookup failed: Internal error occurred.&quot;

log just says
auth: Error: Master requested auth for nonexistent client ...

Somethings amiss here]]></description>
			<content:encoded><![CDATA[<p>I followed your blog and get an &#8220;Error: Internal auth failure&#8221;<br />
as well as an &#8220;Error: userdb lookup failed: Internal error occurred.&#8221;</p>
<p>log just says<br />
auth: Error: Master requested auth for nonexistent client &#8230;</p>
<p>Somethings amiss here</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mbeichorn		</title>
		<link>https://blog.andreev.it/2013/12/freebsd-postfix-dovecot-mua-virtual-domains-virtual-users/#comment-124</link>

		<dc:creator><![CDATA[mbeichorn]]></dc:creator>
		<pubDate>Thu, 06 Nov 2014 05:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=936#comment-124</guid>

					<description><![CDATA[I had the same problem. That periodic emails were not getting to the email address specified in /etc/aliases for root. What was happening was that emails sent to root were sent off to root@example.com by postfix.

To fix this use &#039;localhost&#039; instead of &#039;example.com&#039; for myhostname, mydomain and myorigin in the postfix main.cf]]></description>
			<content:encoded><![CDATA[<p>I had the same problem. That periodic emails were not getting to the email address specified in /etc/aliases for root. What was happening was that emails sent to root were sent off to <a href="mailto:root@example.com">root@example.com</a> by postfix.</p>
<p>To fix this use &#8216;localhost&#8217; instead of &#8216;example.com&#8217; for myhostname, mydomain and myorigin in the postfix main.cf</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
