Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to The International BBBS Support E... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Kim Heino | Janis Kracht | How to setup a poll event |
December 19, 2016 5:29 PM * |
|||
> ===Mailin.sh=== > #!/bin/sh > cd /home/bbbs > ./bbbs bogus w & > ./bbbs btick & > exit It's probably better to not run in background. Something simple like this will work (crontab with */10): #!/bin/sh cd /home/bbbs # incoming fido ./bbbs bogus w > /dev/null 2>&1 ./bbbs btick > /dev/null 2>&1 # outgoing fido ./bbbs bogus r > /dev/null 2>&1 # notify node 2 to rescan outbound touch work/rescan.2 --- BBBS/Li6 v4.10 Toy-3 * Origin: * BCG-Box, On The Air Since 11th February 1987! * (2:222/2) |
||||||
|
Previous Message | Next Message | Back to The International BBBS Support E... <-- <--- | Return to Home Page |
Execution Time: 0.0817 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |