Horde Mail üzerinden şifre değişme hatası

by

Merhaba Değerli Ziyaretçimiz ;

Horde maile sayfasında yer alan şifre değiştirme kısmından mail şifrenizi değiştiremiyorsanız aşağıdaki işlemleri sırasıyla yapmanız yeterlidir.

/etc/psa-horde/passwd/conf.php Dosyasını açın. Bu adres kurulumunuza göre değişebilir.

$conf[’hooks’][’default_username’] = false;
Satırını
$conf[’hooks’][’default_username’] = true;

Şeklinde değişin.

hooks.php adından yeni pgp dosyanızı oluşturun.

  • /etc/psa-horde/horde/hooks.php dizinine dosyayı aktarın.

İçerisine aşağıdaki kodları yerleştirin.

/**
* Horde Hooks Ayar Dosyasi
**/

if (!function_exists(’_passwd_hook_default_username’)) {
function _passwd_hook_default_username($userid)
{
return $userid;
}
}
/** Dosya sonuna ?> eklemesi yapmayınız**/

hook.php dosyanızı sunucunuzda find ile bulabilirsiniz.

Şifre değiştirme sorununu bu şekilde çözmüş olursunuz.

İyi çalışmalar dilerim…

You may also like

WHM / Cpanel

Cpanel/Whm Bilinmeyen Komutlar

Merhaba Değerli Ziyaretçimiz ; Cpanel/Whm kullanıcıları için bilinmeyen komutlar aşağıda listelenmiştir. Umarım faydalı olur.. 1)Firewall Ayarlarını Resetlemek-https://example.com:2087/scripts2/doautofixer?autofix=iptablesflush 2)SSH Ayarlarını Resetlemek –http://example.com:2086/scripts2/doautofixer?autofix=safesshrestart 3)bsdbindfix – http://example.com:2086/scripts2/doautofixer?autofix=bsdbindfix 4)Autorepair – http://example.com:2086/scripts2/doautofixer?autofix=autorepair 5)compress Zlib – http:/ om:2086/scripts2/doautofixer?autofix=compresszlibfix 7)dbdmysql – http://example.com:2086/scripts2/doautofixer?autofix=dbdmysql Cooldiagnose_apache_conf...