So I figured it out, and it's properly silly on my part.
I figured it out. I think.
In Binkd I named the other networks Amiganet, Fsxnet, and so on. But
the paths the outgoing stuff was written to was set to /fido/amiganet, /fido/fsxnet and so on.
Naturally, Binkd was looking in /fido/Fsxnet.xxx and /fido/Amiganet.xxx.
Now I'm taking a backup of all configuration files...
Hey Joacim!
On Tue, 14 Oct 2025 14:05:46 , you wrote:
So I figured it out, and it's properly silly on my part.
I figured it out. I think.
In Binkd I named the other networks Amiganet, Fsxnet, and so on. But
the paths the outgoing stuff was written to was set to /fido/amiganet,
/fido/fsxnet and so on.
Naturally, Binkd was looking in /fido/Fsxnet.xxx and /fido/Amiganet.xxx.
That's because your binkd config file specifies to look in those directories. When using your default zone "2" for every network, it
will automatically create the hex extensions on your directories.
When using this method (4D addressing), it is better to use one
outbound directory, ie:
domain fidonet /fido/outbound 2
domain fsxnet /fido/outbound 2
domain othernet /fido/outbound 2
This will use 'outbound' as your fidonet outbound (default),
outbound.015 for fsxnet, etc.
If Crashmail is properly using /fido/Amiganet, /fido/Fsxnet and so on /without/ the hex extensions, your binkd config may be better off
using this as an example, where you put the actual zone number of the network instead of your default zone (2). This is proper 5D
addressing, whereas you seem to be trying to use a mixture of 4D and
5D configurations and hoping for the best at the moment:
domain fidonet /fido/outbound 2
domain fsxnet /fido/fsxnet 21
.. and the same for every other network you have, with their proper
zone number. This (I believe) disables the hex extensions and allows
you to use directory names without them.
This method only works with Crashmail and a few other tossers that
support multiple outbound directories. Aside from that, I'm not sure
where you've specified directories with uppercase letters (maybe
further into your Crashmail config that you didn't post?) but you
will have to deal with that separately.
Now I'm taking a backup of all configuration files...
If it's currently working, back them up. Then maybe look into the difference between 4D and 5D addressing so that you understand
better. From what I can tell, your configuration may currently be
working, but it is still not correct.
Hope that helps.
If Crashmail is properly using /fido/Amiganet, /fido/Fsxnet and so on /without
the hex extensions, your binkd config may be better off using this as an example, where you put the actual zone number of the network instead of your default zone (2). This is proper 5D addressing, whereas you seem to be trying to use a mixture of 4D and 5D configurations and hoping for the best at the moment:
domain fidonet /fido/outbound 2
domain fsxnet /fido/fsxnet 21
Great explanation! Thanks! I belive Crashmail grabs the name from
here:
AKA 21:2/130.0
DOMAIN "Fsxnet"
But I'm not sure. It's the only place in crashmail.prefs or binkd.conf where it's spelled with a capital 'f'.
I used to have all this stuff working for years but for some goddamn reason it's not anymore.
Fidonet (in and outgoing) works fine. Netmail to other networks (in
and outgoing) works fine but regular packets (echomail) to other
networks does not.
this is from Binkd:
domain fidonet /fido/outbound 2
domain fido alias-for fidonet
domain fidonet.org alias-for fidonet
domain amiganet /fido/amiganet 2
domain fsxnet /fido/fsxnet 2
domain micronet /fido/micronet 2
This is from crashmail.prefs:
INBOUND /fido/inbound/
OUTBOUND /fido/outbound/
STATSFILE /etc/binkd/CrashMail.stats
TEMPDIR /fido/tmp/
CREATEPKTDIR /fido/tmp/
PACKETDIR /fido/packets/
Now, this is not an static error. For some reason, Binkd would send a number of packets to Amiganet and then when I write some more messages
it will not touch it.
This file tells Binkd what to send (I think):
ftn@bbsutils:/fido/amiganet.027$ ls
009600c8.try
In the packets directory lies the package itself:
ftn@bbsutils:/fido/packets$ ls
ee2fef00.pkt
I've checked: file permissions, network, DNS. It's all correct. And
as I said: it all works with Fidonet.
I have no idea what to try next. Any ideas are welcome.
--- NiKom v2.6.0
* Origin: Delta City (deltacity.se, Vallentuna, Sweden) (2:221/242.0)
That's because your binkd config file specifies to look in those directories. When using your default zone "2" for every network, it
will automatically create the hex extensions on your directories. When using this method (4D addressing), it is better to use one outbound directory, ie:
domain fidonet /fido/outbound 2
domain fsxnet /fido/outbound 2
domain othernet /fido/outbound 2
If Crashmail is properly using /fido/Amiganet, /fido/Fsxnet and so on /without/ the hex extensions, your binkd config may be better off
using this as an example, where you put the actual zone number of the network instead of your default zone (2). This is proper 5D
addressing, whereas you seem to be trying to use a mixture of 4D and
5D configurations and hoping for the best at the moment:
domain fidonet /fido/outbound 2
domain fsxnet /fido/fsxnet 21
.. and the same for every other network you have, with their proper
zone number. This (I believe) disables the hex extensions and allows
you to use directory names without them.
Only for 4D adressing, but crashmail uses FTSC compliant 5D BSO.
If Crashmail is properly using /fido/Amiganet, /fido/Fsxnet and so
on /without/ the hex extensions, your binkd config may be better
off using this as an example, where you put the actual zone number
of the network instead of your default zone (2). This is proper 5D
addressing, whereas you seem to be trying to use a mixture of 4D
and 5D configurations and hoping for the best at the moment:
domain fidonet /fido/outbound 2
domain fsxnet /fido/fsxnet 21
Wrong. With that configuration you don't get proper 5D outbound
directories. Crashmail does it correctly. A hex extension for all
domains with the exception of the first domain's default zone, e.g:
/fido/outbound
/fido/amiganet.027
/fido/fsxnet.015
Which is not standard compliant. Unfortunatly binkd's 5D implementation
is not correct and everyone seems to believe that it is. The
configuration Joacim used is a work around to achieve 5D BSO with binkd:
domain fidonet /fido/outbound 2
domain amiganet /fido/amiganet 2
domain fsxnet /fido/fsxnet 2
See FTS-5005 for the specification of 5D BSO.
Joacim Melin wrote to Oli <=-
I've never understood the 4D/5D thing to be honest. Can someone
explain it or point me to some documentation that explains it?
Joacim Melin wrote to Oli <=-
I've never understood the 4D/5D thing to be honest. Can someone
explain it or point me to some documentation that explains it?
3D addresses are normally expressed as "<zone>:<net>/<node>" (e.g. "1:103/705") 4D addresses are normally expressed as "<zone>:<net>/<node>[.point]" (e.g. "1:103/705.1") 5D addresses are normally expressed as "<zone>:<net>/<node>[.point]@<domain>" (e.g. "1:103/705@fidonet")
... So easy, a child could do it. Child sold separately.
=== MultiMail/Linux v0.52
--- SBBSecho 3.29-Linux
* Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL *
(1:135/115)
15 Oct 25 21:57, you wrote to Joacim Melin:
Do you know which tossers/packers support 5D addressing?
Javier Sturman wrote to Dan Clough <=-
Do you know which tossers/packers support 5D addressing?
I'm just going by what he originally said:
--- Quote
In Binkd I named the other networks Amiganet, Fsxnet, and so on. But
the paths the outgoing stuff was written to was set to /fido/amiganet, /fido/fsxnet and so on.
Naturally, Binkd was looking in /fido/Fsxnet.xxx and
/fido/Amiganet.xxx.
--- End Quote
Notice there were no extensions in the first sentence.
If his "stuff" was being /written/ to directories /without/ hex extensions, that is NOT binkd's doing, it is Crashmail. If he meant to
say "But the paths the outgoing stuff was written to was set to /fido/amiganet.027, /fido/fsxnet.015 and so on," then it was simply a
case problem where he defined his domains in binkd with uppercase
first letters and lowercase first letters in Crashmail. However, that
is NOT what he originally said. I gave him an answer to what he
originally said.
If what he said was wrong, then my answer was wrong, too. One can only
go by what is written when trying to help.
Do you know which tossers/packers support 5D addressing?
The only systems that understand v2.2 packets is Synchronet (which is
what I use).
Hei Javier!
16 Oct 25 00:04, you wrote:
Do you know which tossers/packers support 5D addressing?
Crashmail II, Squish (from Maximus BBS) and SBBSecho (Synchronet).
* Origin: kakistocracy (2:280/464.47)
16 Oct 25 17:09, you wrote to Javier Sturman:
The only systems that understand v2.2 packets is Synchronet
(which is what I use).
Crashmail (Amiga and II) and some legacy tossers, too: GEcho,
FastEcho, LoraBBS
* Origin: kakistocracy (2:280/464.47)
The only systems that understand v2.2 packets is Synchronet (which is what I use).
Crashmail (Amiga and II) and some legacy tossers, too: GEcho, FastEcho, LoraBBS
Javier Sturman wrote to Oli <=-
Any of those run without needing a BBS ?
Hei Javier!
16 Oct 25 00:04, you wrote:
Do you know which tossers/packers support 5D addressing?
Crashmail II, Squish (from Maximus BBS) and SBBSecho (Synchronet).
"<zone>>:<net>/<node>[.point]@<domain>"Joacim Melin wrote to Oli <=-
I've never understood the 4D/5D thing to be honest. Can someone
explain it or point me to some documentation that explains it?
3D addresses are normally expressed as "<zone>:<net>/<node>" (e.g. "1:103/705")
4D addresses are normally expressed as "<zone>:<net>/<node>[.point]"
(e.g.
"1:103/705.1")
5D addresses are normally expressed as
(e.g. "1:103/705@fidonet")
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,072 |
Nodes: | 10 (0 / 10) |
Uptime: | 75:00:24 |
Calls: | 13,775 |
Files: | 186,986 |
D/L today: |
2,502 files (972M bytes) |
Messages: | 2,431,885 |