Search found 226 matches

by barrydegraaff
Wed Nov 02, 2022 7:06 pm
Forum: Administrators
Topic: AutoReply is missing Envelope Sender
Replies: 2
Views: 1802

Re: AutoReply is missing Envelope Sender

As an alternative you can implement DKIM, to pass DMARC you only need to pass SPF or DKIM.

So if your auto reply is DKIM signed but fails SPF, it is not an issue.
by barrydegraaff
Tue Oct 18, 2022 10:08 am
Forum: Installation and Upgrade
Topic: Zimbra 9: zmmailboxdctl is not starting after applying latest patches(p26)
Replies: 23
Views: 23903

Re: Zimbra 9: zmmailboxdctl is not starting after applying latest patches(p26)

Thanks for sharing the work-around, the development team is investigating the cause of the issue.
by barrydegraaff
Tue Oct 11, 2022 3:54 pm
Forum: Developers
Topic: How to use Zimbra Soap?
Replies: 3
Views: 4661

Re: How to use Zimbra Soap?

I would suggest you use zmmailbox from the command line with the debug flag and do what you want to achieve using zmmailbox. The debug flag will show you all the SOAP commands fired at the server. https://wiki.zimbra.com/wiki/Zmmailbox You can then copy/paste the SOAP you need into your application....
by barrydegraaff
Tue Oct 11, 2022 3:51 pm
Forum: Developers
Topic: How do I delete an appointment using SOAP API?
Replies: 4
Views: 3123

Re: How do I delete an appointment using SOAP API?

I would suggest you use zmmailbox from the command line with the debug flag, that will show you all the SOAP commands it fires at the server.

https://wiki.zimbra.com/wiki/Zmmailbox

You can then copy/paste the SOAP you need into your application.
by barrydegraaff
Tue Oct 11, 2022 3:48 pm
Forum: General Questions
Topic: many email cant be send from spesific 1 user only (ask)
Replies: 1
Views: 19623

Re: many email cant be send from spesific 1 user only (ask)

Your Zimbra server has been out of support for a long time, and as a result it has not received security updates in a long time. Chances are it is compromised now, and you should consider migrating to a fresh installation of a supported version, 8.8.15 at least.
by barrydegraaff
Thu Oct 06, 2022 1:59 pm
Forum: Developers
Topic: Alternative for port 7071 for admin actions like importing contacts
Replies: 1
Views: 3070

Re: Alternative for port 7071 for admin actions like importing contacts

You can use Pre Authentication to get an auth token, then you can do the request to the user's mailbox without having their credentials.
https://wiki.zimbra.com/wiki/Preauth
by barrydegraaff
Wed Sep 14, 2022 11:03 am
Forum: Administrators
Topic: Attacker managed to upload files into Web Client directory
Replies: 49
Views: 92455

Re: Attacker managed to upload files into Web Client directory

yes, we have posted it on the blog just now, and we will also send it out via the newsletter etc.
by barrydegraaff
Mon Sep 12, 2022 8:58 am
Forum: Administrators
Topic: Attacker managed to upload files into Web Client directory
Replies: 49
Views: 92455

Re: Attacker managed to upload files into Web Client directory

For everyone else reading running:

Code: Select all

yum intall pax
# or
apt-get install pax
and restarting Zimbra should take care of the issue:

Code: Select all

sudo su zimbra -
zmcontrol restart
We will work on adding this to the next patch, thanks.
by barrydegraaff
Thu Aug 25, 2022 2:07 pm
Forum: Administrators
Topic: Configuring razor and pyzor
Replies: 2
Views: 2687

Re: Configuring razor and pyzor

Yes the mentioned wiki is out of date, I am working on it.

In the mean time you can take a look at https://wiki.zimbra.com/wiki/Anti-spam
by barrydegraaff
Thu Aug 25, 2022 2:05 pm
Forum: Administrators
Topic: amavisd bunch of errors
Replies: 4
Views: 1503

Re: amavisd bunch of errors

Some fresh Anti Spam tips have been added to: https://wiki.zimbra.com/wiki/Anti-spam