Search found 41 matches

by iomarmochtar
Mon May 29, 2017 9:54 am
Forum: Administrators
Topic: Restricted Sender/Sender Must Login on Zimbra 8.7
Replies: 5
Views: 5734

Re: Restricted Sender/Sender Must Login on Zimbra 8.7

Hi. I have upgraded from zimbra 8.0.7 on centos 6.5 to zimbra 8.7.1 on centos 7. I already had auth login over telnet on port 25 but after upgrade I have lost this useful feature. so I searched on this topic again and I did the following steps and finally I got "Temporary failure login" a...
by iomarmochtar
Mon May 29, 2017 8:25 am
Forum: Developers
Topic: Zimbra API error
Replies: 6
Views: 15880

Re: Zimbra API error

For testing purpose you can try my own zimbra API library. https://gist.github.com/iomarmochtar/b9f03a05937d46e8535b673133730ba7 just install python-requests module then modify in the bottom of file as your environment then use gaa method for fetch all users. eg: zmprov = ZMPROV( username='admin', p...
by iomarmochtar
Sun May 28, 2017 3:59 pm
Forum: Developers
Topic: Zimbra API error
Replies: 6
Views: 15880

Re: Zimbra API error

you may change max search result configuration if you have more than 5000 account. run this command in (each) mailbox server, for instance allow max to 10000 su - zimbra zmlocalconfig -e zimbra_directory_max_search_result=10000 zmcontrol restart the better way to fetch list of user is through ldap, ...
by iomarmochtar
Sun May 28, 2017 3:33 pm
Forum: Administrators
Topic: How to block a ip/domain on zimbra open source edition?
Replies: 2
Views: 2150

Re: How to block a ip/domain on zimbra open source edition?

There is a lot ways to preventing spam, some of them:

- Enabling antispam & antivirus service and Enhancing spamassassin spam filter.
- Enabling RBL check.i
- Check reverse DNS for incoming email.
- Use cloud spam provider.
by iomarmochtar
Tue Aug 23, 2016 1:28 am
Forum: Administrators
Topic: zimbra with lots of mailboxes
Replies: 1
Views: 982

Re: zimbra with lots of mailboxes

blesther wrote:Hi folks, I want to prepare a zimbra deployment for supporting millions of mailboxes. Is it possible with the open source version?
Yes it's possible, just use zimbra multi server architecture . but if you considering backup feature you may use Zimbra NE instead
by iomarmochtar
Tue Aug 23, 2016 1:26 am
Forum: Developers
Topic: Create Basic Admin Panel
Replies: 3
Views: 2952

Re: Create Basic Admin Panel

Zimbra provided API documentation https://wiki.zimbra.com/wiki/SOAP_API_Reference_Material_Beginning_with_ZCS_8 Or just use existing library, if you using PHP then use https://github.com/zimbra-api/zimbra-api or another library based on what language you use. i'm create my own zimbra api library usi...
by iomarmochtar
Mon Nov 10, 2014 11:35 pm
Forum: Developers
Topic: Create Basic Admin Panel
Replies: 3
Views: 2952

Create Basic Admin Panel

Sure you can do that, just configure passwordless ssh from your admin panel server to zimbra server,





why you don't use zimbra API rather than ssh.
by iomarmochtar
Mon Nov 10, 2014 2:17 am
Forum: Developers
Topic: Zimbra Chat Extension
Replies: 15
Views: 6638

Zimbra Chat Extension

seems your extension very cool.



Will it be open source ? ... :)
by iomarmochtar
Fri Nov 07, 2014 8:00 pm
Forum: Developers
Topic: Zimbra Chat Extension
Replies: 15
Views: 6638

Zimbra Chat Extension

Nice features, when zimbra using multidomain and integrate it with openfire, the main problem is authentication through zimbra as external auth (ldap) due in openfire side only allowing one domain only, so far i created faked authentication using ldapjs but it too painful for me. can in your extensi...
by iomarmochtar
Thu Oct 30, 2014 8:54 pm
Forum: Developers
Topic: Zimbra Chat Extension
Replies: 15
Views: 6638

Zimbra Chat Extension

When ZCS 9 will be released ? ,



cannot wait chat feature, because our client always ask about it :)



Good job Zimbra Dev.