Search found 899 matches

by JDunphy
Tue Jun 02, 2020 7:01 pm
Forum: Administrators
Topic: soap engine trouble
Replies: 2
Views: 892

Re: soap engine trouble

Probably start by fixing the logging...

Ref: https://wiki.zimbra.com/wiki/Log_Files# ... inating_IP

Hint: zimbraMailTrustedIP
by JDunphy
Wed May 13, 2020 7:59 pm
Forum: Administrators
Topic: script completes 100% manually but not when scheduled
Replies: 1
Views: 852

Re: script completes 100% manually but not when scheduled

Could be a few things... try adding this after your #!/bin/bash

Code: Select all

source `dirname $0`/zmshutil || exit 1
zmsetvars
This will setup the environment and is how many other zimbra cron job scripts do it. You can also look in the cron logs for the exact error message.

Jim
by JDunphy
Wed Apr 29, 2020 2:33 am
Forum: Community News
Topic: April 2020 Zeta Alliance Weekly Call Summaries
Replies: 14
Views: 94711

Re: April 2020 Zeta Alliance Weekly Call Summaries

Zimbra Customer Feedback About Zimbra 9’s Open Source Status John W. said he received a letter from a customer expressing their dissatisfaction about the recently announced change in Zimbra’s open source policy, starting with Zimbra 9. John shared the customer’s letter with those on the call. The l...
by JDunphy
Sun Apr 26, 2020 8:18 pm
Forum: Administrators
Topic: Weird web requests from ob163.net
Replies: 1
Views: 2375

Re: Weird web requests from ob163.net

A couple of ways with increasing escalation. Given that ob163.net appears to be running older zimbra server software, you could send email directly in hopes that the admin of that mail server is still reading their email. Old Zimbra versions should/would have been compromised by now if they didn't p...
by JDunphy
Mon Apr 13, 2020 5:06 pm
Forum: Administrators
Topic: Zimbra 9 now available - in case anyone missed the blog post
Replies: 42
Views: 147841

Re: Zimbra 9 now available - in case anyone missed the blog post

An additional data point. Just noticed they are upgrading certified wiki articles so even products under technical guidance is having documentation removed. Example: with 8.7.11 https://wiki.zimbra.com/index.php?title=Block_user_to_send_email_locally_or_externally&oldid=66653 Lasted update witho...
by JDunphy
Fri Feb 14, 2020 2:25 pm
Forum: Administrators
Topic: bypass ClamAV check for a specific sender
Replies: 6
Views: 3472

Re: bypass ClamAV check for a specific sender

Without seeing these 2 headers... From and Return-Path, this is a guess. Also you don't say if the encrypted pdf was still virus scanned or didn't show up nor if you restarted amavis. I do see one obvious problem when desk checking your rules. You are scoring -7 points to your trusted sender (provid...
by JDunphy
Tue Feb 11, 2020 3:37 pm
Forum: Administrators
Topic: bypass ClamAV check for a specific sender
Replies: 6
Views: 3472

Re: bypass ClamAV check for a specific sender

https://forums.zimbra.org/viewtopic.php?f=15&t=64117#p295675 Create a meta rule with SA and negatively score a hit on that rule when it also matches your users and encrypted pdf hit. It seams to me like your solution allows all encrypted PDF's. Is there a way to completely bypass the filters fo...
by JDunphy
Mon Feb 10, 2020 3:15 pm
Forum: Administrators
Topic: bypass ClamAV check for a specific sender
Replies: 6
Views: 3472

Re: bypass ClamAV check for a specific sender

viewtopic.php?f=15&t=64117#p295675

Create a meta rule with SA and negatively score a hit on that rule when it also matches your users and encrypted pdf hit.

HTH,

Jim
by JDunphy
Thu Feb 06, 2020 9:07 pm
Forum: Administrators
Topic: Uptick in base64 encoded SPAM
Replies: 3
Views: 2225

Re: Uptick in base64 encoded SPAM

What I am seeing is the email subject and body are base64 encoded. It seems that no checking is being performed on them as they fly straight through two different anti-spam systems I have in play. Interesting, base64 sounds to be a reasonable spam hit as it would be obfuscating the subject line IMO...
by JDunphy
Wed Feb 05, 2020 1:13 am
Forum: Community News
Topic: February 2020 Zeta Alliance Weekly Call Summaries
Replies: 9
Views: 47566

Re: February 2020 Zeta Alliance Weekly Call Summaries

Thanks Randy. These call summaries are very much appreciated.

PS. That is fantastic news with regard to Synacor giving Barry the Channel Evangelist role. I look forward to seeing some of his how-to articles.