Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/AutoTempl

!TCPIPUser/AutoTempl

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak
Filename: !TCPIPUser/AutoTempl
Read OK:
File size: 03A3 bytes
Load address: 0000
Exec address: 0000
File contents
# This is a template for an AutoExec file. It is translated by SLIPdial.
# %nntp will expand to either 'nntp' or '#nntp' depending on whether or
# not news is required. Similarly for smtp.

# Note that all the smtp and nntp parameters are set up, just the
# servers won't be kicked. This allows the user to change their mind
# when the are dialed in. i.e. if the select a session without SMTP
# and decide to transfer mail after all, they can just manually
# kick the SMTP server.

#finger {node}@post.demon.co.uk
#finger {node}@punt.demon.co.uk

#finger motd@gate.demon.co.uk

# Set unattended mode based on whether this is an automatic session:
unattended %timed

nntp trace 2
nntp dup hist
nntp fudge 3720
nntp direct on
nntp batch 12
nntp addserver news.demon.co.uk 1800 dem
%nntp kick dem

smtp gateway post.demon.co.uk
smtp gateway punt.demon.co.uk
smtp trace 1
smtp sep fr
%smtp kick

time server ntp.demon.co.uk
time read

00000000  23 20 54 68 69 73 20 69  73 20 61 20 74 65 6d 70  |# This is a temp|
00000010  6c 61 74 65 20 66 6f 72  20 61 6e 20 41 75 74 6f  |late for an Auto|
00000020  45 78 65 63 20 66 69 6c  65 2e 20 49 74 20 69 73  |Exec file. It is|
00000030  20 74 72 61 6e 73 6c 61  74 65 64 20 62 79 20 53  | translated by S|
00000040  4c 49 50 64 69 61 6c 2e  0a 23 20 25 6e 6e 74 70  |LIPdial..# %nntp|
00000050  20 77 69 6c 6c 20 65 78  70 61 6e 64 20 74 6f 20  | will expand to |
00000060  65 69 74 68 65 72 20 27  6e 6e 74 70 27 20 6f 72  |either 'nntp' or|
00000070  20 27 23 6e 6e 74 70 27  20 64 65 70 65 6e 64 69  | '#nntp' dependi|
00000080  6e 67 20 6f 6e 20 77 68  65 74 68 65 72 20 6f 72  |ng on whether or|
00000090  0a 23 20 6e 6f 74 20 6e  65 77 73 20 69 73 20 72  |.# not news is r|
000000a0  65 71 75 69 72 65 64 2e  20 53 69 6d 69 6c 61 72  |equired. Similar|
000000b0  6c 79 20 66 6f 72 20 73  6d 74 70 2e 0a 0a 23 20  |ly for smtp...# |
000000c0  4e 6f 74 65 20 74 68 61  74 20 61 6c 6c 20 74 68  |Note that all th|
000000d0  65 20 73 6d 74 70 20 61  6e 64 20 6e 6e 74 70 20  |e smtp and nntp |
000000e0  70 61 72 61 6d 65 74 65  72 73 20 61 72 65 20 73  |parameters are s|
000000f0  65 74 20 75 70 2c 20 6a  75 73 74 20 74 68 65 0a  |et up, just the.|
00000100  23 20 73 65 72 76 65 72  73 20 77 6f 6e 27 74 20  |# servers won't |
00000110  62 65 20 6b 69 63 6b 65  64 2e 20 54 68 69 73 20  |be kicked. This |
00000120  61 6c 6c 6f 77 73 20 74  68 65 20 75 73 65 72 20  |allows the user |
00000130  74 6f 20 63 68 61 6e 67  65 20 74 68 65 69 72 20  |to change their |
00000140  6d 69 6e 64 0a 23 20 77  68 65 6e 20 74 68 65 20  |mind.# when the |
00000150  61 72 65 20 64 69 61 6c  65 64 20 69 6e 2e 20 69  |are dialed in. i|
00000160  2e 65 2e 20 69 66 20 74  68 65 20 73 65 6c 65 63  |.e. if the selec|
00000170  74 20 61 20 73 65 73 73  69 6f 6e 20 77 69 74 68  |t a session with|
00000180  6f 75 74 20 53 4d 54 50  0a 23 20 61 6e 64 20 64  |out SMTP.# and d|
00000190  65 63 69 64 65 20 74 6f  20 74 72 61 6e 73 66 65  |ecide to transfe|
000001a0  72 20 6d 61 69 6c 20 61  66 74 65 72 20 61 6c 6c  |r mail after all|
000001b0  2c 20 74 68 65 79 20 63  61 6e 20 6a 75 73 74 20  |, they can just |
000001c0  6d 61 6e 75 61 6c 6c 79  0a 23 20 6b 69 63 6b 20  |manually.# kick |
000001d0  74 68 65 20 53 4d 54 50  20 73 65 72 76 65 72 2e  |the SMTP server.|
000001e0  0a 0a 23 66 69 6e 67 65  72 20 7b 6e 6f 64 65 7d  |..#finger {node}|
000001f0  40 70 6f 73 74 2e 64 65  6d 6f 6e 2e 63 6f 2e 75  |@post.demon.co.u|
00000200  6b 0a 23 66 69 6e 67 65  72 20 7b 6e 6f 64 65 7d  |k.#finger {node}|
00000210  40 70 75 6e 74 2e 64 65  6d 6f 6e 2e 63 6f 2e 75  |@punt.demon.co.u|
00000220  6b 0a 0a 23 66 69 6e 67  65 72 20 6d 6f 74 64 40  |k..#finger motd@|
00000230  67 61 74 65 2e 64 65 6d  6f 6e 2e 63 6f 2e 75 6b  |gate.demon.co.uk|
00000240  0a 0a 23 20 53 65 74 20  75 6e 61 74 74 65 6e 64  |..# Set unattend|
00000250  65 64 20 6d 6f 64 65 20  62 61 73 65 64 20 6f 6e  |ed mode based on|
00000260  20 77 68 65 74 68 65 72  20 74 68 69 73 20 69 73  | whether this is|
00000270  20 61 6e 20 61 75 74 6f  6d 61 74 69 63 20 73 65  | an automatic se|
00000280  73 73 69 6f 6e 3a 0a 75  6e 61 74 74 65 6e 64 65  |ssion:.unattende|
00000290  64 20 25 74 69 6d 65 64  0a 0a 6e 6e 74 70 20 74  |d %timed..nntp t|
000002a0  72 61 63 65 20 32 0a 6e  6e 74 70 20 64 75 70 20  |race 2.nntp dup |
000002b0  68 69 73 74 0a 6e 6e 74  70 20 66 75 64 67 65 20  |hist.nntp fudge |
000002c0  33 37 32 30 0a 6e 6e 74  70 20 64 69 72 65 63 74  |3720.nntp direct|
000002d0  20 6f 6e 0a 6e 6e 74 70  20 62 61 74 63 68 20 31  | on.nntp batch 1|
000002e0  32 0a 6e 6e 74 70 20 61  64 64 73 65 72 76 65 72  |2.nntp addserver|
000002f0  20 6e 65 77 73 2e 64 65  6d 6f 6e 2e 63 6f 2e 75  | news.demon.co.u|
00000300  6b 20 31 38 30 30 20 64  65 6d 0a 25 6e 6e 74 70  |k 1800 dem.%nntp|
00000310  20 6b 69 63 6b 20 64 65  6d 0a 0a 73 6d 74 70 20  | kick dem..smtp |
00000320  67 61 74 65 77 61 79 20  70 6f 73 74 2e 64 65 6d  |gateway post.dem|
00000330  6f 6e 2e 63 6f 2e 75 6b  0a 73 6d 74 70 20 67 61  |on.co.uk.smtp ga|
00000340  74 65 77 61 79 20 70 75  6e 74 2e 64 65 6d 6f 6e  |teway punt.demon|
00000350  2e 63 6f 2e 75 6b 0a 73  6d 74 70 20 74 72 61 63  |.co.uk.smtp trac|
00000360  65 20 31 0a 73 6d 74 70  20 73 65 70 20 66 72 0a  |e 1.smtp sep fr.|
00000370  25 73 6d 74 70 20 6b 69  63 6b 0a 0a 74 69 6d 65  |%smtp kick..time|
00000380  20 73 65 72 76 65 72 20  6e 74 70 2e 64 65 6d 6f  | server ntp.demo|
00000390  6e 2e 63 6f 2e 75 6b 0a  74 69 6d 65 20 72 65 61  |n.co.uk.time rea|
000003a0  64 0a 0a                                          |d..|
000003a3