Quote:
Originally Posted by 829036 can i use zmprov command to add user |
Of course, setting up users:
Zmprov Examples - Zimbra :: Wiki Bulk Provisioning - Zimbra :: Wiki Zmprov - Zimbra :: Wiki Quote:
Originally Posted by 829036 include setup calendar new calendar |
Calendar stuff:
Importing into Zimbra using CURL - User Migration - Zimbra :: Wiki Auto-provisioning calendar data/shared calendars Resource Calendars via iCal How to auto-share calendars to new staff members?
To share those you can either send a standard notification -i or use createMountpoint to do the work.
Quote:
Originally Posted by 829036 & loging using HTML/Ajax version?  |
Extra g at the end or missing g in the middle?
Are you talking about some type of 'Login'?
-'View Mail' is an admin console gui feature.
-There's also the web-client that the user defaults to:
Code:
zmprov ma user@domain zimbraPrefClientType {advanced|standard} OR we're you asking about 'Logging'?
You already have lots of logs, like /opt/zimbra/log/mailbox.log or audit.log & /var/log/zimbra.log but if you want to intensify them for a perticular user the commands include:
Code:
zmprov addAccountLogger(aal) {name@domain|id} {logging-category example:zimbra.sqltrace} {debug|info|warn|error} Code:
zmprov getAccountLoggers(gal) {name@domain|id} Code:
zmprov getAllAccountLoggers(gaal) {server} Code:
zmprov removeAccountLogger(ral) {name@domain|id} {logging-category} OR a little more far fetched, but might you asking about
:
CLI zmmsgtrace - Zimbra :: Wiki?
And if none of those were it then you're gonna have to be a little more descriptive, though I got money on zimbraPrefClientType as what you wanted.
