Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 64:15:54 |
| Calls: | 12 |
| Files: | 12,938 |
| Messages: | 99,116 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
I'm trying to get the Exec parameter in binkd.cfg on Linux to work.
I tried this (having no idea wth I'm doing...):
exec "crashmail toss settings /etc/binkd/crashmail.prefs"
Does not work, of course. What am I doing wrong here? I also tried it with
the full path to Crashmail:
exec "/usr/bin/crashmail toss settings /etc/binkd/crashmail.prefs"
Same result:
? 09 Oct 23:07:48 [10527] the syntax is incorrect for 'exec' ? 09 Oct 23:07:48
[10527] error in configuration, using old config
Any ideas?
Hi Joacim,
On 2025-10-09 22:30:14, you wrote to All:
I'm trying to get the Exec parameter in binkd.cfg on Linux to work.
I tried this (having no idea wth I'm doing...):
exec "crashmail toss settings /etc/binkd/crashmail.prefs"
Does not work, of course. What am I doing wrong here? I also tried itwith
the full path to Crashmail:
exec "/usr/bin/crashmail toss settings /etc/binkd/crashmail.prefs"
Same result:
? 09 Oct 23:07:48 [10527] the syntax is incorrect for 'exec' ? 09 Oct 23:07:48
[10527] error in configuration, using old config
Any ideas?
The exec line needs at least a second parameter, to specify on which files received it needs to be executed.
So use * for all files.
Or *.[pP][kK][tT] for packet files.
There are plenty of examples for this in the binkd.conf example
file! https://github.com/pgul/binkd/blob/master/binkd.conf