Search found 7 matches
- 23 Jun 2020 05:23
- Forum: How-to
- Topic: Does EFA have Spamtrap function
- Replies: 1
- Views: 1957
Does EFA have Spamtrap function
Does EFA have Spamtrap function
- 19 Jun 2020 00:32
- Forum: How-to
- Topic: Debug messages define('DEBUG', false);
- Replies: 1
- Views: 1712
Debug messages define('DEBUG', false);
conf.php
// Debug messages
define('DEBUG', false);
-------------------------------------------------
Does anyone know about the debug function
define('DEBUG', true);
If there is a problem, is it possible to use define('DEBUG', true) to open the debug log function, this function can record those ...
// Debug messages
define('DEBUG', false);
-------------------------------------------------
Does anyone know about the debug function
define('DEBUG', true);
If there is a problem, is it possible to use define('DEBUG', true) to open the debug log function, this function can record those ...
- 19 Jun 2020 00:17
- Forum: 4.x Bugs
- Topic: MailWatch works well with DBD::mysql version 4.042 or greater, which supports utf8mb4 charset used by MySQL;
- Replies: 4
- Views: 2742
Re: MailWatch works well with DBD::mysql version 4.042 or greater, which supports utf8mb4 charset used by MySQL;
I am currently installing the latest version of efa 4.0.2. The computer in my test environment is a traditional system. Sometimes the title of some simplified or traditional emails will be garbled
- 18 Jun 2020 08:58
- Forum: 4.x Bugs
- Topic: MailWatch works well with DBD::mysql version 4.042 or greater, which supports utf8mb4 charset used by MySQL;
- Replies: 4
- Views: 2742
MailWatch works well with DBD::mysql version 4.042 or greater, which supports utf8mb4 charset used by MySQL;
perl-DBD-MySQL-4.023-6.el7.x86_64 already installed and latest version
MailWatch works well with DBD::mysql version 4.042 or greater, which supports utf8mb4 charset used by MySQL;
Is there any way to upgrade perl-DBD-MySQL above 4.0.42 ...
MailWatch works well with DBD::mysql version 4.042 or greater, which supports utf8mb4 charset used by MySQL;
Is there any way to upgrade perl-DBD-MySQL above 4.0.42 ...
- 18 Jun 2020 08:55
- Forum: 4.x Bugs
- Topic: Login to mailwatch using imap authentication is unsuccessful
- Replies: 5
- Views: 9373
Re: Login to mailwatch using imap authentication is unsuccessful
My imap software is dovecot, it may be that my imap authentication only uses the account name in front of @, no domain name
- 17 Jun 2020 01:12
- Forum: 4.x Bugs
- Topic: Login to mailwatch using imap authentication is unsuccessful
- Replies: 5
- Views: 9373
Login to mailwatch using imap authentication is unsuccessful
// IMAP settings for authentication
define('USE_IMAP', true);
define('IMAP_HOST', '{192.168.80.34:143/imap}'); //for parameters check http://php.net/manual/en/function.imap-open.php
define('IMAP_AUTOCREATE_VALID_USER', true); // Set to true to autocreate a valid IMAP user in MailWatch database after ...
define('USE_IMAP', true);
define('IMAP_HOST', '{192.168.80.34:143/imap}'); //for parameters check http://php.net/manual/en/function.imap-open.php
define('IMAP_AUTOCREATE_VALID_USER', true); // Set to true to autocreate a valid IMAP user in MailWatch database after ...
- 17 Jun 2020 01:09
- Forum: How-to
- Topic: How to configure to use pop3 or imap account for authentication and log in to mailwatch
- Replies: 1
- Views: 1896
How to configure to use pop3 or imap account for authentication and log in to mailwatch
How to configure to use pop3 or imap account for authentication and log in to mailwatch