mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-04-11 17:39:50 +00:00
Update documentation and default config files
This commit is contained in:
parent
332a5bb7e1
commit
677137e851
@ -27,7 +27,7 @@ Here is an example config file (with passwords replaced with `****` for obvious
|
||||
Bobbi
|
||||
****
|
||||
/H1/IP65
|
||||
/DATA/EMAIL
|
||||
/H1/DOCUMENTS/EMAIL
|
||||
bobbi.8bit@gmail.com
|
||||
```
|
||||
|
||||
|
@ -69,6 +69,10 @@ Recommended optional hardware:
|
||||
|
||||
Emai//er has been extensively tested using ProDOS 2.4.2. However, it should not be a problem to run it under other versions of ProDOS.
|
||||
|
||||
## Uthernet-II Slot
|
||||
|
||||
The default slot is 5. If you have your card in another slot then create a file called `ethernet.slot` using `EDIT.SYSTEM` with your slot number on the first line.
|
||||
|
||||
## Transport Level Security (TLS)
|
||||
|
||||
One problem faced by any retrocomputing project of this type is that Transport Layer Security (TLS) is endemic on today's Internet. While this is great for security, the encryption algorithms are not feasible to implement on a 6502-based system. In order to bridge the plain text world of the Apple II to today's encrypted Internet, I have set up a Raspberry Pi using several common open source packages as a gateway.
|
||||
|
@ -4,7 +4,7 @@ passwordgoeshere
|
||||
NODELETE
|
||||
192.168.10.2:25
|
||||
apple2.local
|
||||
/IP65
|
||||
/DATA/EMAIL
|
||||
/H1/IP65
|
||||
/H1/DOCUMENTS/EMAIL
|
||||
bobbi.8bit@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
144.76.35.198:119
|
||||
usergoeshere
|
||||
passwordgoeshere
|
||||
/IP65
|
||||
/DATA/EMAIL
|
||||
/H1/IP65
|
||||
/H1/DOCUMENTS/EMAIL
|
||||
bobbi.8bit@gmail.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user