<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Plus addressing]]></title>
		<link>https://forum.iredmail.org/topic21124-plus-addressing.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic21124.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Plus addressing.]]></description>
		<lastBuildDate>Tue, 14 Apr 2026 01:48:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Plus addressing]]></title>
			<link>https://forum.iredmail.org/post91877.html#p91877</link>
			<description><![CDATA[<p>Postfix is configured to call Dovecot deliver program with &quot;-m ${extension}&quot;, you may want to remove it from /etc/postfix/master.cf so that Dovecot doesn&#039;t deliver it to a new folder:<br /></p><div class="codebox"><pre><code>dovecot    unix  -       n       n       -       -       pipe flags=DRh
    user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d
    ${user}@${domain} -m ${extension}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 14 Apr 2026 01:48:30 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91877.html#p91877</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plus addressing]]></title>
			<link>https://forum.iredmail.org/post91873.html#p91873</link>
			<description><![CDATA[<p>I didn&#039;t specify these parameters.</p><p>I tried both . and /, but it doesn&#039;t work.</p><br /><div class="codebox"><pre><code>require [&quot;body&quot;, &quot;fileinto&quot;, &quot;mailbox&quot;, &quot;subaddress&quot;, &quot;variables&quot;, &quot;envelope&quot;];</code></pre></div><p>generate on sogo<br /></p><div class="codebox"><pre><code> rule:[Move mailing to INBOX/eDoc Folder]
if anyof (address :contains &quot;from&quot; &quot;ecod.ru&quot;, address :contains &quot;from&quot; &quot;esphere.ru&quot;,  address :contains &quot;from&quot; &quot;kontur.ru&quot;) {
    fileinto &quot;INBOX/eDoc&quot;;
    stop;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (CrashXRU)]]></author>
			<pubDate>Mon, 13 Apr 2026 02:32:57 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91873.html#p91873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plus addressing]]></title>
			<link>https://forum.iredmail.org/post91870.html#p91870</link>
			<description><![CDATA[<p>Mh, as far as i know, useing / willcause problems, since it will create a new folder named INBOX/fwd in the root level</p><p>instead, try:</p><div class="codebox"><pre><code># Plus addressing - auto create folders
if envelope :matches :detail &quot;to&quot; &quot;*&quot; {
    set &quot;fwd&quot; &quot;${1}&quot;;
    fileinto &quot;INBOX.${fwd}&quot;;
    stop;
}</code></pre></div><p>Aswell, if you are useing vars, you need to import that, together with fileinto:</p><p>require [&quot;fileinto&quot;, &quot;variables&quot;];</p>]]></description>
			<author><![CDATA[null@example.com (Cthulhu)]]></author>
			<pubDate>Sat, 11 Apr 2026 01:37:15 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91870.html#p91870</guid>
		</item>
		<item>
			<title><![CDATA[Plus addressing]]></title>
			<link>https://forum.iredmail.org/post91866.html#p91866</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.7.4<br />- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: Debian 12<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; MySQL<br />- Web server (Apache or Nginx): nginx<br />- Manage mail accounts with iRedAdmin-Pro? iRedAdmin-Pro 5.7.1 SQL<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>How can I make it so that the folder is created in the inbox and not in the root folder?</p><p>Sievec not work<br /></p><div class="codebox"><pre><code>require [&quot;body&quot;, &quot;fileinto&quot;, &quot;mailbox&quot;, &quot;subaddress&quot;, &quot;variables&quot;, &quot;envelope&quot;];

# Plus addressing - auto create folders
if envelope :matches :detail &quot;to&quot; &quot;*&quot; {
    set &quot;fwd&quot; &quot;${1}&quot;;
    fileinto &quot;INBOX/${fwd}&quot;;
    stop;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (CrashXRU)]]></author>
			<pubDate>Thu, 09 Apr 2026 06:20:29 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91866.html#p91866</guid>
		</item>
	</channel>
</rss>
