Search found 7 matches

by oczek
Mon Feb 24, 2014 4:47 pm
Forum: Administrators
Topic: Rename domain / FromAdress
Replies: 1
Views: 578

Rename domain / FromAdress

Something like this:

for account in `zmprov gaa tld2.com`; do zmprov ma $account zimbraPrefFromAddress $account; done

?
by oczek
Mon Feb 24, 2014 4:37 pm
Forum: Administrators
Topic: Updating announcement distribution List to all users
Replies: 1
Views: 765

Updating announcement distribution List to all users

Great :)

But rly, isnt better add to cron just one line?

for x in `/opt/zimbra/bin/zmaccts | grep domain.com | grep -v galsync | grep active | awk '{print $1}'`; do /opt/zimbra/bin/zmprov adlm all@domain.com $x; done

and always will be add only new account to the list
by oczek
Mon Feb 24, 2014 4:19 pm
Forum: Administrators
Topic: Zimbra vs Exchange
Replies: 1
Views: 659

Zimbra vs Exchange

You can use zimbraMailTransport for account alredy migratet to Exchange 365, just in cli set: zmprov ma account@domain.X zimbraMailTransport smtp:server.exchange365:25 And now all email sent for this account will be forwarded to the exchange server. server.exchange365 is your mx setings for this dom...
by oczek
Tue Jan 28, 2014 4:58 am
Forum: Administrators
Topic: all Zimbra Administration Server Status are red after new installation
Replies: 4
Views: 1228

all Zimbra Administration Server Status are red after new installation

[quote user="54cc54"]Ye, I understand, but the all Zimbra administration server status always down even the zmcontrol status are ok...[/QUOTE]
You need to properly configure rsyslog to save information to appropriate files. Or install syslog-ng on Centos and use configuration from Zimbra
by oczek
Wed Jan 22, 2014 4:15 am
Forum: Administrators
Topic: [HOWTO] Domain Admin rights in Zimbra OSE 8.x
Replies: 16
Views: 9713

[HOWTO] Domain Admin rights in Zimbra OSE 8.x

Good work!
Where can i find all zimbraAdminConsoleUIComponents?
I find only a file delegatedadmin.txt, where it was writen:

"TODO: document the list of all admin console UI components."
by oczek
Tue Jan 14, 2014 5:31 pm
Forum: Administrators
Topic: How to delete old emails from an account (ZCS 7.02)
Replies: 3
Views: 1815

How to delete old emails from an account (ZCS 7.02)

[quote user="theboina"]With the web search I only can search "last year" but I cannot specify an specific range of dates. [/QUOTE] On the websearch u can specify date range, example: after:12-01-01 before:13-01-01 [quote user="theboina"] How I can do it with zmmailbox??...
by oczek
Mon Jan 13, 2014 7:23 pm
Forum: Administrators
Topic: How to delete old emails from an account (ZCS 7.02)
Replies: 3
Views: 1815

How to delete old emails from an account (ZCS 7.02)

[quote user="theboina"]How I can delete old emails from some accounts. I only need the last year. Some accounts has 20 Gb of old emails!!! I can't see any option to do that...There are any script or command?? Thank!![/QUOTE] You can use cli with zmmailbox commands or just use web search. O...