Examples of Common Tasks 557
Remove All Users from a Senders List Except for One User
1. Using the modifyorg command, replace the org-level Approved Senders list
and the Blocked Senders list with one user.
modifyorg msmith@jumboinc.com, approved_senders=jim@hugeisp.com
modifyorg msmith@jumboinc.com, blocked_senders=jim@hugeisp.com
2. Using the modifyuser command, replace the user-level Approved Senders
and Blocked Senders lists with one user.
modifyuser msmith@jumboinc.com, approved_senders=mary@jumboinc.com
modifyuser msmith@jumboinc.com, blocked_senders=jim@hugeisp.com
3. Using the modifyuser command, replace the user-level Approved
Recipients list with mailing list
modifyuser msmith@jumboinc.com, approved_recipients=hugeisp.com
Add and Remove a Domain from an Approved Senders List
1. Using the modifyorg command, add a new domain to the Approved Senders
list.
modifyorg Sales, approved_senders=+jumboinc.com
2. Add a new domain and remove a new domain to the Approved Senders list.
modifyorg Sales, approved_senders=”+jumboinc.com, -hugeisp.com”
3. Add a new user to the Blocked Senders List.
modifyorg Sales, blocked_senders=+jim@hugeisp.com
4. Add and remove users from the Blocked Senders List.
modifyorg Sales, blocked_senders=”+jim@hugeisp.com, -
mary@jumboinc.com”
5. Replace the whole Blocked Senders List with one user.
modifyorg Sales, blocked_senders=jim@hugeisp.com
Add New Domains to the Blocked Senders Lists
1. Add a new domain and remove a domain from the Blocked Senders List.
modifyorg Sales, blocked_senders=”+jumboinc.com, -hugeisp.com”
2. Replace the whole Blocked Senders list with one user.
modifyorg Sales, blocked_senders=jumboinc.com
Komentáře k této Příručce