DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ F T

⟦fc1ffbe64⟧ TextFile

    Length: 2664 (0xa68)
    Types: TextFile
    Names: »Flow.Diagram«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/smail/doc/Flow.Diagram« 

TextFile

vanilla 4.2BSD mail flow

LOCAL   /bin/mail ----                           -- /bin/mail -- LOCAL
                      \                        / 
                       ----------- sendmail --
                      /          /             \
LOCAL   Mail ---------          /                -- uux -------- REMOTE
                               /
REMOTE  /bin/rmail ------------

==========================

smail 4.2BSD mail flow

LOCAL   /bin/mail                          -- /bin/mail -- LOCAL
                 \                        /
                  ------------ sendmail --
                 /          /             \
LOCAL   Mail ---          /                -- /bin/smail -
                         /  (non-bang)                    \
REMOTE  /bin/rmail ------                                  \
                          \  (bang)                          \
		           ------------------------------------- uux REMOTE

==========================

vanilla SVR2 mail flow

		mail	is "/usr/src/cmd/mail.c"
		rmail	is linked to mail

LOCAL	mail  ------------\              /--------------------- LOCAL
		           \            /
LOCAL	mailx ----> mail ---+----------+
		           /            \
REMOTE	rmail ------------/              \-- uux -------------- REMOTE

==========================

Modified SVR2 mail flow using SENDMAIL

Definitions of changed/renamed programs

		mail	is "svbinmail.c"
		lmail	is "/usr/src/cmd/mail.c"
		rmail	is linked to smail

LOCAL	mail  ------------\                /-- lmail ---------- LOCAL
		           \              /
                            +--sendmail--+
		           /              \
LOCAL	mailx --- mail ---/                \-- smail -- uux --- REMOTE


                                               /-- lmail ------ LOCAL
                                              /
                                /--sendmail--+
                               /              \
                              /                \- smail - uux - REMOTE
                             / (domain | LOCAL)
REMOTE  rmail --------------+
                             \ (bang)
                              \
                               \------------------ uux -------- REMOTE

==========================

Modified SVR2 mail flow without SENDMAIL

LOCAL	mail  ------------\                /-- lmail ---------- LOCAL
		           \              /
                            +-- rmail ---+
		           /    /         \
LOCAL	mailx --- mail ---/    /           \-- uux ----------- REMOTE
                              /
                             /
REMOTE	--------------------+

#
# @(#)Flow.Diagram	2.1 smail 12/14/86
#