Hata aşağıdaki gibi ise:
Check the log message of horde (psa-horde.log). This will be dependant according to the horde set
ting. Here it is /var/log/psa-horde/psa-horde.log :
HORDE [error] [imp] Failed to connect to localhost:25 [SMTP: Failed to connect socket: (code: -1
, response: )] [on line 1070 of “/usr/share/psa-horde/imp/compose.php”]
ting. Here it is /var/log/psa-horde/psa-horde.log :
HORDE [error] [imp] Failed to connect to localhost:25 [SMTP: Failed to connect socket: (code: -1
, response: )] [on line 1070 of “/usr/share/psa-horde/imp/compose.php”]
ssh ile 587 portunuza bağlanarak portun çalışıp çalışmadığını kontrol ediniz.
Eğer bağlantı olmuyorsa:
cd /etc/xinetd.d/
ln -s smtp_psa smtp
/etc/init.d/xinetd restart
Komutlarını kullanınız.
Sorun yine çözülmezse
nano /etc/hosts
yapın ve aşağıdaki gibi düzenleyin.
#127.0.0.1 www.NAME www
127.0.0.1 localhost www.NAME
Leave a comment