]> git.pld-linux.org Git - packages/kannel.git/blame - kannel.conf
- adapterized
[packages/kannel.git] / kannel.conf
CommitLineData
abc1dfe6 1#
2# THIS IS A SAMPLE CONFIGURATION FOR WAP KANNEL
3#
4# It is run like this:
5#
6# 1% gw/bearerbox gw/wapkannel.conf
7# 2% gw/wapbox gw/wapkannel.conf
8#
9# ..as both commands in separate shells (or screen sessions)
10#
11# After that you can use your 7110 to test this out. Or use
12# fakewap from test directory, or some SDK.
13#
14# For any guidelines to set up your SDK or 7110, see Kannel FAQ
15# on Kannel WWW pages at http://www.kannel.org/
16#
17# For any modifications to this file, see Kannel User Guide
18# If that does not help, send email to users@kannel.org
19#
20# Kalle Marjola May 2000
21#
22
23group = core
24admin-port = 13000
25wapbox-port = 13002
26admin-password = bar
27#status-password = foo
28#admin-deny-ip = ""
29#admin-allow-ip = ""
30wdp-interface-name = "*"
31log-file = "/tmp/bearerbox.log"
32log-level = 3
33box-deny-ip = "*.*.*.*"
34box-allow-ip = "127.0.0.1"
35#access-log = "access.log"
36#store-file = "kannel.store"
37#http-proxy-host = "127.0.0.1"
38#http-proxy-port = "8080"
39
40group = wapbox
41bearerbox-host = localhost
42log-file = "/tmp/wapbox.log"
43log-level = 3
44syslog-level = none
45
This page took 0.040642 seconds and 4 git commands to generate.