Search found 1093 matches

by Admin
Wed Nov 29, 2023 4:11 am
Forum: General
Topic: Address maximum character count
Replies: 1
Views: 421

Re: Address maximum character count

You can have the full length of email addresses. There is a limit on the username and postoffice length though, so these are 64 characters for username/mailbox and 128 for postoffice. So if you want to create a long email address then the username will be different to the email address.
by Admin
Wed Nov 29, 2023 4:09 am
Forum: MailEnable Standard Edition
Topic: view contacts in thunderbird
Replies: 1
Views: 182

Re: view contacts in thunderbird

You could only do this if you have an LDAP server, which requires the Enterprise version of MailEnable. The Standard version of MailEnable does not have a protocol for viewing contacts, except through webmail.
by Admin
Thu Nov 23, 2023 4:00 am
Forum: MailEnable Developers
Topic: run a script when a user move an email with IMAP
Replies: 3
Views: 747

Re: run a script when a user move an email with IMAP

If you add or change a file in the filesystem, you should create a file called _change.dty in that folder. This will instruct the services to update the index file. You don't want to delete the index file since it contains message flags and other things that will be lost if deleted.
by Admin
Mon Nov 20, 2023 5:54 am
Forum: MailEnable Enterprise Edition
Topic: SPAM with error 551 This mail server requires authentication before sending mail from a locally hosted domain.
Replies: 5
Views: 1058

Re: SPAM with error 551 This mail server requires authentication before sending mail from a locally hosted domain.

Seems as though the email is generated on another server that is using a from address on a domain on your server. Possibly SPF may help, or you can make a filter to remove them. In order to be generated on the MailEnable server you would need to relay through your server to another MailEnable server...
by Admin
Mon Nov 20, 2023 5:37 am
Forum: MailEnable Enterprise Edition
Topic: Message Filters
Replies: 2
Views: 237

Re: Message Filters

The From header is:

From: medical examination <info@news.easypromo.nz>

But you don't have *news.easypromo.nz* in your filter.
by Admin
Mon Nov 20, 2023 4:44 am
Forum: MailEnable Standard Edition
Topic: How To Install: HTTPMail Service, POP Retrieval Connector, and Management Service
Replies: 1
Views: 466

Re: How To Install: HTTPMail Service, POP Retrieval Connector, and Management Service

That looks ok, the services not installed are not in the Standard version.
by Admin
Mon Nov 20, 2023 4:30 am
Forum: General
Topic: Cloudflare tunnel
Replies: 2
Views: 485

Re: Cloudflare tunnel

For webmail the \mewebmail is a virtual directory if you are running it under another site. But you can just add host headers to the IIS site "MailEnable Webmail" to access webmail as mail.example.com. The webmail runs as an IIS site or virtual directory, we don't do anything odd with the URL handli...
by Admin
Mon Nov 20, 2023 4:19 am
Forum: MailEnable Developers
Topic: run a script when a user move an email with IMAP
Replies: 3
Views: 747

Re: run a script when a user move an email with IMAP

Sorry, there is not a way to do this on the server.
by Admin
Tue Nov 14, 2023 4:23 am
Forum: MailEnable Enterprise Edition
Topic: High CPU usage after update
Replies: 4
Views: 310

Re: High CPU usage after update

The more recent versions should use slightly less CPU than earlier. Your issue may be due to what the clients are doing and the data they are trying to access. You'd need a support person to examine your server IMAP logs to see what is going on. High CPU is generally caused by lots of partial reques...
by Admin
Tue Nov 14, 2023 4:10 am
Forum: MailEnable Professional Edition
Topic: Multiple certificates for same domain - which one to choose?
Replies: 2
Views: 245

Re: Multiple certificates for same domain - which one to choose?

It will use the first valid certificate that it can use with that domain. So it will not use the expired one unless it cannot find another. It will not differentiate between self-signed and others though, so if you don't want the self-signed certificate used, you may need to remove it.
by Admin
Tue Nov 14, 2023 4:03 am
Forum: MailEnable Enterprise Edition
Topic: Sending to all members of a domain
Replies: 1
Views: 234

Re: Sending to all members of a domain

The only way to do this currently is to have a group that you add new mailboxes to when you create them. When you remove a mailbox it will be removed from the group.
by Admin
Tue Nov 14, 2023 4:02 am
Forum: MailEnable Enterprise Edition
Topic: Authenticated Received Chain (ARC)
Replies: 1
Views: 246

Re: Authenticated Received Chain (ARC)

Sorry, these headers are not yet supported.
by Admin
Tue Nov 14, 2023 4:01 am
Forum: MailEnable Enterprise Edition
Topic: SPAM with error 551 This mail server requires authentication before sending mail from a locally hosted domain.
Replies: 5
Views: 1058

Re: SPAM with error 551 This mail server requires authentication before sending mail from a locally hosted domain.

The error message is used in the SMTP conversation, no email is sent containing this, but bounce messages generated by the sending server may do so. So if it is a bounce email, it could be generated by either your server, or a remote server. You'd need to check where the emails came from in order to...
by Admin
Tue Nov 14, 2023 3:14 am
Forum: MailEnable Standard Edition
Topic: Error 550 relay not permitted
Replies: 1
Views: 247

Re: Error 550 relay not permitted

The error "relay not permitted" is not text we return in SMTP, but the SMTP service will respond with a 550 error if the sender does not have permission to relay through the server. This is normally because the client is not authenticating to send email. So under your SMTP settings in your email cli...
by Admin
Tue Nov 14, 2023 3:10 am
Forum: MailEnable Standard Edition
Topic: Webmail Connections
Replies: 1
Views: 215

Re: Webmail Connections

If you can access on the server but not remotely it may be either to the DNS resolution, or that you have a firewall that is not directing the request correctly. Check to see what IP internally the domain resolves to and what it does externally. If the login page can be accessed directly from extern...