Discussion:
Binkd send outbound co husky outbounds.
(too old to reply)
mark lewis
2010-11-08 16:31:36 UTC
Permalink
GKA> Domain fidonet /home/kofo/fido/out/outbound 2
GKA> domain fidonet.org alias-for fidonet
GKA> domain virnet /home/kofo/fido/out/outbound 9
GKA> doamin skynet /home/kofo/fido/out/oubound 13
GKA> doamin zyxelnet do do 16
GKA> domain starnet do 21
GKA> etc

BP> fault number nine :-)

BP> all default zones is 2

this is what stas and i have been recently discussing... each domain needs to
have its own outbound directory... then there's a new special match to allow
specific zones for each domain... the above really should be like the following
if i understood stas correctly...

domain fidonet /home/kofo/fido/out/outbound 2
domain virnet /home/kofo/fido/out/virnet 9
domain skynet /home/kofo/fido/out/skynet 13

OR

domain fidonet /home/kofo/fido/out 2
domain virnet /home/kofo/virnet/out 9
domain skynet /home/kofo/skynet/out 13

i took the liberty of cleaning up a bit... why have out/outbound when both mean
the same thing... seems an extra directory for no reason ;)

of course, your tosser must also support this form of outbound bink directory
structures...

)\/(ark
Gert Koefoed Andersen
2010-11-09 06:01:20 UTC
Permalink
* Reply to message originally in area CarbonArea

Hello mark!

Mon Nov 08 2010, mark lewis wrote to Gert Koefoed Andersen:

GKA>> Domain fidonet /home/kofo/fido/out/outbound 2
GKA>> domain fidonet.org alias-for fidonet
GKA>> domain virnet /home/kofo/fido/out/outbound 9
GKA>> doamin skynet /home/kofo/fido/out/oubound 13
GKA>> doamin zyxelnet do do 16
GKA>> domain starnet do 21
GKA>> etc

BP>> fault number nine :-)

BP>> all default zones is 2

ml>this is what stas and i have been recently discussing... each domain
ml>needs to have its own outbound directory... then there's a new special
ml>match to allow specific zones for each domain... the above really
ml>should be like the following if i understood stas correctly...

ml>domain fidonet /home/kofo/fido/out/outbound 2
ml>domain virnet /home/kofo/fido/out/virnet 9
ml>domain skynet /home/kofo/fido/out/skynet 13

ml>OR

ml>domain fidonet /home/kofo/fido/out 2
ml>domain virnet /home/kofo/virnet/out 9
ml>domain skynet /home/kofo/skynet/out 13

ml>i took the liberty of cleaning up a bit... why have out/outbound when
ml>both mean the same thing... seems an extra directory for no reason ;)

ml>of course, your tosser must also support this form of outbound bink
ml>directory structures...

There is 2 ways to manage it to work fine, there is using :
example:
domain fidonet.org alias-for fidonet
domain fidonet.net alias-for fidonet
domain fidonet /.../outbound/out 2 (your main fido zone)
domain fmlynet.org alias-for fmlynet
domain fmlynet /.../outbound/out 2 (still use default zone)
or this way for outbound
domain fidonet /.../outbound/fidonet 2
domain fmlynet /.../outbound/fmlynet 8

first way is to have one deafult outbound there make binkd to make /out to be
your default outbound and then will binkd make the other zones to made as
out.001 out.003 etc. and othernets outbound will be set ans made like out.008
for fmlynet
The second way have you to self be sure to have made the directories for
outbound.


Take care,
Gert

- Get the best with linux -
Stas Degteff
2010-11-09 11:50:32 UTC
Permalink
Hello mark.

08 Nov 10 19:31, you wrote to Gert Koefoed Andersen:

GKA>> Domain fidonet /home/kofo/fido/out/outbound 2
GKA>> domain fidonet.org alias-for fidonet
GKA>> domain virnet /home/kofo/fido/out/outbound 9
GKA>> doamin skynet /home/kofo/fido/out/oubound 13
GKA>> doamin zyxelnet do do 16
GKA>> domain starnet do 21
GKA>> etc

BP>> fault number nine :-)

BP>> all default zones is 2

ml> this is what stas and i have been recently discussing... each domain needs
ml> to
ml> have its own outbound directory... then there's a new special match to
ml> allow
ml> specific zones for each domain... the above really should be like the
ml> following if i understood stas correctly...

ml> domain fidonet /home/kofo/fido/out/outbound 2
ml> domain virnet /home/kofo/fido/out/virnet 9
ml> domain skynet /home/kofo/fido/out/skynet 13

In this variant tosser shoud be full 5D BSO compatible. Outbound directories
structure see in table:
+----------------------------------+--------------------+
| Outbound directory | FTN addresses mask |
+----------------------------------+--------------------+
| /home/kofo/fido/out/outbound | 2:*/*.*@fidonet |
| /home/kofo/fido/out/outbound.003 | 3:*/*.*@fidonet |
| /home/kofo/fido/out/outbound.001 | 1:*/*.*@fidonet |
| /home/kofo/fido/out/outbound.004 | 4:*/*.*@fidonet |
| /home/kofo/fido/out/virnet | 9:*/*.*@virnet |
| /home/kofo/fido/out/virnet.008 | 8:*/*.*@virnet |
| /home/kofo/fido/out/skynet | 13:*/*.*@skynet |
+----------------------------------+--------------------+

ml> OR

ml> domain fidonet /home/kofo/fido/out 2

ml> domain virnet /home/kofo/virnet/out 9
ml> domain skynet /home/kofo/skynet/out 13

For this varian each domain uses separated directory tree:
+----------------------------------+--------------------+
| Outbound directory | FTN addresses mask |
+----------------------------------+--------------------+
| /home/kofo/fido/out | 2:*/*.*@fidonet |
| /home/kofo/fido/out.003 | 3:*/*.*@fidonet |
| /home/kofo/fido/out.001 | 1:*/*.*@fidonet |
| /home/kofo/fido/out.004 | 4:*/*.*@fidonet |
| /home/kofo/virnet/out | 9:*/*.*@virnet |
| /home/kofo/virnet/out.008 | 8:*/*.*@virnet |
| /home/kofo/skynet/out | 13:*/*.*@skynet |
+----------------------------------+--------------------+

For 4D BSO tosser may use following lines in binkd.conf:

domain fidonet /home/kofo/fido/outbound 2

domain virnet /home/kofo/fido/virnet 2
domain skynet /home/kofo/fido/skynet 2
or
domain virnet alias-for fidonet
domain skynet alias-for fidonet

+----------------------------------+--------------------+
| Outbound directory | FTN addresses mask |
+----------------------------------+--------------------+
| /home/kofo/fido/outbound | 2:*/*.*@fidonet |
| /home/kofo/fido/outbound.003 | 3:*/*.*@fidonet |
| /home/kofo/fido/outbound.001 | 1:*/*.*@fidonet |
| /home/kofo/fido/outbound.004 | 4:*/*.*@fidonet |
| /home/kofo/fido/outbound.009 | 9:*/*.*@virnet |
| /home/kofo/fido/outbound.008 | 8:*/*.*@virnet |
| /home/kofo/fido/outbound.013 | 13:*/*.*@skynet |
+----------------------------------+--------------------+


Stas

Loading...