Hey Norman I am able to send email to my gmail account using sendmail
Can you help me with configuration of DNS for JAMES. I have the following enteries in my /etc/resolv.conf bash-3.00# cat /etc/resolv.conf nameserver 192.168.2.1 nameserver 8.8.8.8 nameserver 8.8.4.4 It seems when my (/etc/init.d/sendmail) is started, I can send email out. I get the following msgs when I telnet into my server's port 25. Trying 192.168.2.23... Connected to 192.168.2.23. Escape character is '^]'. 220 v210b.tlm.com ESMTP Sendmail 8.13.8+Sun/8.13.8; Fri, 25 Feb 2011 10:06:56 -0500 (EST) ehlo tlm.com 250-v210b.tlm.com Hello v210b [192.168.2.23], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-EXPN 250-VERB 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-DELIVERBY 250 HELP But when I stop sendmail, I get the following message: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 v210b SMTP Server (JAMES SMTP Server 2.3.2) ready Fri, 25 Feb 2011 10:48:23 -0500 (EST) ehlo tlm.com 250-v210b Hello tlm.com (localhost [127.0.0.1]) 250-PIPELINING 250 ENHANCEDSTATUSCODES Thanks so much in advance, and looking forward to hearing from you soon. Regards, Kazmi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
