King0770-Notes-Milter And DistributionLists: Difference between revisions

(Created page with "{{ WIP }} {{Article Infobox|{{admin}}||{{ZCS 7.0}}|}} Category:Community Sandbox Category:Command Line Interface")
 
No edit summary
Line 1: Line 1:
{{ WIP }}
{{ WIP }}
{{Article Infobox|{{admin}}||{{ZCS 7.0}}|}}
{{Article Infobox|{{admin}}||{{ZCS 7.0}}|}}
In ZCS 7.x, you now have the ability to protect your distributions lists (DL) from unwanted senders.<br>
First you need to enable the Milter service.
<code><pre>
zmprov ms `zmhostname` zimbraMilterServerEnabled TRUE
zmmailboxdctl restart
zmmtactl restart
</pre></code>
If you already have a DL, create an access control list giving members of the DL the ability to send messages to the DL.<br>
<code><pre>
zmprov grr dl list@domain.com grp list@domain.com sendToDistList
</pre></code>
Check the permissions of a member address in the list.
<code><pre>
zmprov ckr dl list@domain.com jsmith@domain.com sendToDistList
</pre></code>
Notable bug: http://bugzilla.zimbra.com/show_bug.cgi?id=62494





Revision as of 14:40, 2 September 2011

Admin Article

Article Information

This article applies to the following ZCS versions.

ZCS 7.0 Article ZCS 7.0


In ZCS 7.x, you now have the ability to protect your distributions lists (DL) from unwanted senders.

First you need to enable the Milter service.


zmprov ms `zmhostname` zimbraMilterServerEnabled TRUE

zmmailboxdctl restart

zmmtactl restart


If you already have a DL, create an access control list giving members of the DL the ability to send messages to the DL.


zmprov grr dl list@domain.com grp list@domain.com sendToDistList

Check the permissions of a member address in the list.


zmprov ckr dl list@domain.com jsmith@domain.com sendToDistList

Notable bug: http://bugzilla.zimbra.com/show_bug.cgi?id=62494

Jump to: navigation, search