LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices

Reply
 
LinkBack Search this Thread
Old 11-11-2008, 06:51 AM   #1
siri.siri143
LQ Newbie
 
Registered: Oct 2007
Posts: 14

Rep: Reputation: 0
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.
 
Old 11-11-2008, 07:05 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Slackware current
Posts: 8,460

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
errormessages?
any pointers in the logfiles ?
 
Old 11-11-2008, 07:13 AM   #3
siri.siri143
LQ Newbie
 
Registered: Oct 2007
Posts: 14

Original Poster
Rep: Reputation: 0
no error messages, it shows message sent to : <user name>.
but i cant receiving mail.
 
Old 11-11-2008, 07:19 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Slackware current
Posts: 8,460

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by siri.siri143 View Post
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.
 
Old 11-11-2008, 07:55 AM   #5
siri.siri143
LQ Newbie
 
Registered: Oct 2007
Posts: 14

Original Poster
Rep: Reputation: 0
i am giving the reply to your last question by pasting the output of the command

tail -f /var/log/maillog

Nov 11 18:44:38 mail dovecot: imap-login: Login: user=<suresh>, method=PLAIN, rip=::ffff:172.16.254.223, lip=::ffff:172.16.254.223, secured
Nov 11 18:44:38 mail dovecot: IMAP(suresh): Disconnected
Nov 11 18:45:38 mail dovecot: imap-login: Login: user=<suresh>, method=PLAIN, rip=::ffff:172.16.254.223, lip=::ffff:172.16.254.223, secured
Nov 11 18:45:38 mail dovecot: IMAP(suresh): Disconnected
Nov 11 18:46:39 mail dovecot: imap-login: Login: user=<suresh>, method=PLAIN, rip=::ffff:172.16.254.223, lip=::ffff:172.16.254.223, secured
Nov 11 18:46:39 mail dovecot: IMAP(suresh): Disconnected
Nov 11 18:58:22 mail sendmail[20929]: mABDSMe4020929: from=root, size=106, class=0, nrcpts=1, msgid=<200811111328.mABDSMe4020929@mail.esevaonline.com>, relay=root@localhost
Nov 11 18:58:22 mail sendmail[20929]: mABDSMe4020929: to=suresh, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30106, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
Nov 11 19:00:50 mail sendmail[20960]: mABDUo07020960: from=root, size=32, class=0, nrcpts=1, msgid=<200811111330.mABDUo07020960@mail.esevaonline.com>, relay=root@localhost
Nov 11 19:00:50 mail sendmail[20960]: mABDUo07020960: to=suresh, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30032, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]
^[[B
 
Old 11-11-2008, 08:06 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Slackware current
Posts: 8,460

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
stat=Deferred: Connection refused by [127.0.0.1]
Your server does not accept connections.
Is sendmail running? (ps-ax | grep sendmail)
Any firewall installed?
 
Old 11-11-2008, 08:11 AM   #7
siri.siri143
LQ Newbie
 
Registered: Oct 2007
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
Your server does not accept connections.
Is sendmail running? (ps-ax | grep sendmail)
Any firewall installed?



i am giving the output of

ps -ef | grep sendmail

smmsp 22170 1 0 19:31 ? 00:00:00 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue

pgrep sendmail

22170

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.
 
Old 11-11-2008, 08:19 AM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Slackware current
Posts: 8,460

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
try to restart sendmail
also make sure it runs as a deamon
what is the output of
telnet 127.0.0.1 25
 
Old 11-11-2008, 08:55 AM   #9
siri.siri143
LQ Newbie
 
Registered: Oct 2007
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
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 '^]'.

mail.esevaonline.com (Linux release 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:02 EDT 2007) (4)

login:





telnet 172.16.254.223
Trying 172.16.254.223...
Connected to mail.esevaonline.com (172.16.254.223).
Escape character is '^]'.

mail.esevaonline.com (Linux release 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:02 EDT 2007) (4)

login:


then What could be the problem....


...........

Last edited by siri.siri143; 11-11-2008 at 08:59 AM.
 
Old 11-11-2008, 09:20 AM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Slackware current
Posts: 8,460

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
seems to me sendmail is not running
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: RHEL Server 5 Is Good Work in Progress LXer Syndicated Linux News 0 04-11-2007 06:31 PM
SquirrelMail on RHEL carlosinfl Linux - Server 1 02-24-2007 12:21 AM
Radeon X800 failed to work on RHEL AS 4 fjkum Linux - Hardware 0 05-22-2006 04:17 AM
RHEL 4 64Bit an HP BL 25p, the clock don't work correctly ZaRa Red Hat 0 01-17-2006 05:38 AM
system-config-packages doesnot work in RHEL 4 tuxfood Red Hat 0 12-13-2005 12:19 AM


All times are GMT -5. The time now is 04:25 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration