Home » Archimedes archive » Acorn User » AU 1994-07.adf » !Networks_networks » Internet/!TCPIPhelp/AutoExec

Internet/!TCPIPhelp/AutoExec

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 1994-07.adf » !Networks_networks
Filename: Internet/!TCPIPhelp/AutoExec
Read OK:
File size: 08E6 bytes
Load address: 0000
Exec address: 0000
File contents
# This file � in KA9Q version 1.31 onwards � contains a list
# of commands executed by KA9Q once it has started running.
# In earlier versions of KA9Q *all* the configuration commands
# were in this file - they are now in a separate Config file.
# If you have an earlier version, I'd strongly advise you to
# upgrade, but the annotated Config file on this disc should
# help you if you are having problems setting your machine up.
#
# The following command generates the "message of the day"
#
finger motd@gate.demon.co.uk
#
# The following command looks for mail for a site. The format
# is <demon_sitename>@post.demon.co.uk
#
finger acornusr@post.demon.co.uk
#
# 'nntp' commands are associated with net news. You will not probably
# not need to change the following, which set up reasonable defaults.
# The �fudge� command subtracts a given number of seconds from the
# news start time to ensure that no articles are missed.
# 
nntp trace 2
#nntp dup hist
nntp fudge 120
nntp direct on
nntp batch 8
#
# The 'Dem' part of the next command is a label which KA9Q attaches
# to all news files. Any label of up to four letters may be substituted
# for it, but a newsgroup 'Xyz' will need corresponding 'XyzGroup' and
# 'XyzLast' files, and will cause other 'Xyz...' files to be set up.
# This is therefore best left alone, unless you have good reason to
# change it.
# 
nntp addserver news.demon.co.uk 600 Dem
#
# The next command starts the news transfer. This multitasks, but can
# take a while for busy newsgroups, so if you are logging on at a peak
# rate it might be a good idea to leave this command out of the AutoExec
# sequence and input it manually when KA9Q is running.
#
nntp kick news.demon.co.uk
#tcp st
#
# These commands read the network time
#
time server ntp.demon.co.uk
time read
#udp st
#
# �smtp� commands are associated with sending (and receiving) mail. The
# gateway command sets up the IP address of the demon mailserver, the
# trace command makes the mailserver print a status report in the KA9Q
# command window, and �smtp kick� starts the mailserver. �smtp kick� may
# be issued at any time from the KA9Q command window, for example to get
# KA9Q to send mail that you have just written mid-session.
#
smtp gateway [158.152.1.72]
smtp trace 1
smtp kick
00000000  23 20 54 68 69 73 20 66  69 6c 65 20 97 20 69 6e  |# This file . in|
00000010  20 4b 41 39 51 20 76 65  72 73 69 6f 6e 20 31 2e  | KA9Q version 1.|
00000020  33 31 20 6f 6e 77 61 72  64 73 20 97 20 63 6f 6e  |31 onwards . con|
00000030  74 61 69 6e 73 20 61 20  6c 69 73 74 0a 23 20 6f  |tains a list.# o|
00000040  66 20 63 6f 6d 6d 61 6e  64 73 20 65 78 65 63 75  |f commands execu|
00000050  74 65 64 20 62 79 20 4b  41 39 51 20 6f 6e 63 65  |ted by KA9Q once|
00000060  20 69 74 20 68 61 73 20  73 74 61 72 74 65 64 20  | it has started |
00000070  72 75 6e 6e 69 6e 67 2e  0a 23 20 49 6e 20 65 61  |running..# In ea|
00000080  72 6c 69 65 72 20 76 65  72 73 69 6f 6e 73 20 6f  |rlier versions o|
00000090  66 20 4b 41 39 51 20 2a  61 6c 6c 2a 20 74 68 65  |f KA9Q *all* the|
000000a0  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 20 63  | configuration c|
000000b0  6f 6d 6d 61 6e 64 73 0a  23 20 77 65 72 65 20 69  |ommands.# were i|
000000c0  6e 20 74 68 69 73 20 66  69 6c 65 20 2d 20 74 68  |n this file - th|
000000d0  65 79 20 61 72 65 20 6e  6f 77 20 69 6e 20 61 20  |ey are now in a |
000000e0  73 65 70 61 72 61 74 65  20 43 6f 6e 66 69 67 20  |separate Config |
000000f0  66 69 6c 65 2e 0a 23 20  49 66 20 79 6f 75 20 68  |file..# If you h|
00000100  61 76 65 20 61 6e 20 65  61 72 6c 69 65 72 20 76  |ave an earlier v|
00000110  65 72 73 69 6f 6e 2c 20  49 27 64 20 73 74 72 6f  |ersion, I'd stro|
00000120  6e 67 6c 79 20 61 64 76  69 73 65 20 79 6f 75 20  |ngly advise you |
00000130  74 6f 0a 23 20 75 70 67  72 61 64 65 2c 20 62 75  |to.# upgrade, bu|
00000140  74 20 74 68 65 20 61 6e  6e 6f 74 61 74 65 64 20  |t the annotated |
00000150  43 6f 6e 66 69 67 20 66  69 6c 65 20 6f 6e 20 74  |Config file on t|
00000160  68 69 73 20 64 69 73 63  20 73 68 6f 75 6c 64 0a  |his disc should.|
00000170  23 20 68 65 6c 70 20 79  6f 75 20 69 66 20 79 6f  |# help you if yo|
00000180  75 20 61 72 65 20 68 61  76 69 6e 67 20 70 72 6f  |u are having pro|
00000190  62 6c 65 6d 73 20 73 65  74 74 69 6e 67 20 79 6f  |blems setting yo|
000001a0  75 72 20 6d 61 63 68 69  6e 65 20 75 70 2e 0a 23  |ur machine up..#|
000001b0  0a 23 20 54 68 65 20 66  6f 6c 6c 6f 77 69 6e 67  |.# The following|
000001c0  20 63 6f 6d 6d 61 6e 64  20 67 65 6e 65 72 61 74  | command generat|
000001d0  65 73 20 74 68 65 20 22  6d 65 73 73 61 67 65 20  |es the "message |
000001e0  6f 66 20 74 68 65 20 64  61 79 22 0a 23 0a 66 69  |of the day".#.fi|
000001f0  6e 67 65 72 20 6d 6f 74  64 40 67 61 74 65 2e 64  |nger motd@gate.d|
00000200  65 6d 6f 6e 2e 63 6f 2e  75 6b 0a 23 0a 23 20 54  |emon.co.uk.#.# T|
00000210  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 63 6f 6d  |he following com|
00000220  6d 61 6e 64 20 6c 6f 6f  6b 73 20 66 6f 72 20 6d  |mand looks for m|
00000230  61 69 6c 20 66 6f 72 20  61 20 73 69 74 65 2e 20  |ail for a site. |
00000240  54 68 65 20 66 6f 72 6d  61 74 0a 23 20 69 73 20  |The format.# is |
00000250  3c 64 65 6d 6f 6e 5f 73  69 74 65 6e 61 6d 65 3e  |<demon_sitename>|
00000260  40 70 6f 73 74 2e 64 65  6d 6f 6e 2e 63 6f 2e 75  |@post.demon.co.u|
00000270  6b 0a 23 0a 66 69 6e 67  65 72 20 61 63 6f 72 6e  |k.#.finger acorn|
00000280  75 73 72 40 70 6f 73 74  2e 64 65 6d 6f 6e 2e 63  |usr@post.demon.c|
00000290  6f 2e 75 6b 0a 23 0a 23  20 27 6e 6e 74 70 27 20  |o.uk.#.# 'nntp' |
000002a0  63 6f 6d 6d 61 6e 64 73  20 61 72 65 20 61 73 73  |commands are ass|
000002b0  6f 63 69 61 74 65 64 20  77 69 74 68 20 6e 65 74  |ociated with net|
000002c0  20 6e 65 77 73 2e 20 59  6f 75 20 77 69 6c 6c 20  | news. You will |
000002d0  6e 6f 74 20 70 72 6f 62  61 62 6c 79 0a 23 20 6e  |not probably.# n|
000002e0  6f 74 20 6e 65 65 64 20  74 6f 20 63 68 61 6e 67  |ot need to chang|
000002f0  65 20 74 68 65 20 66 6f  6c 6c 6f 77 69 6e 67 2c  |e the following,|
00000300  20 77 68 69 63 68 20 73  65 74 20 75 70 20 72 65  | which set up re|
00000310  61 73 6f 6e 61 62 6c 65  20 64 65 66 61 75 6c 74  |asonable default|
00000320  73 2e 0a 23 20 54 68 65  20 90 66 75 64 67 65 91  |s..# The .fudge.|
00000330  20 63 6f 6d 6d 61 6e 64  20 73 75 62 74 72 61 63  | command subtrac|
00000340  74 73 20 61 20 67 69 76  65 6e 20 6e 75 6d 62 65  |ts a given numbe|
00000350  72 20 6f 66 20 73 65 63  6f 6e 64 73 20 66 72 6f  |r of seconds fro|
00000360  6d 20 74 68 65 0a 23 20  6e 65 77 73 20 73 74 61  |m the.# news sta|
00000370  72 74 20 74 69 6d 65 20  74 6f 20 65 6e 73 75 72  |rt time to ensur|
00000380  65 20 74 68 61 74 20 6e  6f 20 61 72 74 69 63 6c  |e that no articl|
00000390  65 73 20 61 72 65 20 6d  69 73 73 65 64 2e 0a 23  |es are missed..#|
000003a0  20 0a 6e 6e 74 70 20 74  72 61 63 65 20 32 0a 23  | .nntp trace 2.#|
000003b0  6e 6e 74 70 20 64 75 70  20 68 69 73 74 0a 6e 6e  |nntp dup hist.nn|
000003c0  74 70 20 66 75 64 67 65  20 31 32 30 0a 6e 6e 74  |tp fudge 120.nnt|
000003d0  70 20 64 69 72 65 63 74  20 6f 6e 0a 6e 6e 74 70  |p direct on.nntp|
000003e0  20 62 61 74 63 68 20 38  0a 23 0a 23 20 54 68 65  | batch 8.#.# The|
000003f0  20 27 44 65 6d 27 20 70  61 72 74 20 6f 66 20 74  | 'Dem' part of t|
00000400  68 65 20 6e 65 78 74 20  63 6f 6d 6d 61 6e 64 20  |he next command |
00000410  69 73 20 61 20 6c 61 62  65 6c 20 77 68 69 63 68  |is a label which|
00000420  20 4b 41 39 51 20 61 74  74 61 63 68 65 73 0a 23  | KA9Q attaches.#|
00000430  20 74 6f 20 61 6c 6c 20  6e 65 77 73 20 66 69 6c  | to all news fil|
00000440  65 73 2e 20 41 6e 79 20  6c 61 62 65 6c 20 6f 66  |es. Any label of|
00000450  20 75 70 20 74 6f 20 66  6f 75 72 20 6c 65 74 74  | up to four lett|
00000460  65 72 73 20 6d 61 79 20  62 65 20 73 75 62 73 74  |ers may be subst|
00000470  69 74 75 74 65 64 0a 23  20 66 6f 72 20 69 74 2c  |ituted.# for it,|
00000480  20 62 75 74 20 61 20 6e  65 77 73 67 72 6f 75 70  | but a newsgroup|
00000490  20 27 58 79 7a 27 20 77  69 6c 6c 20 6e 65 65 64  | 'Xyz' will need|
000004a0  20 63 6f 72 72 65 73 70  6f 6e 64 69 6e 67 20 27  | corresponding '|
000004b0  58 79 7a 47 72 6f 75 70  27 20 61 6e 64 0a 23 20  |XyzGroup' and.# |
000004c0  27 58 79 7a 4c 61 73 74  27 20 66 69 6c 65 73 2c  |'XyzLast' files,|
000004d0  20 61 6e 64 20 77 69 6c  6c 20 63 61 75 73 65 20  | and will cause |
000004e0  6f 74 68 65 72 20 27 58  79 7a 2e 2e 2e 27 20 66  |other 'Xyz...' f|
000004f0  69 6c 65 73 20 74 6f 20  62 65 20 73 65 74 20 75  |iles to be set u|
00000500  70 2e 0a 23 20 54 68 69  73 20 69 73 20 74 68 65  |p..# This is the|
00000510  72 65 66 6f 72 65 20 62  65 73 74 20 6c 65 66 74  |refore best left|
00000520  20 61 6c 6f 6e 65 2c 20  75 6e 6c 65 73 73 20 79  | alone, unless y|
00000530  6f 75 20 68 61 76 65 20  67 6f 6f 64 20 72 65 61  |ou have good rea|
00000540  73 6f 6e 20 74 6f 0a 23  20 63 68 61 6e 67 65 20  |son to.# change |
00000550  69 74 2e 0a 23 20 0a 6e  6e 74 70 20 61 64 64 73  |it..# .nntp adds|
00000560  65 72 76 65 72 20 6e 65  77 73 2e 64 65 6d 6f 6e  |erver news.demon|
00000570  2e 63 6f 2e 75 6b 20 36  30 30 20 44 65 6d 0a 23  |.co.uk 600 Dem.#|
00000580  0a 23 20 54 68 65 20 6e  65 78 74 20 63 6f 6d 6d  |.# The next comm|
00000590  61 6e 64 20 73 74 61 72  74 73 20 74 68 65 20 6e  |and starts the n|
000005a0  65 77 73 20 74 72 61 6e  73 66 65 72 2e 20 54 68  |ews transfer. Th|
000005b0  69 73 20 6d 75 6c 74 69  74 61 73 6b 73 2c 20 62  |is multitasks, b|
000005c0  75 74 20 63 61 6e 0a 23  20 74 61 6b 65 20 61 20  |ut can.# take a |
000005d0  77 68 69 6c 65 20 66 6f  72 20 62 75 73 79 20 6e  |while for busy n|
000005e0  65 77 73 67 72 6f 75 70  73 2c 20 73 6f 20 69 66  |ewsgroups, so if|
000005f0  20 79 6f 75 20 61 72 65  20 6c 6f 67 67 69 6e 67  | you are logging|
00000600  20 6f 6e 20 61 74 20 61  20 70 65 61 6b 0a 23 20  | on at a peak.# |
00000610  72 61 74 65 20 69 74 20  6d 69 67 68 74 20 62 65  |rate it might be|
00000620  20 61 20 67 6f 6f 64 20  69 64 65 61 20 74 6f 20  | a good idea to |
00000630  6c 65 61 76 65 20 74 68  69 73 20 63 6f 6d 6d 61  |leave this comma|
00000640  6e 64 20 6f 75 74 20 6f  66 20 74 68 65 20 41 75  |nd out of the Au|
00000650  74 6f 45 78 65 63 0a 23  20 73 65 71 75 65 6e 63  |toExec.# sequenc|
00000660  65 20 61 6e 64 20 69 6e  70 75 74 20 69 74 20 6d  |e and input it m|
00000670  61 6e 75 61 6c 6c 79 20  77 68 65 6e 20 4b 41 39  |anually when KA9|
00000680  51 20 69 73 20 72 75 6e  6e 69 6e 67 2e 0a 23 0a  |Q is running..#.|
00000690  6e 6e 74 70 20 6b 69 63  6b 20 6e 65 77 73 2e 64  |nntp kick news.d|
000006a0  65 6d 6f 6e 2e 63 6f 2e  75 6b 0a 23 74 63 70 20  |emon.co.uk.#tcp |
000006b0  73 74 0a 23 0a 23 20 54  68 65 73 65 20 63 6f 6d  |st.#.# These com|
000006c0  6d 61 6e 64 73 20 72 65  61 64 20 74 68 65 20 6e  |mands read the n|
000006d0  65 74 77 6f 72 6b 20 74  69 6d 65 0a 23 0a 74 69  |etwork time.#.ti|
000006e0  6d 65 20 73 65 72 76 65  72 20 6e 74 70 2e 64 65  |me server ntp.de|
000006f0  6d 6f 6e 2e 63 6f 2e 75  6b 0a 74 69 6d 65 20 72  |mon.co.uk.time r|
00000700  65 61 64 0a 23 75 64 70  20 73 74 0a 23 0a 23 20  |ead.#udp st.#.# |
00000710  90 73 6d 74 70 91 20 63  6f 6d 6d 61 6e 64 73 20  |.smtp. commands |
00000720  61 72 65 20 61 73 73 6f  63 69 61 74 65 64 20 77  |are associated w|
00000730  69 74 68 20 73 65 6e 64  69 6e 67 20 28 61 6e 64  |ith sending (and|
00000740  20 72 65 63 65 69 76 69  6e 67 29 20 6d 61 69 6c  | receiving) mail|
00000750  2e 20 54 68 65 0a 23 20  67 61 74 65 77 61 79 20  |. The.# gateway |
00000760  63 6f 6d 6d 61 6e 64 20  73 65 74 73 20 75 70 20  |command sets up |
00000770  74 68 65 20 49 50 20 61  64 64 72 65 73 73 20 6f  |the IP address o|
00000780  66 20 74 68 65 20 64 65  6d 6f 6e 20 6d 61 69 6c  |f the demon mail|
00000790  73 65 72 76 65 72 2c 20  74 68 65 0a 23 20 74 72  |server, the.# tr|
000007a0  61 63 65 20 63 6f 6d 6d  61 6e 64 20 6d 61 6b 65  |ace command make|
000007b0  73 20 74 68 65 20 6d 61  69 6c 73 65 72 76 65 72  |s the mailserver|
000007c0  20 70 72 69 6e 74 20 61  20 73 74 61 74 75 73 20  | print a status |
000007d0  72 65 70 6f 72 74 20 69  6e 20 74 68 65 20 4b 41  |report in the KA|
000007e0  39 51 0a 23 20 63 6f 6d  6d 61 6e 64 20 77 69 6e  |9Q.# command win|
000007f0  64 6f 77 2c 20 61 6e 64  20 90 73 6d 74 70 20 6b  |dow, and .smtp k|
00000800  69 63 6b 91 20 73 74 61  72 74 73 20 74 68 65 20  |ick. starts the |
00000810  6d 61 69 6c 73 65 72 76  65 72 2e 20 90 73 6d 74  |mailserver. .smt|
00000820  70 20 6b 69 63 6b 91 20  6d 61 79 0a 23 20 62 65  |p kick. may.# be|
00000830  20 69 73 73 75 65 64 20  61 74 20 61 6e 79 20 74  | issued at any t|
00000840  69 6d 65 20 66 72 6f 6d  20 74 68 65 20 4b 41 39  |ime from the KA9|
00000850  51 20 63 6f 6d 6d 61 6e  64 20 77 69 6e 64 6f 77  |Q command window|
00000860  2c 20 66 6f 72 20 65 78  61 6d 70 6c 65 20 74 6f  |, for example to|
00000870  20 67 65 74 0a 23 20 4b  41 39 51 20 74 6f 20 73  | get.# KA9Q to s|
00000880  65 6e 64 20 6d 61 69 6c  20 74 68 61 74 20 79 6f  |end mail that yo|
00000890  75 20 68 61 76 65 20 6a  75 73 74 20 77 72 69 74  |u have just writ|
000008a0  74 65 6e 20 6d 69 64 2d  73 65 73 73 69 6f 6e 2e  |ten mid-session.|
000008b0  0a 23 0a 73 6d 74 70 20  67 61 74 65 77 61 79 20  |.#.smtp gateway |
000008c0  5b 31 35 38 2e 31 35 32  2e 31 2e 37 32 5d 0a 73  |[158.152.1.72].s|
000008d0  6d 74 70 20 74 72 61 63  65 20 31 0a 73 6d 74 70  |mtp trace 1.smtp|
000008e0  20 6b 69 63 6b 0a                                 | kick.|
000008e6