I have an error when I try to send email thru squirrelmail:
I look up for some solution but everything I'm finding is few years old and it doesn't work for me. I manage to find out that there is some problem with exim config.
I reset the exim and this happened:
So I install library:
And after installation it's still the same.
Any ideas how I can fix my emails ?
BTW POP3 Server is working ok
Code:
Connection refused
111 Can't open SMTP stream
I look up for some solution but everything I'm finding is few years old and it doesn't work for me. I manage to find out that there is some problem with exim config.
I reset the exim and this happened:
Code:
root@s ~ # /etc/init.d/exim restart
Shutting down exim:
Starting exim: /usr/sbin/exim: error while loading shared libraries: libperl.so.5.10: cannot open shared object file: No such file or directory
So I install library:
Code:
apt-get install libdb5.1-dev libperl-dev libsasl2-dev
And after installation it's still the same.
Any ideas how I can fix my emails ?
BTW POP3 Server is working ok