Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 8703  |
|  binkd Team to All  |
|  binkd FAQ [2/4]  |
|  01 Jun 24 22:15:02  |
 
MSGID: 2:5020/1042 665b734d
PID: hpt/lnx 1.9 2024-02-05
TID: hpt/lnx 1.9 2024-02-05
31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
31 Mar 16:48:44 [40423] Connection rejected by proxy (HTTP/1.0 403
Forbidden)
? 31 Mar 16:48:44 [40423] unable to connect: {13} Permission denied
In such a case you may try to use http tunnelling for instance with the
help of httport, HTTPTunnel (http://http-tunnel.sourceforge.net/), stunnel
(https://www.stunnel.org/) or you may find a node receiving binkp
connections at port 443.
----------------------------------------------------------------------------
07. How Can binkd Work via SOCKS-proxy?
It is not a rare case when users go out to the internet from their
corporate LAN exclusively via the proxy server based at the only computer
connected to the internet. Thus binkd cannot make a direct connection to
the remote node and one must use the proxy server. Proxy servers support
was included in version 0.9.4 and the later ones.
binkd works with a SOCKS proxy version 4 and 5. The first one does not
demand an authorization (no login and password), the second one demands it
as a rule.
Suppose the connected to the Internet computer has the IP address
192.168.0.1 in its LAN and the SOCKS server at the computer responds on
port 1080. Here is the line in binkd configuration file necessary for
working via the SOCKS proxy.
1. A SOCKS server without user authorization (no login and password are
demanded):
socks 192.168.0.1:1080
2. A proxy server with user authorization (it is necessary to type login
and password, e.g. login "user", password "password"):
socks 192.168.0.1:1080/user/password
----------------------------------------------------------------------------
08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode
(Uplink)?
Make a poll using the command line option -P:
binkd -P1:2/3 binkd.cfg
Usually they want binkd to exit after the session is finished. One can
use the command line option -p:
binkd -p -P1:2/3 binkd.cfg
If binkd does not exit for a long time after the session has been
finished then decrease the value of rescan-delay (and sometimes the value
of timeout).
If binkd works permanently (e.g. as a Windows service) and you want to
get your mail regularly then you need some additional program or a script.
As an example in DOS, Windows or OS/2 it is enough to execute the command:
cd . >> %outbound%\NNNNMMMM.ilo
where NNNN is the hex net number,
MMMM is the hex node number,
%outbound% is the path to the necessary zone outbound.
----------------------------------------------------------------------------
09. "start_file_transfer: .: Permission denied" Error
You get the message when binkd cannot open a file for sending indicated
in some *.?lo file. Most likely the file has a line containing only "."
because the poll has been made by a command of the type
echo . >> xxxxyyyy.flo
you should change it to "cd . >> xxxxyyyy.flo"
----------------------------------------------------------------------------
10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically
The problem is to configure the fidonet box in such a way that binkd
would initiate a telephone call to your Internet provider, get your mail
and disconnect.
The solutions:
1st Solution
Configure automatic connection and timeout in the dial-up connection
properties (idle time before hanging up). It is convinient to use a
non-standard software for dialing-up (Advanced Dialer and others). You
should start binkd with a command line option -p periodically (and possibly
-Paddress for binkd to make a poll to the address).
binkd -p -P1:2/3.4 binkd.cfg
2nd Solution
Use the command line option -p and the batch file where first Remote
Access Service (RAS) is started then binkd is started and after binkd exits
RAS is stopped.
Two variants, for Windows NT and for Windows 2000:
=== binkdpoll1.cmd
rasdial Connection
binkd -p binkd.cfg
rasdial Connection /disconnect
===
=== binkdpoll2.cmd
net start "remote access service"
net start "remote access auto service"
binkd -p binkd.cfg
net stop "remote access auto service"
net stop "remote access service"
===
3rd Solution (The Best One For Win9x)
Use the command line options -p and -Paddress and control connection
with a non-standard dial-up software (for example dialerp). This solution
is the most reliable one (especially if the modem connection to your
Internet provider is bad) due to the fact that dialerp can start some
indicated programs at setting the connection. Here is the batch file you
should start in the 'Execute' parameter of the dialerp configuration file:
====
binkd -p -P1:2/3.4 binkd.cfg
dialerp BREAK *
====
The question you may now ask: Where can I take dialerp? The answer is:
Ask the author (Alexander Vedjakin, 2:5020/540) or look for it in fileecho
archives and in ftp/http.
In any case you should set a small value for 'rescan-delay' parameter in
the binkd configuration file. binkd would exit faster.
=== binkd.cfg
# Outbound rescans period (sec)
rescan-delay 2
===
----------------------------------------------------------------------------
11. I Have Changed binkd Configuration File On-The-Fly. When Will It
Be Reloaded?
Starting with the version 0.9.1 binkd could feel that its configuration
file changed. It exited with code 3 if it had been started with option -C.
Modification time was checked after each ingoing session. Here is the batch
file for starting binkd versions 0.9.1-0.9.3 and 0.9.4-0.9.6/w32:
====
:aaa
binkd -C binkd.cfg
if errorlevel 4 goto end
if errorlevel 3 goto aaa
:end
====
In the versions 0.9.4/unix and /os2-emx (and in these ones only) binkd
restarts automatically if it is started with -C command line option.
Besides that starting with version 0.9.4 the files included into the
configuration file with the help of 'include' keyword are tested not only
on incoming sessions but also in every 'rescan-delay' seconds.
If you install binkd 0.9.4/w32 as a Windows NT service you should use it
with -C command line option. Then binkd re-reads its configuration file.
Before version 0.9.4 changes in the configuration file were not tested if
binkd was started in client-only mode (-c command line option).
In the unix versions configuration file is re-read on SIGHUP signal
by the command
kill -HUP `cat /var/run/binkd.pid`
In the version 1.0 configuration file is re-read automatically if
changed. binkd tests on changes at every 'rescan-delay' seconds.
----------------------------------------------------------------------------
12. How Can binkd Work With T-mail/IP?
There is no way to do it. The protocols differ in essence: binkd uses
binkp protocol whereas T-mail/IP uses EMSI etc.
----------------------------------------------------------------------------
13. Is There At Least One Log Analyzer Under Unix?
There exist many Perl scripts and several win32 binaries. For example here:
binkdstat 0.1 beta4 Christmas version 6.01.2002
Statistics generator for binkd
(c) Dmitry Sergienko, 2:464/910@fidonet, dmitry@trifle.net 14.08.2000
http://binkd.grumbler.org/loganalisers/binkdstat-ds.0.1_beta4_Christmas
There also exists BndStat program:
BNDST101.ZIP 34812 14-Aug-01 (AREA:AFTNMISC)
BndStat 1.01. With sources. binkd statistics generator. Compiled for all
platforms. Included win32 binaries. (C) Dmitry Rusov, 2:5090/94
Log analyzer by val khokhlov (perl):
http://www.vk.kiev.ua/create/soft.html#bnkds
http://binkd.grumbler.org/loganalisers/stat-binkd.pl.gz
binkdstat (c) val khokhlov, Dmitry Kolvakh, updated at April 2006
http://binkd.grumbler.org/loganalisers/binkdstat.zip
T-Hist (c) Michael Markowsky, 2:5020/378 (KLUG's BBS)
Binary log file analyzer for various mailers including binkd.
Works in DOS, Windows NT (2000, XP, 2003) and OS/2.
ftp://ftp.grumbler.org/pub/binkd/hist30a7.zip
Kleine Statistiker/BINKD for DOS v0.60a, Russian version
A small statistics generator for posting statistics to an echo conference.
ftp://ftp.grumbler.org/pub/binkd/statddos.rar
----------------------------------------------------------------------------
14. binkd Connects Too Slowly (~20 Seconds) Though I Have a High-Speed
LAN
It is possible that 'backresolv' parameter is on (for logging the remote
host domain name) and DNS is not configured.
The simplest solution is to comment the 'backresolv' out in the
configuration file. Configuring DNS is a more complex solution.
----------------------------------------------------------------------------
15. Why Does binkd Not Understand Command Line Options When I Start It
From inetd?
You should use the program name as the first parameter in inetd.conf (it
may be any string for binkd), the second and the following parameters
are the command line options (-iqs etc.) and the last parameter is the
configuration file full path:
binkp stream tcp nowait root /usr/fido/binkd binkd -isq /usr/fido/binkd.cfg
If you do not use -q option then you should switch console output off
(comment 'printq', 'percents', 'conlog' out).
----------------------------------------------------------------------------
16. Can One Make a File Request From binkd?
It's a piece of cake! binkd supports WAZOO FREQ with an external helper.
To request files from a remote system it is necessary to create a file
of type nnnnmmmm.REQ and to put it in the outbound directory next to *.?ut
and *.?lo files. But *.REQ files do not initiate binkd to call a link so
to make a FREQ it is necessary to make a poll. The contents of a .REQ file
is described in the "!SRIF.TXT" file which is a copy of FSC-0086.001 from
http://ftsc.org
----------------------------------------------------------------------------
17. How Can my binkd Respond to a File Request?
One can configure binkd for calling an external file request processor
supporting SRIF (FSC-0086) for receiving and handling FREQs in binkd. Please
read the "!SRIF.TXT" file and the comment to 'exec' in the configuration
file.
Here are the examples of lines in configuration file for DOS-based OS
and for *nix (you should use regular expressions in the latter case for
binkd to match both upper-case and lower-case letters, e.g. both *.REQ and
*.req):
exec "\\ftn\\allfix\\allfix.exe RP -SRIF *S" *.req
exec "/ftn/bin/tmafreq-srif *S" *.[rR][eE][qQ]
A bash script "srifreq" is delivered with binkd starting with version
1.1a19.
The following file request processors are also compatible with binkd
(but they are not the only ones, any other one supporting SRIF will do):
Allfix by Harms Software Engineering: it is a fileecho processor with
built-in file request processor and it has versions for DOS and OS/2;
ViReq by Michael Haase (2:2432/280): a specialized FREQ processor for
Windows, it is distributed by Michael Massenberg (2:2411/505) via modem,
ISDN and Fido-over-IP.
tmafreq by Maxim Timofeyev
|
[ << oldest | < older | list | newer > | newest >> ]