Section One BBS

Welcome, Guest.


Subject: Host-routed netmail to points Date: Wed May 25 2022 10:12 am
From: Digital Man To: poindexter FORTRAN

  Re: Host-routed netmail to points
  By: poindexter FORTRAN to All on Wed May 25 2022 09:35 am

 > Subject: Host-routed netmail to points
 > @MSGID: <628E5AD1.64191.dove.sync@realitycheckbbs.org>
 > @TZ: c1e0
 >
 > Hi, DM et. al,
 >
 > I have a question about host-routed netmail to points. I've been banging my
 > head on this for some time and am running into issues.
 >
 > I'm an RC in fidonet and route netmail for my region. netmail from downlinks
 > passes through OK to destination nodes, but if a downlink sends mail for a
 > point, it appears to sit on my system and is not routed to the bossnode. I
 > found a couple errors in my log where SBBS was trying to send to the point
 > and failing.
 >
 > How can I set sbbsecho to crashmail the boss node when point mail arrives?

Here's that routing logic in sbbsecho.c:

        if(nodecfg == NULL && dest.point != 0) {
            fidoaddr_t      boss = dest;
            boss.point = 0;
            if((nodecfg = findnodecfg(&cfg, boss, /* exact: */true)) != NULL) {
                dest = boss;
                lprintf(LOG_INFO, "Routing packet (%s) to boss-node %s", tmp_pkt
, smb_faddrtoa(&dest, NULL));
            }
        }


So it looks like the destination point node must not be configured in sbbsecho.i
ni while the boss node must be configured in sbbsecho.ini for this routing to oc
cur.
-- 
                                            digital man (rob)

Synchronet/BBS Terminology Definition #70:
SIGHUP = Hangup signal sent to a process when its controlling terminal is closed
Norco, CA WX: 73.1°F, 62.0% humidity, 5 mph ESE wind, 0.00 inches rain/24hrs

---
 ■ SynchronetVertrauen Home of Synchronet [vert/cvs/bbs].synchro.net

Previous Message       Next Message
In Reply To: Host-routed netmail to points (poindexter FORTRAN)
Replies: Host-routed netmail to points (Kurt Weiske)