Search found 1127 matches

by Admin
Mon Mar 18, 2024 5:13 am
Forum: MailEnable Standard Edition
Topic: Configuring MEPURGE
Replies: 1
Views: 22

Re: Configuring MEPURGE

The command line is:

MEPURGE {POSTOFFICE|POSTOFFICE/MAILBOX|ALL} {DAYS} {SWITCHES} [UNREAD]

There is not a way to do just the info mailboxes in all postoffices. You would need to do the following for all postoffices, where postoffice is the name of the postoffice:

mepurge postoffice/info 30 INBOX
by Admin
Mon Mar 18, 2024 4:55 am
Forum: MailEnable Developers
Topic: creating/cloning Postoffice/Mailbox via CLI
Replies: 1
Views: 105

Re: creating/cloning Postoffice/Mailbox via CLI

<CommonParameters> is just the standard PowerShell parameters that can be used with any PowerShell command.
by Admin
Fri Mar 15, 2024 5:37 am
Forum: MailEnable Standard Edition
Topic: how to configure ssl with mailenale
Replies: 5
Views: 22156

Re: how to configure ssl with mailenale

9.52 is about 8 years old, and it was added after your version. You should be able to do a straight upgrade to the current version 10 Standard to resolve this.
by Admin
Fri Mar 01, 2024 4:17 am
Forum: General
Topic: Outlook Android App Issues
Replies: 3
Views: 293

Re: Outlook Android App Issues

Is the account set up as an IMAP account? Check the IMAP Debug log (you might need to enable this), as it will indicate why the credentials failed. Did they try logging into webmail from their phone? That test would eliminate IP differences.
by Admin
Fri Mar 01, 2024 3:47 am
Forum: MailEnable Professional Edition
Topic: DKIM, Faulty SMTP module
Replies: 5
Views: 4355

Re: DKIM, Faulty SMTP module

There was a bug in the SSL libraries, but they were updated a few versions ago. There was also fixes to the processing of the DNS entries for DKIM. This was mostly done in the 10.47 version and we haven't had any issues since then. Are you using the latest 10.48?
by Admin
Wed Feb 21, 2024 5:32 am
Forum: MailEnable Enterprise Edition
Topic: Auto-generated SSL, then Manage Private Keys shows no keys found for certificate" ?
Replies: 2
Views: 124

Re: Auto-generated SSL, then Manage Private Keys shows no keys found for certificate" ?

Sounds like a permissions problem with the import of the cert. Is the auto-generation running under the same Windows user as the manual process?
by Admin
Wed Feb 21, 2024 5:22 am
Forum: Third Party Applications
Topic: AWStats - rough walkthrough
Replies: 2
Views: 16364

Re: AWStats - rough walkthrough

Sorry, we don't have a copy of it. I don't know what it was doing, from memory the log files could be used without processing, but it is many years since I have tried with AWStats.
by Admin
Wed Feb 21, 2024 5:07 am
Forum: MailEnable Standard Edition
Topic: SMTP with SSL asking for authentication even if not set
Replies: 1
Views: 274

Re: SMTP with SSL asking for authentication even if not set

Connections are only dropped with an information message, and the SMTP Debug log will indicate why - if it is the SMTP service dropping it. And connections are only dropped if there are too many incorrect commands. How are you seeing that it is being dropped after RCPT TO? By the logs?
by Admin
Wed Feb 21, 2024 5:02 am
Forum: MailEnable Professional Edition
Topic: empty automatic trash in webmail?
Replies: 2
Views: 1933

Re: empty automatic trash in webmail?

It is not available in the Professional version, sorry, but the Enterprise version has this:

https://www.mailenable.com/documentation/10.0/Enterprise/Postoffice%20Mailbox%20Clean-Up%20Agent%20settings.html
by Admin
Wed Feb 21, 2024 4:59 am
Forum: MailEnable Enterprise Edition
Topic: Wrong calculation of SPF Record
Replies: 2
Views: 140

Re: Wrong calculation of SPF Record

It works correctly when I test and there are no changes recently in that area. Check the SMTP Debug log to see if there was a problem with the DNS resolution. If you enable higher SMTP Debug log level it will give you more information on what it is doing (https://www.mailenable.com/kb/content/articl...
by Admin
Mon Feb 05, 2024 4:56 am
Forum: MailEnable Standard Edition
Topic: Trying to set up relay on two ports, SSL issues
Replies: 5
Views: 445

Re: Trying to set up relay on two ports, SSL issues

The port is already SSL so you cannot use -starttls in the openssl command line. The starttls is if the port is not SSL. Just remove the -starttls smtp from the command line to connect.
by Admin
Fri Feb 02, 2024 5:55 am
Forum: MailEnable Professional Edition
Topic: Strange traffic
Replies: 1
Views: 1074

Re: Strange traffic

Looks like a connection is trying to tunnel to another destination, i.e. trying to use it as a proxy server. Our ActiveSync/CalDAV/CardDAV/etc does not recognise the CONNECT command, so will just log it and ignore it.
by Admin
Fri Feb 02, 2024 4:45 am
Forum: MailEnable Enterprise Edition
Topic: Allow specific account to redirect, all other not
Replies: 1
Views: 257

Re: Allow specific account to redirect, all other not

Sorry, there is not a way currently to disable redirection just for a mailbox.
by Admin
Fri Feb 02, 2024 4:12 am
Forum: General
Topic: Does MailEnable support SMTP OAuth 2.0?
Replies: 1
Views: 283

Re: Does MailEnable support SMTP OAuth 2.0?

Sorry, no, there is no support for SMTP OAuth 2.0.
by Admin
Fri Feb 02, 2024 4:12 am
Forum: MailEnable Professional Edition
Topic: RoundeCube error
Replies: 1
Views: 342

Re: RoundeCube error

Is it just the one mailbox? That error indicates that the IMAP service could not access the mailbox, or there was some disk error accessing it. Check the Windows event log since it may be logged there, also check the IMAP Debug log.