Squirrelmail problem: Connection refused 111
First go to ./configure of squirrelmail select General Options make it >> 17. Disable secure forms : true then save and exit now apt-get install poppassd and apt-get install xinetd vim /etc/xinetd.d/poppassd service poppassd { disable = no socket_type = stream wait = no user = root server = /usr/sbin/poppassd log_on_success += USERID log_on_failure += USERID } /etc/init.d/xinetd restart |
:) Love it. I have faced this problem before. But couldn't understand why this problem occurs?
ReplyDelete