Search found 342 matches

by kiamori
Wed Nov 20, 2024 6:27 pm
Forum: Error Reports and Issues
Topic: Potential Security Issue: MEXMPPS.EXE incorrectly running on port 1080
Replies: 0
Views: 639

Potential Security Issue: MEXMPPS.EXE incorrectly running on port 1080

No reason the MEXMPPS service should be listening on port 1080. This is a potential security issue.
by kiamori
Fri Nov 15, 2024 12:33 am
Forum: MailEnable Enterprise Edition
Topic: XBL issues with spamhaus, false positive
Replies: 0
Views: 414

XBL issues with spamhaus, false positive

Anyone else deal with spamhaus on xbl issues?

Checked logs and see no indication of any issues related to an exploited port 25. They are just beating around the bush unwilling to provide any sort of information to help identify what might be causing the listing.
by kiamori
Wed Nov 13, 2024 9:26 pm
Forum: General
Topic: ME Enterprise and NVMe
Replies: 3
Views: 1314

Re: ME Enterprise and NVMe

AMD Epyc 64 cores
2TB RAM
2x 4TB m.2 in Raid 1 (system)
24x 2TB U.2 Drives in Hardware Raid 10 (data)
10Gbps Fiber

No performance issues,
23,975 users with ~ 4,000 active connections at any given time.
by kiamori
Fri Nov 08, 2024 7:43 pm
Forum: MailEnable Enterprise Edition
Topic: DKIM filtering not working correctly. WE NEED ARC VALIDATION
Replies: 1
Views: 420

Re: DKIM filtering not working correctly.

As you can see they have passed this through o365 servers to but the dkim domain does not match the from domain. Can we get an option to cross check from domain and dkim domain please!? ARC validation. Something like this: FilterResult=0 If CriteriaMet([ME_HEADER_CONTAINS], "ARC-Seal", "i=") AND _ C...
by kiamori
Fri Nov 08, 2024 7:38 pm
Forum: MailEnable Enterprise Edition
Topic: DKIM filtering not working correctly. WE NEED ARC VALIDATION
Replies: 1
Views: 420

DKIM filtering not working correctly. WE NEED ARC VALIDATION

We have DKIM/SPF filtering enabled but BCC stuff like this is still getting by the filters. How can we block emails like this with ME's DKIM filtering? Received-SPF: pass ({server}: domain of wespeed.com.br designates 40.93.21.54 as permitted sender) client-ip=40.93.21.54 Received: from CP3P284CU006...
by kiamori
Wed Oct 02, 2024 4:46 pm
Forum: MailEnable Enterprise Edition
Topic: Very large mailbox performance
Replies: 1
Views: 2291

Very large mailbox performance

Any way to improve the performance of ME for very large mailboxes? It seems to really start to have issues for clients with 50GB+ mailboxes, especially when all of that is in 1 folder. We've recently imported some clients that have extremely large mailboxes and this has been an issue for them where ...
by kiamori
Fri Sep 20, 2024 7:31 pm
Forum: MailEnable Enterprise Edition
Topic: Migration from gmail now that google no longer supports app passwords?
Replies: 0
Views: 2492

Migration from gmail now that google no longer supports app passwords?

What is the process to migrate email accounts from gmail to ME now that gmail has done away with app passwords?
by kiamori
Tue Aug 13, 2024 9:49 pm
Forum: Error Reports and Issues
Topic: IMAP very slow on large mailboxes
Replies: 1
Views: 16313

Re: IMAP very slow on large mailboxes

Use eMClient, MS outlook broke IMAP some years ago since they have no interest in IMAP, they want to sell as many Office365 accounts as they can, so they broke other protocols.
by kiamori
Mon Jul 01, 2024 7:57 pm
Forum: MailEnable Enterprise Edition
Topic: Legitimate mail being branded "X-RBL-Result: Generic, Fail"
Replies: 1
Views: 4585

Re: Legitimate mail being branded "X-RBL-Result: Generic, Fail"

This is caused by a spammy sending server being on one of your configured DNSBL's. You can create a bypass for this with the following script: FilterResult=0 If not CriteriaMet([ME_SPF],"<REFERENCE><FILE>SPFnotPass.txt</FILE><PATH>X:\ME\Config\Filters\Patterns</PATH><REFERENCE>") AND _ CriteriaMet([...
by kiamori
Wed Jun 12, 2024 8:19 pm
Forum: MailEnable Enterprise Edition
Topic: External script
Replies: 1
Views: 11508

Re: External script

Bumping this because it really should be a function of ME in 2024 However, ME does not have a method to check SPF in the external script process as far as I know. If they did I would suggest something like this: ' SPFRESULT The result of the SPF check (PASS, FAIL, SOFTFAIL, NEUTRAL, NONE, TEMPERROR,...
by kiamori
Wed Apr 03, 2024 10:59 pm
Forum: General
Topic: User Whitelist Import
Replies: 4
Views: 41003

Re: User Whitelist Import

Can we please get a function to automate whitelisting all contacts for selected users to the whitelist? I'm at the point where I am looking at creating a utility to automate this but it would be much, much better if this system was revamped entirely. Why not just create a single file: USER@Postoffic...
by kiamori
Wed Apr 03, 2024 10:41 pm
Forum: MailEnable Enterprise Edition
Topic: Feature Request, Task that will delete junkmail older than N
Replies: 6
Views: 10043

Re: Feature Request, Task that will delete junkmail older than N

So we finished version 1 of our archive utility which currently deletes via standard IMAP all email older than (date). Looking to add folder specific archive options as well as archive to another mailbox next. Anyone else has an interest in this just let me know.
by kiamori
Wed Apr 03, 2024 10:37 pm
Forum: MailEnable Enterprise Edition
Topic: Any way to whitelist all contacts for each user?
Replies: 1
Views: 3467

Re: Any way to whitelist all contacts for each user?

Bumping this up because I am still getting a lot of requests for this on a regular basis. Two requests today alone.
by kiamori
Sat Mar 02, 2024 11:56 pm
Forum: MailEnable Enterprise Edition
Topic: Feature Request, Task that will delete junkmail older than N
Replies: 6
Views: 10043

Re: Feature Request, Task that will delete junkmail older than N

With no response on this we've started coding our own app that will perform this function. Rather than doing it server side however we're using imap protocol so it can be used with all email systems. In this case we're using MailKit with .net but mailenable is removing these 1 by 1 very slowly, mayb...
by kiamori
Wed Feb 28, 2024 6:57 am
Forum: MailEnable Enterprise Edition
Topic: Feature Request, Task that will delete junkmail older than N
Replies: 6
Views: 10043

Re: Feature Request, Task that will delete junkmail older than N

Any chance we have a better solution for this in 2024? We have several clients with larger mailboxes that are looking to archive their mailbox, for this we can just copy their mailbox folder into an archive folder for them. However, after we've done this they want to remove all mail older than X day...