any help with email?

Okay zEitEr, Thunderbird works to download the emails from the server; but when i try to send any email through Thunderbird it's give me message failed to connect to smtp server!

any idea?
 
Code:
j0# ps aux | grep exim
mail     15174  0.0  1.1  7596  2752  ??  Is    7:46PM   0:00.09 /usr/sbin/exim -bd -q1h -oP /var/run/exim.pid
root     13427  0.0  0.3  3156   724  p0- T     6:12PM   0:00.00 tail -F /var/log/exim/mainlog
j0# lsof -i:25
lsof: Command not found.
j0# ipfw show | grep ":25"
ipfw: getsockopt(IP_FW_GET): Protocol not available

The exim running fine; as the lsof doesn't work on freebsd; even when i try to install it from the port doesn't installed; the firewall ipfw i did disabled it from rc.conf file.
 
Thansk zEitEr; it's complecated storry; the problem fixed and it was from exim (SMTP)

just in case anybody had a same issue tail the exim log #

Code:
 tail -F /var/log/exim/mainlog

and be sure that when u write the user that would be complete [email protected]; not user with password.

any issue please shoot a pm to me.

-j0
 
Back
Top