Re: Cant send email using mail but it works telnetting...

2007-09-29 Thread Christer Hermansson

Agus wrote:

Hi list...

I gound a problem while trying to send an email with a script using mail -s
Subject [EMAIL PROTECTED]
Then i entered the data...finished with . but it gets stuck in the queue
with this...

V8
T1191019178
K1191020151
N2
P120418
I0/80/47582
MDeferred: Connection refused by himalaya.free-shells.com.ar.
Fbs
$_localhost [127.0.0.1]
$rESMTP
$severest.free-shells.com.ar
${daemon_flags}
${if_addr}127.0.0.1
S[EMAIL PROTECTED]
MDeferred: Connection refused by himalaya.free-shells.com.ar.
rRFC822; [EMAIL PROTECTED]
RPFD:[EMAIL PROTECTED]
H?P?Return-Path: 81g
H??Received: from everest.free-shells.com.ar (localhost [127.0.0.1])
by everest.free-shells.com.ar (8.13.6/8.13.6) with ESMTP id
l8SMdc7L021779
for [EMAIL PROTECTED]; Fri, 28 Sep 2007 19:39:38
-0300 (ART)
(envelope-from [EMAIL PROTECTED])
H??Received: (from [EMAIL PROTECTED])
by everest.free-shells.com.ar (8.13.6/8.13.6/Submit) id
l8SMdc3P021778
for [EMAIL PROTECTED]; Fri, 28 Sep 2007 19:39:38 -0300 (ART)
(envelope-from brahama)
H??Date: Fri, 28 Sep 2007 19:39:38 -0300 (ART)
H??From: User Brahama [EMAIL PROTECTED]
H??Message-Id: [EMAIL PROTECTED]
H??To: [EMAIL PROTECTED]
H??Subject: subjet
.



My hostname is everestmy firewall/router name is himalaya

I think the problem is that is trying to resolve to
himalaya.free-shells.com.ar which is the FQDN in my NS
could it be that? how can i bypass local mail to go directly to localhost
sendmail...?

Thanks...

PS: While telneting localhost 25 and sending it manually works
  

You want the mail to be delivered to the file /var/mail/username ?

I just typed at my machine (running freebsd and sendmail)

mail -s Testing [EMAIL PROTECTED]
hello
.

and the mail got delivered to the file /var/mail/cat

How is your sendmail configuration, I guess you have done some changes 
and not using the default ?


--

Christer Hermansson



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cant send email using mail but it works telnetting...

2007-09-29 Thread Agus
2007/9/29, Christer Hermansson [EMAIL PROTECTED]:

 Agus wrote:
  Hi list...
 
  I gound a problem while trying to send an email with a script using mail
 -s
  Subject [EMAIL PROTECTED]
  Then i entered the data...finished with . but it gets stuck in the queue
  with this...
 
  V8
  T1191019178
  K1191020151
  N2
  P120418
  I0/80/47582
  MDeferred: Connection refused by himalaya.free-shells.com.ar.
  Fbs
  $_localhost [127.0.0.1]
  $rESMTP
  $severest.free-shells.com.ar
  ${daemon_flags}
  ${if_addr}127.0.0.1
  S[EMAIL PROTECTED]
  MDeferred: Connection refused by himalaya.free-shells.com.ar.
  rRFC822; [EMAIL PROTECTED]
  RPFD:[EMAIL PROTECTED]
  H?P?Return-Path: 81g
  H??Received: from everest.free-shells.com.ar (localhost [127.0.0.1])
  by everest.free-shells.com.ar (8.13.6/8.13.6) with ESMTP id
  l8SMdc7L021779
  for [EMAIL PROTECTED]; Fri, 28 Sep 2007 19:39:38
  -0300 (ART)
  (envelope-from [EMAIL PROTECTED])
  H??Received: (from [EMAIL PROTECTED])
  by everest.free-shells.com.ar (8.13.6/8.13.6/Submit) id
  l8SMdc3P021778
  for [EMAIL PROTECTED]; Fri, 28 Sep 2007 19:39:38 -0300 (ART)
  (envelope-from brahama)
  H??Date: Fri, 28 Sep 2007 19:39:38 -0300 (ART)
  H??From: User Brahama [EMAIL PROTECTED]
  H??Message-Id: [EMAIL PROTECTED]
  H??To: [EMAIL PROTECTED]
  H??Subject: subjet
  .
 
 
 
  My hostname is everestmy firewall/router name is himalaya
 
  I think the problem is that is trying to resolve to
  himalaya.free-shells.com.ar which is the FQDN in my NS
  could it be that? how can i bypass local mail to go directly to
 localhost
  sendmail...?
 
  Thanks...
 
  PS: While telneting localhost 25 and sending it manually works
 
 You want the mail to be delivered to the file /var/mail/username ?

 I just typed at my machine (running freebsd and sendmail)

 mail -s Testing [EMAIL PROTECTED]
 hello
 .

 and the mail got delivered to the file /var/mail/cat

 How is your sendmail configuration, I guess you have done some changes
 and not using the default ?

 --

 Christer Hermansson



 Hi Christer,

Thanks for the replyexactly that...i want the mail to be delivered to
[EMAIL PROTECTED] is i say...i got it stucked in the queue deferred

I didn't touch the sendmail conf..as far as i remember..also i dont know
much about sendmail conf so it would be difficult that i had modified
it...I'll check though

thanks...and have a nice weekend all
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cant send email using mail but it works telnetting...

2007-09-29 Thread Christer Hermansson

Agus wrote:

You want the mail to be delivered to the file /var/mail/username ?

I just typed at my machine (running freebsd and sendmail)

mail -s Testing [EMAIL PROTECTED]
hello
.

and the mail got delivered to the file /var/mail/cat

How is your sendmail configuration, I guess you have done some changes
and not using the default ?

--

Christer Hermansson



Hi Christer,



Thanks for the replyexactly that...i want the mail to be delivered to
[EMAIL PROTECTED] is i say...i got it stucked in the queue deferred

I didn't touch the sendmail conf..as far as i remember..also i dont know
much about sendmail conf so it would be difficult that i had modified
it...I'll check though

thanks...and have a nice weekend all

  

This is just a guess:

Maybe you have changed the line

# root: [EMAIL PROTECTED]

in the file /etc/mail/aliases

--

Christer Hermansson


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cant send email using mail but it works telnetting...

2007-09-29 Thread Agus
2007/9/29, Christer Hermansson [EMAIL PROTECTED]:

 Agus wrote:
  You want the mail to be delivered to the file /var/mail/username ?
 
  I just typed at my machine (running freebsd and sendmail)
 
  mail -s Testing [EMAIL PROTECTED]
  hello
  .
 
  and the mail got delivered to the file /var/mail/cat
 
  How is your sendmail configuration, I guess you have done some changes
  and not using the default ?
 
  --
 
  Christer Hermansson
 
 
 
  Hi Christer,
 
 
  Thanks for the replyexactly that...i want the mail to be delivered
 to
  [EMAIL PROTECTED] is i say...i got it stucked in the queue
 deferred
 
  I didn't touch the sendmail conf..as far as i remember..also i dont know
  much about sendmail conf so it would be difficult that i had modified
  it...I'll check though
 
  thanks...and have a nice weekend all
 
 
 This is just a guess:

 Maybe you have changed the line

 # root: [EMAIL PROTECTED]

 in the file /etc/mail/aliases

 --

 Christer Hermansson


 No Christerthe line is the same as the one you put...it is also
commented...

Thanks again..
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cant send email using mail but it works telnetting...

2007-09-28 Thread Agus
Hi list...

I gound a problem while trying to send an email with a script using mail -s
Subject [EMAIL PROTECTED]
Then i entered the data...finished with . but it gets stuck in the queue
with this...

V8
T1191019178
K1191020151
N2
P120418
I0/80/47582
MDeferred: Connection refused by himalaya.free-shells.com.ar.
Fbs
$_localhost [127.0.0.1]
$rESMTP
$severest.free-shells.com.ar
${daemon_flags}
${if_addr}127.0.0.1
S[EMAIL PROTECTED]
MDeferred: Connection refused by himalaya.free-shells.com.ar.
rRFC822; [EMAIL PROTECTED]
RPFD:[EMAIL PROTECTED]
H?P?Return-Path: 81g
H??Received: from everest.free-shells.com.ar (localhost [127.0.0.1])
by everest.free-shells.com.ar (8.13.6/8.13.6) with ESMTP id
l8SMdc7L021779
for [EMAIL PROTECTED]; Fri, 28 Sep 2007 19:39:38
-0300 (ART)
(envelope-from [EMAIL PROTECTED])
H??Received: (from [EMAIL PROTECTED])
by everest.free-shells.com.ar (8.13.6/8.13.6/Submit) id
l8SMdc3P021778
for [EMAIL PROTECTED]; Fri, 28 Sep 2007 19:39:38 -0300 (ART)
(envelope-from brahama)
H??Date: Fri, 28 Sep 2007 19:39:38 -0300 (ART)
H??From: User Brahama [EMAIL PROTECTED]
H??Message-Id: [EMAIL PROTECTED]
H??To: [EMAIL PROTECTED]
H??Subject: subjet
.



My hostname is everestmy firewall/router name is himalaya

I think the problem is that is trying to resolve to
himalaya.free-shells.com.ar which is the FQDN in my NS
could it be that? how can i bypass local mail to go directly to localhost
sendmail...?

Thanks...

PS: While telneting localhost 25 and sending it manually works
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]