diff --git a/en_US/iredmail-easy/2-iredmail-easy.best.practice.md b/en_US/iredmail-easy/2-iredmail-easy.best.practice.md index 85329e40..ba361ccd 100644 --- a/en_US/iredmail-easy/2-iredmail-easy.best.practice.md +++ b/en_US/iredmail-easy/2-iredmail-easy.best.practice.md @@ -441,7 +441,7 @@ For example, if you have custom settings for official plugin `enigma`, you should add shell commands like below in `/opt/iredmail/custom/roundcube/custom.sh` ``` -cd /opt/www/roundcubemail/plugins/engma/ +cd /opt/www/roundcubemail/plugins/engima/ cp config.inc.php.dist config.inc.php echo 'require_once "/opt/iredmail/custom/roundcube/config_enigma.inc.php";' >> config.inc.php ``` diff --git a/html/iredmail-easy.best.practice.html b/html/iredmail-easy.best.practice.html index 7c483e36..cc8f83b3 100644 --- a/html/iredmail-easy.best.practice.html +++ b/html/iredmail-easy.best.practice.html @@ -546,7 +546,7 @@ echo 'require_once "/opt/iredmail/custom/roundcube/config_<plugin>.in successfully load your own custom settings and not mess it up.

For example, if you have custom settings for official plugin enigma, you should add shell commands like below in /opt/iredmail/custom/roundcube/custom.sh

-
cd /opt/www/roundcubemail/plugins/engma/
+
cd /opt/www/roundcubemail/plugins/engima/
 cp config.inc.php.dist config.inc.php
 echo 'require_once "/opt/iredmail/custom/roundcube/config_enigma.inc.php";' >> config.inc.php