Results 1 to 3 of 3
Dear All,
I was installed the linux Enterpriese Edition 3 and i was also configured the sendmail on that . It is wroking fine winth in the linux server one ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-10-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 1
Send mail
Dear All,
I was installed the linux Enterpriese Edition 3 and i was also configured the sendmail on that . It is wroking fine winth in the linux server one user to other user (send & receive the mail) . Where iam facing problem is from my client side.. like microsoft outlook i am able recevie the mails but not able send the mails to my linux server.
My ipop3 also configured.
I am able to receive the mail from my linux server but i am not able send the mails to other user in LAN through linux server.
Pl tell me where should i configure in linux server. I am facing the problem for sending the mail only rest all is fine.
Thanks,
Mohan Reddy G
- 02-10-2005 #2
You need to add your domain in the accessfile in a terminal
/etc/mail/access:
cd /etc/mail/
pico access
scroll down to where you see localhost
then add
yourdomain.com <tab><tab> RELAY
ctrl x y enter
then type make
/etc/init.d/sendmail restart
then it should say mail server going down OK
then mail server restarted ok
then type netstat -pant
and look for a line that says something like
0.0.0.0:25
if you see that you are good to go
if you don't let me know
Also let me know if you need any clarification.
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-14-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 12
I am also havin a similar problem.....
i try to test via telnet, and it tells me what it is, but it won't accept the connection....
what could be wrong?


Reply With Quote
