--- a/binkd.cfg
+++ b/binkd.cfg
@@ -12,7 +12,7 @@
 # or
 #	domain <new-name> alias-for <name>
 #
-domain fidonet c:\\fido\\outbound\\fidonet 2
+domain fidonet /var/spool/ftn/outb 2
 domain fidonet.org alias-for fidonet
 domain fidonet.net alias-for fidonet
 domain fidonet.rus alias-for fidonet
@@ -100,7 +100,7 @@ send-if-pwd
 #
 # Path and name for the logfile, loglevel
 #
-log binkd.log
+log /var/log/binkd/binkd
 loglevel 6
 
 #
@@ -141,7 +141,7 @@ backresolv
 #
 # Log pid:
 #
-#pid-file /var/run/binkd.pid
+pid-file /var/run/ftn/binkd.pid
 
 #
 # Map paths in flo's:
@@ -154,14 +154,14 @@ backresolv
 #
 # Inbound directory for secure and non-secure links
 #
-inbound c:\\fido\\inbound
-inbound-nonsecure c:\\fido\\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:\\fido\\inbound\\incomplete
+#temp-inbound /var/spool/ftn/inb/incomplete
 
 #
 # Binkd will skip all files from a node if
@@ -221,7 +221,7 @@ kill-old-partial-files 86400
 #
 # Include a file
 #
-#include binkd.inc
+include /etc/binkd/binkd.inc
 
 #
 # Overrides root domain for DNS lookups, see `node' below.
@@ -231,12 +231,12 @@ kill-old-partial-files 86400
 #
 # Scan T-Mail boxes (short and long)
 #
-filebox   c:\\fido\\tmail\\boxes
+#filebox   c:\\fido\\tmail\\boxes
 
 #
 # Scan theBrake! long boxes
 #
-brakebox  c:\\fido\\brake\\boxes
+#brakebox  c:\\fido\\brake\\boxes
 
 #
 # Should binkd delete empty boxes?
@@ -334,10 +334,15 @@ prescan
 #       Root domain part ("binkp.net") can be changed with root-domain
 #       keyword.
 #	
-node 5047/888 - password
-node 5047/999 hostname;* password i c:\\fido\\boxes\\to999 c:\\fido\\boxes\\from999
+#node 5047/888 - password
+#node 5047/999 hostname;* password i c:\\fido\\boxes\\to999 c:\\fido\\boxes\\from999
 
 #
 # Default node flags. Binkd will call unlisted node if "defnode" defined.
 #
 #defnode -nr *
+
+#
+# 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
+
