--- a/binkd.cfg
+++ b/binkd.cfg
@@ -5,7 +5,7 @@
 #
 # Path and name for the logfile, loglevel
 #
-log binkd.log
+log /var/log/binkd/binkd
 loglevel 4
 
 #
@@ -15,7 +15,7 @@ loglevel 4
 #   domain <new-name> alias-for <name>
 # First specified domain sets as default domain for the 3D/4D addresses.
 #
-domain fidonet c:\\bbs\\outbound 2
+domain fidonet /var/spool/ftn/outb 2
 #
 #  Aliases to support known wrong 5D configurations
 domain fido        alias-for fidonet
@@ -196,7 +196,7 @@ backresolv
 #
 # Log pid:
 #
-#pid-file /var/run/binkd.pid
+pid-file /run/ftn/binkd.pid
 
 #
 # Map paths in flo's:
@@ -209,14 +209,14 @@ backresolv
 #
 # Inbound directories for secure and non-secure links
 #
-inbound c:\\bbs\\inbound
-inbound-nonsecure c:\\bbs\\inbound\\unknown
+inbound /var/spool/ftn/inb
+inbound-nonsecure /var/spool/ftn/inb
 
 #
 # Directory for incomplete receiving files (.hr and .dt),
 # default to inbound for the node
 #
-temp-inbound c:\\bbs\\inbound\\incomplete
+#temp-inbound /var/spool/ftn/inb/incomplete
 
 #
 # Binkd will skip all files from a node if
@@ -278,7 +278,7 @@ kill-old-bsy 12h
 #
 # Include a file
 #
-#include binkd.inc
+include /etc/binkd/binkd.inc
 
 #
 # Overrides root domain for DNS lookups, see `node' below.
@@ -295,12 +295,12 @@ kill-old-bsy 12h
 #
 # Scan T-Mail boxes (short and long)
 #
-filebox   d:\\fido\\tmail\\boxes
+#filebox   d:\\fido\\tmail\\boxes
 
 #
 # Scan theBrake! long boxes
 #
-brakebox  d:\\fido\\brake\\boxes
+#brakebox  d:\\fido\\brake\\boxes
 
 #
 # Should binkd delete empty boxes?
@@ -492,8 +492,8 @@ prescan
 #       Root domain part ("binkp.net") can be changed with root-domain
 #       keyword.
 #
-node 5047/888 - password
-node 5047/999 hostname;* password i c:\\bbs\\boxes\\to999 c:\\bbs\\boxes\\from999
+#node 5047/888 - password
+#node 5047/999 hostname;* password i c:\\bbs\\boxes\\to999 c:\\bbs\\boxes\\from999
 
 #
 # Default node flags. Binkd will call an unlisted node if "defnode" defined.
@@ -522,3 +522,7 @@ node 5047/999 hostname;* password i c:\\
 #
 #perl-var nodelist /var/fnet/nodelist/nodelist.[0-9][0-9][0-9]
 
+#
+# If you have a binkd nodelist you can include it here
+#
+#include /etc/binkd/binkd.nl
--- /dev/null
+++ b/binkd.inc
@@ -0,0 +1,4 @@
+# Here you should add all the nodes with a session password
+#node 1:2/3 - pwd
+#node 3:5/6 - pwd2
+
