Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

Connecting to Sendmail

Reply
 
Thread Tools Display Modes
  #1  
Old 11-10-2003, 09:40 PM
Default Connecting to Sendmail



I can't connect to sendmail from a client. Is there a firewall
setting that should specifically open up a port (110 I think) or am I
doing somethin wrong on the client.

Server is RH 9.0 running sendmail...

Thanks
Peter


Peter
Reply With Quote
  #2  
Old 11-10-2003, 09:51 PM
Andree Toonk
Guest
 
Posts: n/a
Default Re: Connecting to Sendmail

Hi Peter,

"Peter" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> I can't connect to sendmail from a client. Is there a firewall
> setting that should specifically open up a port (110 I think) or am I
> doing somethin wrong on the client.
>

Normaly sendmail runs on port 25. (smtp)
you can try to connect to it using telnet: "telnet <IP-ADDRESS> 25"
on the host self, you can use "netstat -a" to see if sendmail is running.

Goodluck
-Andree


Reply With Quote
  #3  
Old 11-10-2003, 11:54 PM
ynotssor
Guest
 
Posts: n/a
Default Re: Connecting to Sendmail

"Peter" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om

> I can't connect to sendmail from a client. Is there a firewall
> setting that should specifically open up a port (110 I think) or am I
> doing somethin wrong on the client.
> Server is RH 9.0 running sendmail...


Pat attention to 1) at the following post:
http://groups.google.com/groups?as_u...newsgroups.com

Rebuild the sendmail.cf file and restart sendmail after making the change to
sendmail.mc.

Also, get familiar with the FAQs. Your question has been answered many,
many, many times:

http://www.sendmail.org/faq/section5.html#5.3.1.3


tony


--
use hotmail com for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
  #4  
Old 11-11-2003, 02:25 AM
David Efflandt
Guest
 
Posts: n/a
Default Re: Connecting to Sendmail

On 10 Nov 2003 13:40:53 -0800, Peter <(E-Mail Removed)> wrote:
> I can't connect to sendmail from a client. Is there a firewall
> setting that should specifically open up a port (110 I think) or am I
> doing somethin wrong on the client.
>
> Server is RH 9.0 running sendmail...


Port 110 is pop3, sending mail (smtp) is port 25 (/etc/services tells you
what service each port is for). Sendmail does not do pop3 (you need a
different daemon for that). Also by default sendmail in RH only listens
on localhost (127.0.0.1), unless you modified that. Check 'netstat -atn'
to see what IPs and ports are listening (0.0.0.0 means any IP). You might
also need to check /etc/hosts.allow, hosts.deny and firewall settings.

--
David Efflandt - All spam ignored http://www.de-srv.com/
Reply With Quote
  #5  
Old 11-15-2003, 03:11 AM
Peter
Guest
 
Posts: n/a
Default Re: Connecting to Sendmail

(E-Mail Removed) (David Efflandt) wrote in message news:<(E-Mail Removed)>...
> On 10 Nov 2003 13:40:53 -0800, Peter <(E-Mail Removed)> wrote:
> > I can't connect to sendmail from a client. Is there a firewall
> > setting that should specifically open up a port (110 I think) or am I
> > doing somethin wrong on the client.
> >
> > Server is RH 9.0 running sendmail...

>
> Port 110 is pop3, sending mail (smtp) is port 25 (/etc/services tells you
> what service each port is for). Sendmail does not do pop3 (you need a
> different daemon for that). Also by default sendmail in RH only listens
> on localhost (127.0.0.1), unless you modified that. Check 'netstat -atn'
> to see what IPs and ports are listening (0.0.0.0 means any IP). You might
> also need to check /etc/hosts.allow, hosts.deny and firewall settings.


I ran telnet localhost 110 and it says;

Connected to localhost 127.0.0.1
+OK POP3 localhost.localdomain v2001.78rh server ready.

So, POP seems to be working, Kmail is setup and I can send emails but
when I reply from the client machine I can't receive emails back on
the server. What should I try next?

-Peter
Reply With Quote
  #6  
Old 11-15-2003, 07:39 PM
Peter
Guest
 
Posts: n/a
Default Re: Connecting to Sendmail

(E-Mail Removed) (Peter) wrote in message news:<(E-Mail Removed). com>...
> (E-Mail Removed) (David Efflandt) wrote in message news:<(E-Mail Removed)>...
> > On 10 Nov 2003 13:40:53 -0800, Peter <(E-Mail Removed)> wrote:
> > > I can't connect to sendmail from a client. Is there a firewall
> > > setting that should specifically open up a port (110 I think) or am I
> > > doing somethin wrong on the client.
> > >
> > > Server is RH 9.0 running sendmail...

> >
> > Port 110 is pop3, sending mail (smtp) is port 25 (/etc/services tells you
> > what service each port is for). Sendmail does not do pop3 (you need a
> > different daemon for that). Also by default sendmail in RH only listens
> > on localhost (127.0.0.1), unless you modified that. Check 'netstat -atn'
> > to see what IPs and ports are listening (0.0.0.0 means any IP). You might
> > also need to check /etc/hosts.allow, hosts.deny and firewall settings.

>
> I ran telnet localhost 110 and it says;
>
> Connected to localhost 127.0.0.1
> +OK POP3 localhost.localdomain v2001.78rh server ready.
>
> So, POP seems to be working, Kmail is setup and I can send emails but
> when I reply from the client machine I can't receive emails back on
> the server. What should I try next?
>
> -Peter


I can log on from a client machine via telnet on port 110 and check my
messages, so POP is up and running by default on RH 9.0.

I can send email from the server machine at command line and from
KMail but when I reply it doesn't show up at the server.

Why can't I receive incoming mail?

-Peter
Reply With Quote
Reply

Tags
connecting, sendmail

Thread Tools
Display Modes

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 On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:42 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.