Plus Addressing: Difference between revisions

No edit summary
Line 3: Line 3:
<div class="col-md-12 ibox-content">
<div class="col-md-12 ibox-content">
=Plus Addressing=
=Plus Addressing=
{{KB|{{Unsupported}}|{{ZCS 6.0}}||}}
{{KB|{{Unsupported}}|{{ZCS 6.0}}|{{ZCS 8.0}}|{{ZCS 8.5}}|{{ZCS 8.6}}||}}
{{Archive}}{{WIP}}Plus Addressing is a feature that allows a sender to append a tag to the user id of a recipient.  This lets the recipient more easily sort the incoming mail using a mail filter.


For example, user@domain.com could also be reached using the address user+tag@domain.com.
Plus Addressing is a feature that allows a sender to append a tag to the user id of a recipient.  This lets the recipient more easily sort the incoming mail using a mail filter.
 
For example, user@zimbra.lab could also be reached using the address user+tag@zimbra.lab.


To enable Plus Addressing with Zimbra, use zmprov as follows:
To enable Plus Addressing with Zimbra, use zmprov as follows:
<code><pre>zmprov mcf zimbraMtaRecipientDelimiter +</pre></code>
<pre>zmprov mcf zimbraMtaRecipientDelimiter +</pre>


Note that the delimiter can be a character other than '+'.
Note that the delimiter can be a character other than '+'.


To disable Plus Addressing, use zmprov as follows:
To disable Plus Addressing, use zmprov as follows:
<code><pre>zmprov mcf -- -zimbraMtaRecipientDelimiter +</pre></code>
<pre>zmprov mcf -- -zimbraMtaRecipientDelimiter +</pre>


After making changes to enable or disable this feature, it may be required to restart tomcat.  Postfix should pick up the changes automatically, though it may take a couple minutes to register.
After making changes to enable or disable this feature, you can restart the postfix service :
<pre>zmmtactl restart</pre>


{{Article Footer|unknown|4/6/2007}}
And check that the postfix configuration has the right value :
<pre>
postconf recipient_delimiter
recipient_delimiter = +
</pre>


[[Category: Configuration]]
{{Article Footer|Zimbra Collaboration Suite 8.0, 8.5, 8.6, 8.7|4/6/2007}}
{{NeedSME|SME1|SME2|Copyeditor}}

Revision as of 13:57, 15 July 2015

Plus Addressing

   KB 1909        Last updated on 2015-07-15  




0.00
(0 votes)

Plus Addressing is a feature that allows a sender to append a tag to the user id of a recipient. This lets the recipient more easily sort the incoming mail using a mail filter.

For example, user@zimbra.lab could also be reached using the address user+tag@zimbra.lab.

To enable Plus Addressing with Zimbra, use zmprov as follows:

zmprov mcf zimbraMtaRecipientDelimiter +

Note that the delimiter can be a character other than '+'.

To disable Plus Addressing, use zmprov as follows:

zmprov mcf -- -zimbraMtaRecipientDelimiter +

After making changes to enable or disable this feature, you can restart the postfix service :

zmmtactl restart

And check that the postfix configuration has the right value :

postconf recipient_delimiter
recipient_delimiter = +
Verified Against: Zimbra Collaboration Suite 8.0, 8.5, 8.6, 8.7 Date Created: 4/6/2007
Article ID: https://wiki.zimbra.com/index.php?title=Plus_Addressing Date Modified: 2015-07-15



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 Copyeditor Last edit by Frederic Maussion
Jump to: navigation, search