7 msgproblem sending cc messages
13 msgPostfix not doing TLS like I need
6 msgcannot open file: File too large
4 msgPostfix, quotas, and bouncing back (rejecting)
2 msgRestrict sending host for some (but not all) re...
1 msgRe: Implementing custom blacklists

SMTP question
\ Tom Allison (12 Jun 2007)
. \ Victor Duchovni (12 Jun 2007)
. . \ Tom Allison (13 Jun 2007)
. . . \ Victor Duchovni (13 Jun 2007)
. . . . \ Tom Allison (13 Jun 2007)
. . . \ (Wietse Venema) (13 Jun 2007)

7 msgApplication to integrate Postfix, Dovecot, and ...
6 msgHow to use smtpd_reject_unlisted_recipient?
2 msgProblem
4 msgSpam issues
1 msgEmails from postfix and php
9 msgPostfix Body Check Questions part 2
12 msgrelay_recipient_maps
5 msgNewbie to both Linux and Postfix looking for he...
3 msgproblem with postfix and dns updates
4 msgSteps to create virtual email boxes
6 msgBest Practices (looking for some) : Attachment ...
1 msghaving postfix deliver mail for one host name i...
2 msgPostfix Body Check Questions
Subject:Re: SMTP question
Group:Postfix-users
From:(Wietse Venema)
Date:13 Jun 2007


 
Tom Allison:
> I started with modifying an existing one but found that needed a
> little bit more.
> Eventually I got to the point where there was little resembling the
> original.
>
> besides, what I am finding in the existing ones is that they do not
> comply with the RFC specification. For example MSDW modules, a
> classic, tracks information until DATA is received and then just
> pipes everything into a temporary file until it's no longer being
> read from the network socket.

With SMTP, the DATA ends with "." on a line by itself, and the
receiver removes '.' at the beginning of all other lines.

> Problem with this, as I understand it, is that EHLO allows me to send
> messages in the form of:

EHLO has nothing to do with the handling of '.'.

> HELO
> MAIL FROM
> RCPT TO
> DATA
> ...
> .

That last '.' is the end of the first message.

> MAIL FROM
> RCPT TO
> DATA
> ...
> .

That last '.' is the end of the second message.

> QUIT
>
> That being the case, EHLO would result in ONE MASSIVE email...

This results in multiple deliveries, regardless of whether EHLO
was sent.

Wietse


© 2004-2008 readlist.com