Search found 7 matches

by rioprayoga
Thu Sep 14, 2017 10:54 pm
Forum: Installation Help
Topic: Need To Downgrade Zimbra Desktop
Replies: 2
Views: 6144

Re: Need To Downgrade Zimbra Desktop

what your version of operating system ?
by rioprayoga
Thu Sep 14, 2017 10:44 pm
Forum: Developers
Topic: Authentication logs, simple question
Replies: 2
Views: 2589

Re: Authentication logs, simple question

you can found in audit.log
by rioprayoga
Thu Sep 14, 2017 7:54 am
Forum: Administrators
Topic: [SOLVED] Fake "From" Header by Authenticated User
Replies: 3
Views: 3748

Re: [SOLVED] Fake "From" Header by Authenticated User

Cool. I have the same issue in my customers. Thanks for your workaround.
by rioprayoga
Thu Sep 14, 2017 7:47 am
Forum: Administrators
Topic: Sender_BCC to multi user
Replies: 3
Views: 2451

Re: Sender_BCC to multi user

You can follow this workaround.

1. Create distribution list bcc@domain.com with member user2@domain.com and user3@domain.com
2. vi /opt/zimbra/conf/sender_bcc

Code: Select all

user1@domain bcc@domain
3. Create postmap and reload postfix
postmap /opt/zimbra/conf/sender_bcc
postfix reload
by rioprayoga
Thu Sep 14, 2017 7:42 am
Forum: Administrators
Topic: Change password to all my accounts
Replies: 3
Views: 5996

Re: Change password to all my accounts

You can use this script for change password all account. #!/bin/bash clear USERS=`su – zimbra -c ‘zmprov -l gaa’`; for ACCOUNT in $USERS; do ACC1=`echo $ACCOUNT | awk -F@ ‘{print $1}’`; ACC=`echo $ACC1 | cut -d ‘.’ -f1`; if [ $ACC == "admin" ] || [ $ACC == "wiki" ] || [ $ACC == &...
by rioprayoga
Mon Sep 11, 2017 2:02 am
Forum: Administrators
Topic: Zimbra failing to start after power loss.
Replies: 20
Views: 8216

Re: Zimbra failing to start after power loss.

Hello, Have you backup ldap data before ? I think ldap data was corrupted. Hello there, My server had a power outage and crashed upon restarting everything the email server seems to have stopped working now. I get the following error when trying to start and am not sure how to correct it. root@mx:/#...