ossp-pkg/lmtp2nntp/example.conf 1.7 -> 1.8
--- example.conf 2002/01/30 16:41:02 1.7
+++ example.conf 2002/01/31 09:03:58 1.8
@@ -12,9 +12,9 @@
veryverbose #see -V aka --veryverbose
# obsolete since v1.2
# remove the "buffer" channel from l2spec
-acl 10/8 #see -a aka --acl
-acl 172.16/12
-acl 192.168/16
+acl 10.0.0.0/8 #see -a aka --acl
+acl 172.16.0.0/12
+acl 192.168.0.0/16
acl 127.0.0.1/32
bind 127.0.0.1:12345 #see -b aka --bind, use IPv4:port
#bind "/tmp/uds:600" # UNIX domain socket path:permissions
|
|