Re: Message without Subject and From!!!

2001-08-01 Thread Charles Cazabon

Daniel Abad [EMAIL PROTECTED] wrote:
 
 When a send a message to my virtual user, I check it from telnet and it's
 without subject and from!! What should I do?? 

Compose your message differently.  The From: and Subject: fields in
the message header are completely optional.

This isn't a qmail issue.  See the documentation for your MUA for
further details.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



RES: Message without Subject and From!!!

2001-08-01 Thread Daniel Abad

Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
data (.) . 

When I received this from my Outlook or Webmail, the message is empty! Only
the time appears! 

Tks.

Daniel

-Mensagem original-
De: Charles Cazabon [mailto:[EMAIL PROTECTED]]
Enviada em: Quarta-feira, 1 de Agosto de 2001 11:35
Para: [EMAIL PROTECTED]
Assunto: Re: Message without Subject and From!!!


Daniel Abad [EMAIL PROTECTED] wrote:
 
 When a send a message to my virtual user, I check it from telnet and it's
 without subject and from!! What should I do?? 

Compose your message differently.  The From: and Subject: fields in
the message header are completely optional.

This isn't a qmail issue.  See the documentation for your MUA for
further details.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
---



Re: RES: Message without Subject and From!!!

2001-08-01 Thread Henning Brauer

On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
 Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
 data (.) .  
 When I received this from my Outlook or Webmail, the message is empty! Only
 the time appears! 

http://www.ietf.org/rfc/rfc2821.txt
http://www.ietf.org/rfc/rfc2822.txt

really.

If you don't have From:, To:, Subject: and Date: Headers between 
DATA
and
.
no MUA will show them.

A senseful telnet session to an MTA looks like

telnet [mtaip] 25
220 [mtahost] ESMTP
EHLO [hostname]
250 [host]
250 [multiple feature lines]
MAIL FROM: [envelope sender]
250 ok
RCPT TO: [recipient]
250 ok
DATA
354 go ahead
From: Name email address
To: Name email address
Subject: a senseful subject
Date: a correct datestring

The text appearing in the body
.

250 ok [ts] qp [inode]
QUIT

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Re: RES: Message without Subject and From!!!

2001-08-01 Thread Greg White

On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
 Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
 data (.) . 
 
 When I received this from my Outlook or Webmail, the message is empty! Only
 the time appears! 
 
 Tks.
 
 Daniel

Please learn to speak SMTP -- you're not sending any To or From headers,
just envelope-from and envelope-to. A proper conversation reads a little
like this, for your side of it:

HELO example.com
MAIL FROM:[EMAIL PROTECTED]
RCPT TO:[EMAIL PROTECTED]
DATA
From: Joe Blow [EMAIL PROTECTED]
To: Jim Blow [EMAIL PROTECTED]
Subject: Testing my SMTP

This is a test.

.



That will do what you're expecting.

GW



Re: RES: Message without Subject and From!!!

2001-08-01 Thread Robin S. Socha

On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
 Charles Cazabon [mailto:[EMAIL PROTECTED]]
  Daniel Abad [EMAIL PROTECTED] wrote:

Look, dude, I reformatted your message to give it a minimum amount of
meaning. Do not ever *think* about hitting reply before you've fully
read and understood http://learn.to/edit_messages/

   When a send a message to my virtual user, I check it from telnet
   and it's without subject and from!! What should I do?? 

  Compose your message differently.  The From: and Subject:
  fields in the message header are completely optional.

 Ok, I telnet at 25 and compose a message, with mail from: , rcpt to:
 anda data (.) . 

Yeah. So? What does the message look like in its original form then?

  This isn't a qmail issue.  See the documentation for your MUA for
  further details.

 When I received this from my Outlook or Webmail, the message is
 empty! Only the time appears! 

MUA is Mail User Agent. The crap you're sending your messages with is
an MUA. Got it? And if no appropriate help is available for Outlook,
complain to the wankers in Redmond who *SOLD* you this shit. This is a
technical list for a Unix MTA, ok?

Oh yeah... Apart from the fact that I don't speak Portuñol (or even
intend to learn it), this is crap, too:

MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset=iso-8859-1
-- 
Robin S. Socha - Do not send me Cc:s. Ever.



Message without Subject and From!!!

2001-07-31 Thread Daniel Abad

Hi all!

When a send a message to my virtual user, I check it from telnet and it's
without subject and from!! What should I do?? 

ash-2.03$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.cidadeinternet.com.br.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass teste
+OK
list
+OK
1 285
.
retr 1
+OK
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 4487 invoked by uid 0); 1 Aug 2001 00:03:51 -
Received: from localhost.0.0.127.in-addr.arpa (HELO www) (127.0.0.1)
  by localhost.0.0.127.in-addr.arpa with SMTP; 1 Aug 2001 00:03:51 -
teste



Something could be done wrong at Intallation??

Tks.
Daniel.

-Mensagem original-
De: Peter van Dijk [mailto:[EMAIL PROTECTED]]
Enviada em: Terça-feira, 31 de Julho de 2001 21:03
Para: [EMAIL PROTECTED]
Assunto: Re: SSH with Qmail


On Wed, Aug 01, 2001 at 09:51:39AM +1000, Brett Randall wrote:
  Chris == Chris Johnson [EMAIL PROTECTED] writes:
 
  On Tue, Jul 31, 2001 at 04:02:31AM -0400, Dave Lewis wrote:
 
  Does anyone have documentation on how to setup Qmail to work with SSH
???
  I'm currently using Qmail+vpopmail
 
  What do you mean by work with? In what way would you like qmail and
SSH to
  interact?
 
 I want qmail to SSH into the remote mail server, chdir to the mail
 spool folder of the user I am trying to send e-mail to with root
 privs, and write the e-mail message directly into their inbox.

So set up ssh keys without passphrases to allow your system to do so,
make a script that does all that and call it from a .qmail file.

The purpose is completely beyond me, however.

Greetz, Peter
-- 
Against Free Sex!   http://www.dataloss.nl/Megahard_en.html