King0770-Notes-Milter And DistributionLists: Difference between revisions

No edit summary
No edit summary
Line 16: Line 16:
</pre></code>
</pre></code>


Please check if all services are running now as expected. If the output of
<code><pre>
zmcontrol status
</pre></code>
is something like
<code><pre>
zmcontrol status
Host zimbra.expample.com
        antispam                Running
        antivirus              Running
        convertd                Running
        ldap                    Running
        logger                  Running
        mailbox                Running
        mta                    Stopped
                zmmilterctl is not running
        snmp                    Running
        spell                  Running
        stats                  Running
        zmconfigd              Running
</pre></code>
you can start the Milter Server with it's own command:
<code><pre>
zmmilterctl start
</pre></code>
Now all necessary services should be up and running. You can double check this in the Admin GUI.


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

Revision as of 11:54, 30 January 2012

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

Please check if all services are running now as expected. If the output of


zmcontrol status

is something like

zmcontrol status
Host zimbra.expample.com
        antispam                Running
        antivirus               Running
        convertd                Running
        ldap                    Running
        logger                  Running
        mailbox                 Running
        mta                     Stopped
                zmmilterctl is not running
        snmp                    Running
        spell                   Running
        stats                   Running
        zmconfigd               Running

you can start the Milter Server with it's own command:

zmmilterctl start

Now all necessary services should be up and running. You can double check this in the Admin GUI.

If you already have a DL, create an access control list giving members of the DL the ability to send messages to the DL, and only members of 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