Help me getting work with squirrelmail in RHEL 5.0
Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Help me getting work with squirrelmail in RHEL 5.0
Heloooo there,
could anyone help me solving the issue with mail server in RHEL 5.0,
The issue is,
i already installed squirrelmail( web based interface for sendmail ), but it could not sent and recieving mails. Even if i send a mail from terminal window also it won't send / receive mails.
appriaciation is there for those who quickly respond.
no error messages, it shows message sent to : <user name>.
but i cant receiving mail.
While sending mail, in another terminalwindow, do a "tail -f" from the logfile (tail -f /var/log/mail.log) look for the correct file, don't know from the top of my head.
and also there is no firewall was configured. The firewall is configured using external hardware firewall so called as Cyberoam( just like check point firewall). but, my machine was not configured to control by that firewall. that means my machine is free to that firewall and also all ports and services are enabled and accepting for communicating outside.
try to restart sendmail
also make sure it runs as a deamon
what is the output of
telnet 127.0.0.1 25
i am giving u the output of the command with loop back address as well as one of my local private address which i had been configured to use with local mail server.
telnet 127.0.0.1 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
telnet 172.16.254.223 25
Trying 172.16.254.223...
telnet: connect to address 172.16.254.223: Connection refused
telnet: Unable to connect to remote host: Connection refused
plz tell me how to enable telnetting to this 25 port, i know it was in /etc/xinet.d/telnet --> disable = no.,,, but i configured it, even if it was not working .
help me in this regard.
and also i am giving the output of
telnet 127.0.0.1
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.