habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Zimbra Set COS (class of service) All User

25 sec read

Set COS (class of service) pada semua user Zimbra

Cara mudah set Zimbra Set COS ke semua user. Jalankan perintah di bawah ini.

zmprov sac accountname cosname

Sebagai contoh :

zmprov sac [email protected] staff

Catatan :
Contoh di atas adalah penerapan pada satu user. Bagaimana jika di terapkan pada semua user?.
Berikut ini tips-nya. Dengan perintah dasar "zmprov sac" kemudian me-looping perintah tersebut ke semua user.

vi /srv/set-cos.sh
#!/bin/bash
clear
rm /srv/modify-cos.zmp
echo "Retrieve zimbra user name..."
USERS=`su - zimbra -c 'zmprov -l gaa | sort'`;
for ACCOUNT in $USERS; do
echo "Modify COS for account $ACCOUNT"
echo "sac $ACCOUNT staff" >> /srv/modify-cos.zmp
done

Itulah tips singkat zimbra set COS pada semua user. Semoga bermanfaat

See also  Install Zimbra 8.8.15 in Ubuntu 20.04 (Part 2)
habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Zimbra Relay Amazon SES

Zimbra is a widely used collaboration platform that provides robust email services. When it comes to improving email deliverability and ensuring the security of...
habibzain
1 min read

Install Zimbra 10 Ubuntu 20.04 from Scratch

Zimbra 10 may have had specific installation requirements, and there might be updates or changes beyond that point. Here is simple guide how to...
habibzain
4 min read

Zimbra Cannot start TLS: handshake failure

The Zimbra log show error message “Cannot start TLS handshake” typically indicates an issue with establishing a secure TLS (Transport Layer Security) connection. This...
habibzain
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *

Never miss good article from us, get weekly updates in your inbox