با سلام
شاید شما هم با تغییر پسوورد ایمیل roundcube شده اید که با ارور :
Could not save new password. Connection error. Failed connect to localhost:2222; Connection refused change password
برخورد میکنید.این ارور ممکن است از بابت تغییر پورت پیش فرض دایرکت ادمین یا استفاده از SSL به وجود بیاید که شما میتوانید به سادگی آن را تنظیم کنید:
فایل پیکربندی پلاگین در آدرس :
/var/www/html/roundcube/plugins/password/config.inc.php
با بروزرسانی و تغییر پورت پیشفرض 2222 به پورت فعلی و همچنین TCP به SSL شما میتوانید (ممکن است شما فقط نیاز به تغییر پورت پیشفرض دایرکت ادمین داشته باشید و نیاز به تغییر TCP نداشته باشید )امکان تغییر رمز در roundcube را فعال کنید بدینگونه :
// DirectAdmin Driver options // -------------------------- // The host which changes the password // Use 'ssl://host' instead of 'tcp://host' when running DirectAdmin over SSL. // The host can contain the following macros that will be expanded as follows: // %h is replaced with the imap host (from the session info) // %d is replaced with the domain part of the username (if the username is an email) $rcmail_config['password_directadmin_host'] = 'tcp://localhost'; // TCP port used for DirectAdmin connections $rcmail_config['password_directadmin_port'] = 2222;
موفق باشید.