Re: No to moze jakies wnioski [bylo Pliki załączni

Autor: Bronek Kozicki (brok_at_rubikon.pl)
Data: Thu 10 Aug 2000 - 13:06:20 MET DST


Użytkownik "Piotr Kapczuk" <xxx_piotr.kapczuk_xxx_at_hoop.com.pl> napisał w
wiadomości news:8mp5rn$pam$1_at_sunsite.icm.edu.pl...
[....]
> Jeżeli próbujemy myśleć globalnie to niestety, muszę zgodzić z propozycją
> rozszerzenia SMTP. Lepiej wymienić soft na serwerze/firewallu niż na
> tysiącach kompów lub uczyc setki userów.

Witam

Pisząc pewnien kawałek soft. mającego współpracować z serwerem SMTP
przeglądałem różne RFC, i na co natrafiłem:

1830 SMTP Service Extensions for Transmission of Large and Binary MIME
     Messages. G. Vaudreuil. August 1995. (Format: TXT=16555 bytes)
     (Status: EXPERIMENTAL)

1845 SMTP Service Extension for Checkpoint/Restart. D. Crocker, N.
     Freed, A. Cargille. September 1995. (Format: TXT=15399 bytes)
     (Status: EXPERIMENTAL)

Poniżej przykład dwóch sesji SMTP zaczerpnięty z RFC1845:

---
   The following dialogue illustrates the use of the checkpointing
   service extension:
S: <wait for connection on TCP port 25>
C: <open connection to server>
S: 220 dbc.mtview.ca.us SMTP service ready
C: EHLO ymir.claremont.edu
S: 250-dbc.mtview.ca.us says hello
S: 250 CHECKPOINT
C: MAIL FROM:<ned_at_ymir.claremont.edu> TRANSID=<12345_at_claremont.edu>
S: 250 <ned_at_ymir.claremont.edu>... Sender and TRANSID ok
C: RCPT TO:<mrose_at_dbc.mtview.ca.us>
S: 250 <mrose_at_dbc.mtview.ca.us>... Recipient ok
C: DATA
S: 354 Send checkpointed message, ending in CRLF.CRLF
<some amount of message data transmitted>
<session is interrupted and TCP connection is broken>
Some time later a new connection is established:
S: <wait for connection on TCP port 25>
C: <open connection to server>
S: 220 dbc.mtview.ca.us SMTP service ready
C: EHLO ymir.claremont.edu
S: 250-dbc.mtview.ca.us says hello
S: 250 CHECKPOINT
C: MAIL FROM:<ned_at_ymir.claremont.edu> TRANSID=<12345_at_claremont.edu>
S: 355 6135 is the transaction offset
C: DATA
S: 354 Send previously checkpointed message starting at octet 6135
C: <message data minus first 6135 octets sent>
C: .
S: 250 OK
C: QUIT
S: 221 Goodbye
--
Chyba nie trzeba wymyślać koła. Pozdrawiam
B.


To archiwum zostało wygenerowane przez hypermail 2.1.7 : Wed 19 May 2004 - 16:35:43 MET DST