from the sendmail.cf file remove 127.0.0.1 ..this just says that the box will accept 
connections on port 25(SMTP port) from localhost.
if u remove that and restart sendmail it should start working...

after restarting sendmail check these

ps -ef| grep sendmail

and see if sendmail is waiting for incoming requests

alternately try a netstat -an --tcp | more and see if 25 is alive

how ever if both these are true and still ur machine does not accept connections check 
for firewall rules..
ipchains -F (flush existing rules)

and then try telnet <ip> 25 ...

should work...
PS..is ur DNS ready with the new settings

all the best

On Thu, 27 Sep 2001, Selvi wrote:

!Date: Thu, 27 Sep 2001 12:17:49 +0530
!From: Selvi <[EMAIL PROTECTED]>
!Reply-To: [EMAIL PROTECTED]
!To: [EMAIL PROTECTED]
!Subject: Re:  Re:Re SMTP not accepting my outgoing mail
!    [EMAIL PROTECTED]
!
!
!I have done as u written. But it shows the following error  10.255.6.201 is
!linuxbox ip
!
!
!The message could not be sent because one of the recipients was rejected by
!the server. The rejected e-mail address was '[EMAIL PROTECTED]'.
!Subject 'test mail', Account: '10.255..6.235', Server: '10.255.6.235',
!Protocol: SMTP, Server Response: '450 4.7.1 <[EMAIL PROTECTED]>...
!Relaying temporarily denied. Cannot resolve PTR record for 10.255.6.201',
!Port: 25, Secure(SSL): No, Server Error: 450, Error Number: 0x800CCC79
!----------------------------------------------------------------------------
!----------------------------------------------------------------------------
!-------------------------------------------------------------------------
!Balamurgam.T
!Network Engineer..India
!Ymessenger->  [EMAIL PROTECTED]
!MSN -> [EMAIL PROTECTED]
!URL -> http;//balamurugan.cjb.net
!----- Original Message -----
!From: "# sriram #" <[EMAIL PROTECTED]>
!To: <[EMAIL PROTECTED]>
!Sent: Thursday, September 27, 2001 10:53 AM
!Subject:
!Re:Re%3A%20SMTP%20not%20accepting%20my%20outgoing%20mail&In-Reply-To=3BA91D8
[EMAIL PROTECTED]
!
!
!> hi...
!>
!> sendmail in 7.1 does not permit accepting connections from other machines
!>
!> edit the sendmail.cf file and search for DaemonPortOptions and then remove
!127.0.0.1 from the line and restart sendmai...
!>
!> u can then start sending mails.
!>
!> good luck
!>
!>
!> ----------------------------------------------------------
!> When i read about the evils of smoking , I gave up reading
!> ----------------------------------------------------------
!>
!>
!>
!>
!> _______________________________________________
!> Seawolf-list mailing list
!> [EMAIL PROTECTED]
!> https://listman.redhat.com/mailman/listinfo/seawolf-list
!>
!
!
!
!_______________________________________________
!Seawolf-list mailing list
[EMAIL PROTECTED]
!https://listman.redhat.com/mailman/listinfo/seawolf-list
!

----------------------------------------------------------
When i read about the evils of smoking , I gave up reading
----------------------------------------------------------




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to