Search found 12 matches

by whaslbeck
Tue May 14, 2013 1:58 am
Forum: Mobility
Topic: Error reading from remote server returned by /Microsoft-Server-ActiveSync (mod_proxy)
Replies: 1
Views: 3353

Error reading from remote server returned by /Microsoft-Server-ActiveSync (mod_proxy)

Hi,
same problem here. Any hints how to solve this?
thanks,

Walter
by whaslbeck
Tue Apr 02, 2013 7:33 am
Forum: Zimbra Connector for Outlook
Topic: How to roll out a HTML email signature template to all users?
Replies: 7
Views: 7512

How to roll out a HTML email signature template to all users?

Hi,
you just have to set the attribute 'zimbraPrefMailSignatureHTML' with the HTML content of your sig for all users.
e.g:



zmprov ma user@domain zimbraPrefMailSignatureHTML 'I am a signature'


hth,

Walter
by whaslbeck
Wed Feb 27, 2013 1:59 am
Forum: Migration
Topic: Problem with running imapsync ('could not add flags')
Replies: 1
Views: 1875

Problem with running imapsync ('could not add flags')

Hi,
have you tried to remove the Flags starting with $?
e.g. you can use the "--regexflag" option from imapsync. I used
--regexflag 's/.*?(?:(\(?:Answered|Flagged|Deleted|Seen|Draft)s?)|$)/defined($1)?$1:q()/eg'
to remove all "not-standard" folder flags.
hth,

Walter
by whaslbeck
Wed Jan 16, 2013 4:26 am
Forum: Administrators
Topic: Wrong header when sending mails from alias address in webmail
Replies: 9
Views: 3045

Wrong header when sending mails from alias address in webmail

Look at Bug 47518 – discrepancy in return-path when sending on behalf of other user and Bug 77665 – wrong return-path with personas & child accounts (and vote for it!)
by whaslbeck
Mon Jan 14, 2013 10:04 am
Forum: Users
Topic: Copy appointment in a shared calendar
Replies: 2
Views: 1172

Copy appointment in a shared calendar

Hi,
thats a known bug, see https://bugzilla.zimbra.com/show_bug.cgi?id=78253 and
I">https://bugzilla.zimbra.com/show_bug.cgi?id=79588
I hope that will be fixed in 8.0.3...
by whaslbeck
Mon Jan 14, 2013 9:58 am
Forum: Users
Topic: Content of the trash folder will not dispayed when search in shared folder is enable
Replies: 3
Views: 1686

Content of the trash folder will not dispayed when search in shared folder is enable

duplicate of Bug 79333 – Junk and Trash items hidden when "Include Shared Items" is checked ;-)
by whaslbeck
Tue Jan 08, 2013 2:55 am
Forum: Users
Topic: Index Crash with 503 error...
Replies: 10
Views: 3630

Index Crash with 503 error...

+1 Same here (Release 8.0.2.GA.5569.UBUNTU12.64 UBUNTU12_64 NETWORK edition.)
by whaslbeck
Mon Nov 26, 2012 5:04 am
Forum: Administrators
Topic: Remove "draft" Flag from message?
Replies: 2
Views: 1328

Remove "draft" Flag from message?

OK, fixed it by myself.
I created a small python script which connected to a zimbra user account via IMAP, iterated over all folders, selected all mails with Draft flag (imap.search (DRAFT)), fetched that mails, removed Draft from flags, appended the mail again and deleted the original mail.
by whaslbeck
Wed Nov 07, 2012 10:56 am
Forum: Administrators
Topic: Remove "draft" Flag from message?
Replies: 2
Views: 1328

Remove "draft" Flag from message?

Hello, during our migration to zimbra (with imap) some mails where erroneously flaged as "draft". Now this mails can't be forwared or replyed (only edited, which is not what our users want). So I have two problems to solve: * find all messages that are tagged as draft (I can check this wit...
by whaslbeck
Fri Oct 26, 2012 11:02 am
Forum: Administrators
Topic: How to create a LDAP read-only user?
Replies: 0
Views: 1030

How to create a LDAP read-only user?

Hello, In an external application I need to get some data from the Zimbra-LDAP directory (user accounts with email adresses, groups, phone numbers etc.). So my first try was to create a simple Zimbra-Account just for that use. But when I connect to this account via LDAP, I don't get all LDAP Attribu...