Finding a few bugs in the most recent release, I'll update as clients report the issues here:
After creating a note in webmail using firefox if you click on a note it does not display it.
After deleting an item in edge it does not select the next item.
Search found 250 matches
- Thu Apr 04, 2019 7:04 am
- Forum: MailEnable Enterprise Edition
- Topic: Bugs: 10.23
- Replies: 0
- Views: 6114
- Fri Mar 01, 2019 6:04 pm
- Forum: MailEnable Enterprise Edition
- Topic: Missing: v10.20 Why do tasks not post to the calendar?
- Replies: 0
- Views: 6025
Missing: v10.20 Why do tasks not post to the calendar?
A task with a date set should post to the calendar, or at least give the option to post to the calendar. and items posted to the calendar should have the option to post to tasks list as well.
- Thu Feb 21, 2019 10:02 am
- Forum: MailEnable Enterprise Edition
- Topic: Mailenable SSL verification with Outlook 365
- Replies: 3
- Views: 6770
Re: Mailenable SSL verification with Outlook 365
OK from MailEnableAdmin server side console, go to servers[expand] > localhost[rightclick] choose properties > General Tab. Now under Enable postoffice bindings choose properties. From here you will need to create bindings for the mail.zzzzzz.com domain on its own IP address. You will likely already...
- Tue Feb 19, 2019 3:26 am
- Forum: MailEnable Enterprise Edition
- Topic: HTML editor
- Replies: 1
- Views: 5088
Re: HTML editor
This is a major issue the current tinymce version is horrible! So many bugs.
Please fix this in the next release.
Please fix this in the next release.
- Tue Feb 19, 2019 2:52 am
- Forum: MailEnable Enterprise Edition
- Topic: Mailbox Lockout
- Replies: 2
- Views: 6725
Re: Mailbox Lockout
Restart the service, if this resolves the problem then its a rogue device attempting to many bad connections forcing ME to block your IP address. You can disable this function under SMTP Properties > Security > Connection Dropping, then uncheck the add to denied IP...
- Tue Feb 19, 2019 2:46 am
- Forum: MailEnable Enterprise Edition
- Topic: Allow inbound unauthed connections on port
- Replies: 1
- Views: 4841
Re: Allow inbound unauthed connections on port
Just do SMTP properties > Relay > Allow Relay for privileged IP ranges. Then set the spam solution IP. No need to mess with ports unless you want to lock it down even more with a firewall based on IP+Port.
- Tue Feb 19, 2019 2:39 am
- Forum: MailEnable Enterprise Edition
- Topic: Redirect URL http to https for one site web.config not redirecting
- Replies: 3
- Views: 11223
Re: Redirect URL http to https for one site web.config not redirecting
You can also configure a dedicated IIS host to run rules using a global.asax file. Something like: <script language="C#" runat="server"> protected void Application_BeginRequest(Object sender, EventArgs e) { if (HttpContext.Current.Request.Url.ToString().ToLower().Contains("http://")) { HttpContext.C...
- Tue Feb 19, 2019 2:35 am
- Forum: MailEnable Enterprise Edition
- Topic: Mailenable SSL verification with Outlook 365
- Replies: 3
- Views: 6770
Re: Mailenable SSL verification with Outlook 365
Under localhost properties you need to check enable postoffice bindings, then configure your IP/postoffice/hostname/SSL cert bindings. then check the "bind outgoing messages where possible".
This should solve your issue.
This should solve your issue.
- Tue Feb 19, 2019 2:31 am
- Forum: MailEnable Enterprise Edition
- Topic: Outlook calendar invites are failing Bayesian filter
- Replies: 7
- Views: 11133
Re: Outlook calendar invites are failing Bayesian filter
Turn on autotraning then send outlook calendar invites back and forth about 50 times and your problem will be solved.
- Tue Feb 19, 2019 2:04 am
- Forum: MailEnable Enterprise Edition
- Topic: Functional Bug: Issues with Signature formating and images.
- Replies: 1
- Views: 6809
Functional Bug: Issues with Signature formating and images.
We're having an issue with signature formatting, for example a client wants to have a photo on the left of her signature. So in its most basic form it should be something like this: <img src="blob:http://url/blobID" border="0" style="float:left;width:100px;height:200px;border:1px soldi rgba(0,0,0,.5...
- Mon Feb 11, 2019 3:13 am
- Forum: MailEnable Enterprise Edition
- Topic: Security Suggestion
- Replies: 4
- Views: 8996
Re: Security Suggestion
This really needs more attention so I'm going to bump it until Ian or another staff member has a chance to respond.
- Mon Feb 11, 2019 3:04 am
- Forum: MailEnable Enterprise Edition
- Topic: Spoofed emails making it through the ME server checks
- Replies: 3
- Views: 7427
Re: Spoofed emails making it through the ME server checks
@MailEnable-Ian
Would it not make more sense to create a script to check the following:
IF sendingdomain matches recipientdomain AND SPF fail reject/sendtospam
IF is NOT localsender AND sendingdomain matches recipientdomain reject/sendtospam
Could this be done at the SMTP level?
Would it not make more sense to create a script to check the following:
IF sendingdomain matches recipientdomain AND SPF fail reject/sendtospam
IF is NOT localsender AND sendingdomain matches recipientdomain reject/sendtospam
Could this be done at the SMTP level?
- Mon Feb 11, 2019 1:39 am
- Forum: MailEnable Enterprise Edition
- Topic: How to block TLD's.
- Replies: 6
- Views: 15790
Re: How to block TLD's.
Should just be something like this, Whitelist=array("com","net","org") for each DomainName in Whitelist if InStr("%SENDER%","."&DomainName&"]")<1 then ME_ResultData="554 5.7.1 your TLD domain is not allowed to send email to this server."&Chr(13)&Chr(10) ME_Mail=ME_Failure Exit Function end if next I...
- Thu Jan 10, 2019 3:17 am
- Forum: MailEnable Enterprise Edition
- Topic: Spoofed emails making it through the ME server checks
- Replies: 3
- Views: 7427
Spoofed emails making it through the ME server checks
Why are these emails making it through the checks? Header: Received-SPF: pass (mailserver: domain of 3gksa.com designates 38.64.38.198 as permitted sender) client-ip=38.64.38.198 Received: from mai.hsphereonline.com ([38.64.38.198]) by mailserver with MailEnable ESMTPS (version=TLS1 cipher=TLS_RSA_W...
- Tue Jan 08, 2019 2:24 am
- Forum: MailEnable Enterprise Edition
- Topic: Attachments as winmail.dat in webmail
- Replies: 3
- Views: 8616
Re: Attachments as winmail.dat in webmail
This is a problem with how outlook sends files, you can change the setting in outlook then webmail will see it as a standard file. but this requires the sender to update settings within outlook.