Sendmail service is not started and mails are getting defferred.
> Thanks
> Tejas Darji
> Linux Admin
> GujaratHosting Private Ltd.
> [O] :- 079-40043267
> [M] :- +919714725777
> skype:- td.ddssl
>
Have FuN!
--
Nirmal D Pathak.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What I want is freedom, not life, nor pleasure, nor good!
FLOSS gives that.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
--Please read http://www.catb.org/%7Eesr/faqs/smart-questions.html before posting.
Check whether the port 25 is open or not using,
#netstat -ntlp |grep 25
You need to check system logs after trying to restart the sendmail
service the mail log will not
give us exact idea as why the sendmail service is not starting.
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
The port can not be opened using IPTables.
> root@u15369819:/home/tejas# netstat -ntlp |grep 25
> root@u15369819:/home/tejas#
>
> root@u15369819:/home/tejas# nmap localhost
>
> Starting Nmap 4.53 ( http://insecure.org ) at 2009-12-28 05:33 EST
> Interesting ports on localhost.localdomain (127.0.0.1):
> Not shown: 1710 closed ports
> PORT STATE SERVICE
> 22/tcp open ssh
> 80/tcp open http
> 3000/tcp open ppp
> 3306/tcp open mysql
>
> Nmap done: 1 IP address (1 host up) scanned in 0.233 seconds
>
>
>
> How to open the port in the ubuntu server??
>
You should have an application running on the system which runs on
specific port. Try to restart the sendmail service on the system and
monitor the system logs and mail logs at the particular time, which
should give us idea to investigate the issue.
> Thanks
> Tejas