Search found 334 matches

by kiamori
Sat Jun 24, 2023 3:44 pm
Forum: MailEnable Enterprise Edition
Topic: Bug: after changing SSL - The server for this account is not contactable
Replies: 0
Views: 33880

Bug: after changing SSL - The server for this account is not contactable

So I've run into an odd issue when attempting to update our primary email domain, we currently have several IP's and SSL certs working well and under localhost > Properties > SSL we have oldmaildomain.co set as the default SSL Certificate. Everything works fine including people connecting to newmail...
by kiamori
Sat Jun 24, 2023 2:51 am
Forum: MailEnable Enterprise Edition
Topic: Autogenerated SSL using LetsEncrypt and Mailenable Issue
Replies: 28
Views: 47026

Re: Autogenerated SSL using LetsEncrypt and Mailenable Issue

bump, we're currently using ssls.com because they are the cheapest for yearly SSL renewals but would be happy to switch to let's encrypt for automation and a lot of talk about making 90 days the new norm I think Mailenable needs to revamp the cert management solution, perhaps just integrate let's en...
by kiamori
Thu Jun 22, 2023 7:05 pm
Forum: MailEnable Enterprise Edition
Topic: Connection is not TLS encrypted. Recipient organization requires TLS.
Replies: 2
Views: 6150

Connection is not TLS encrypted. Recipient organization requires TLS.

Noticed just a couple NDR's from Microsoft EOP recently with a rejection reason: 454 4.7.0 Connection is not TLS encrypted. Recipient organization requires TLS.

What might be causing this?
by kiamori
Tue Jun 20, 2023 3:24 pm
Forum: MailEnable Enterprise Edition
Topic: Where did all the checkboxes go?
Replies: 1
Views: 6364

Where did all the checkboxes go?

OK, so older accounts all have a select/deselect all checkbox and all of the messages have a checkbox in front of them but the newer accounts do not appear to have this option and for the life of me I cannot find the setting. I thought it used to be under options in the user account but it's not the...
by kiamori
Tue Jan 10, 2023 6:48 pm
Forum: Suggestions
Topic: Can we make the "Delete" and "Spam" buttons in webmail red.
Replies: 0
Views: 13480

Can we make the "Delete" and "Spam" buttons in webmail red.

This happens at least once a month where someone accidentally clicks delete or even worse, spam for an email they didn't mean to and they contact us for recovery. Any chance we could make these buttons red as the default to help prevent this from happening. Currently we are going to update the theme...
by kiamori
Fri Jan 06, 2023 6:54 pm
Forum: MailEnable Enterprise Edition
Topic: the socket connection to the remote host failed.
Replies: 0
Views: 9357

the socket connection to the remote host failed.

Ran into an issue today with a client having issues sending to a specific mail server, and it took me a bit to figure it out so I thought I would post it here in case someone else has the same issue. Error: The socket connection to the remote host failed. NDR Error: Reason: Mail Server for recipient...
by kiamori
Thu Jan 05, 2023 8:15 pm
Forum: MailEnable Enterprise Edition
Topic: AppData PST File Location Error
Replies: 6
Views: 5735

Re: AppData PST File Location Error

Outlook should not be adding the 'Outlook Data File' .pst to your appdata folder, it should be in your User\Documents\Outlook Files\

Your issue is an outlook issue, not a MailEnable or MAPI connector issue since the MAPI connector does not set the .pst file location, outlook does.
by kiamori
Tue Jan 03, 2023 9:14 pm
Forum: MailEnable Enterprise Edition
Topic: Question about wildcard filters,
Replies: 0
Views: 9798

Question about wildcard filters,

We have a filter for spam phrases, and I'm getting mixed results using wildcards. For example here is the filter script: FilterResult=0 If CriteriaMet([ME_BODY],"<REFERENCE><FILE>SpamPhrases.txt</FILE><PATH>D:\ME\Config\Filters\Patterns</PATH><REFERENCE>") Then FilterResult=1 End If We have a script...
by kiamori
Sat Dec 17, 2022 6:04 am
Forum: MailEnable Enterprise Edition
Topic: 5.5.1 this mailserver requires authentication
Replies: 5
Views: 5338

Re: 5.5.1 this mailserver requires authentication

Remove the users from the old server under the disabled post office, then it should work correctly.
by kiamori
Sat Dec 17, 2022 6:01 am
Forum: MailEnable Enterprise Edition
Topic: Mailenable Region Issue
Replies: 2
Views: 3457

Re: Mailenable Region Issue

Look 5 options above "United States" and you will see "U.S. Virgin Islands"
by kiamori
Wed Nov 16, 2022 9:57 pm
Forum: Suggestions
Topic: Default Post office cleanup Options
Replies: 1
Views: 24926

Re: Default Post office cleanup Options

Bump, still waiting on this function.
by kiamori
Sun Nov 06, 2022 12:09 am
Forum: MailEnable Enterprise Edition
Topic: Archive all incoming outgoing email one mailbox not working.
Replies: 1
Views: 2716

Archive all incoming outgoing email one mailbox not working.

We had a script that had worked in the past but this is no longer working for outgoing emails or BCC in. With the current 10.x ME what is the correct way to archive all email sent or received by a single mailbox. We have a client that needs this done for compliance. I have also tried the following, ...
by kiamori
Mon Sep 05, 2022 6:13 pm
Forum: MailEnable Enterprise Edition
Topic: How can we reject emails that claim to be from the recipient but are not? Spoofed emails.
Replies: 12
Views: 14501

Re: How can we reject emails that claim to be from the recipient but are not? Spoofed emails.

Hi, The message needs to be accepted in order for the FROM and envelope sender addresses to be compared. Therefore the only way to block this is by deleting the message using the delete message action in the filter and then adding the action to notify sender. But all that would really need to be do...
by kiamori
Mon Sep 05, 2022 5:37 am
Forum: MailEnable Enterprise Edition
Topic: How can we reject emails that claim to be from the recipient but are not? Spoofed emails.
Replies: 12
Views: 14501

Re: How can we reject emails that claim to be from the recipient but are not? Spoofed emails.

HI, One option for verifying that the envelope sender matches the from address in the message is within the Spam Protection script as a weighting value which scores a message with low, medium or high spam scores (Envelope sender does not match header sender criteria in spam script). You need to inc...