Hello,
I've made version 1.7 of this plugin available here:
https://www.directadmin.com/email_level-1.7.tar.gz
It now supports UTF-8 in the vacation messages as long as you have:
- exim.conf 4.4.1 or newer
- Pre-release DirectAdmin binaries, compiled February 27, 2017 or newer, eg:
Code:
[root@server /usr/local/directadmin]# ./directadmin oCompiled on 'CentOS 6.0 64-Bit'
Compile time: Feb 27 2017 at 16:25:33
Compiled with IPv6
The appearance will be the same as the vacation messages page in DA, if you have exim.conf 4.4.1+.
Changes are the same as this:
https://www.directadmin.com/features.php?id=1785
- Support for HTML replies
- Encoding can be changed to UTF-8 (or other)
- Can change the "Autoreply: " subject prefix to whatever you want.
- Can change "once" frequency. Controls the min time between sends (used to prevent infinite loops)
As these changes need the unreleased version of DA, I won't set the default version of the plugin to 1.7 just yet.
You'll need to manually install it, eg:
Code:
cd /usr/local/directadmin/plugins/email_level
wget https://www.directadmin.com/email_level-1.7.tar.gz
tar xvzf email_level-1.7.tar.gz
then go to the Plugins page and "install" it so the permissions are set, and it's turned on in the plugin.conf.
From there, Users can re-install the code from their User Level.
John