Search found 7 matches

by MrBob
21 Aug 2018 19:10
Forum: How-to
Topic: how to remove {Disarmed} for incoming emails?
Replies: 3
Views: 5066

Re: how to remove {Disarmed} for incoming emails?

well, this does not seem to work . I still get {Disarmed] in the subject line. Anyone has any ideas?
sed -i '/^Disarmed Modify Subject / c\Disarmed Modify Subject = no' /etc/MailScanner/MailScanner.conf

Thank you,
by MrBob
20 Aug 2018 20:41
Forum: How-to
Topic: how to remove {Disarmed} for incoming emails?
Replies: 3
Views: 5066

Re: how to remove {Disarmed} for incoming emails?

I found this one but not sure if this is a fix. Can someone verify it please?

sed -i '/^Disarmed Modify Subject / c\Disarmed Modify Subject = no' /etc/MailScanner/MailScanner.conf
by MrBob
20 Aug 2018 20:26
Forum: How-to
Topic: how to remove {Disarmed} for incoming emails?
Replies: 3
Views: 5066

how to remove {Disarmed} for incoming emails?

Hi
I was wondering if anyone knows how to remove {Disarmed} for the incoming emails. Every time, I receive an cleaned email, I get a {Disarmed} in my subject line.

Thank you,
Bob
by MrBob
19 Jun 2018 13:47
Forum: How-to
Topic: Unable to release some blocked messages
Replies: 26
Views: 37487

Re: Unable to release some blocked messages

Thank you Henk, I will give it a try.
by MrBob
18 Jun 2018 22:14
Forum: How-to
Topic: Unable to release some blocked messages
Replies: 26
Views: 37487

Re: Unable to release some blocked messages

I am running into this issue now. would someone help me how to release it please? when i go to Message Operations and release that bad content email,
i get "Message not found in quarantine". Thank you so much.
by MrBob
08 Jun 2018 20:27
Forum: How-to
Topic: LDAP Address Validation
Replies: 1
Views: 3346

Re: LDAP Address Validation

I see same thing . Try to add this (mail=%s) at the end
From:
query_filter = (|(proxyAddresses=smtp:%s) (proxyAddresses=SMTP:%s))
to
query_filter = (|(proxyAddresses=smtp:%s) (proxyAddresses=SMTP:%s)(mail=%s))

I did that and it shows all email addresses from AD.
by MrBob
19 Apr 2018 18:59
Forum: How-to
Topic: Whitelisted but Bad Content
Replies: 5
Views: 8974

Re: Whitelisted but Bad Content

Hi Shawniverson,

So what file do i need to modify to allow bad content email even thought it is already whitelisted?

Thank you,