I need help on my sendmail, I am new to linux ,I have succeeded in configuring samba and dns, but my sendmail is not working.
I edited /etc/sendmail.cf file and change #SMTP daemon option.
(DaemonPortOptions=Port=smtp,Addr=217.87.39.134,Name=MTA).
I restart with /etc/init.d/sendmail restart which is ok.
I also edited /etc/mail/local-host-names,then add my domain.I restart with /etc/init.d/sendmail restart which is ok.I edited /etc/mail/access file and run the command make access.db after saving the file.
I also configure the POP3 which works, I confirmed by telnetting into the port(110)
My problem is whenever I telnet into my smtp port(25) or telnet localhost 25 it gives connection refused.Also if I look into my netsat -nl, I cant see port 25 map to my ip address(there is no port 25 at all). Pls help me out.
I edited /etc/sendmail.cf file and change #SMTP daemon option.
(DaemonPortOptions=Port=smtp,Addr=217.87.39.134,Name=MTA).
I restart with /etc/init.d/sendmail restart which is ok.
I also edited /etc/mail/local-host-names,then add my domain.I restart with /etc/init.d/sendmail restart which is ok.I edited /etc/mail/access file and run the command make access.db after saving the file.
I also configure the POP3 which works, I confirmed by telnetting into the port(110)
My problem is whenever I telnet into my smtp port(25) or telnet localhost 25 it gives connection refused.Also if I look into my netsat -nl, I cant see port 25 map to my ip address(there is no port 25 at all). Pls help me out.