Hi, can anyone help me about a problem that I have of using Sendmail and Squirrelmail.
Squirrelmail is using MTA of sendmail. Somehow I'm only able to send mail out but can't receive mail from the outside source. I did try to go into /etc/mail/sendmail.mc and comment out the following line:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
That is, place a dnl in front so it looks like the following:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Then I remake sendmail.cf file by moving into the /etc/mail directory and typing in make -C /etc/mail
Then I restart sendmail. (/etc/init.d/sendmail/restart)
Somehow, I'm still not able to receive any mail from outside source but can only receive local email.
Btw.. i'm using RH 9.0.
If anyone have any clue how to solve my sendmail problem.. please do help. Thank You.