iro.conf.inst
branchdevel
changeset 221 c8615310da30
parent 83 cb50c2c53d11
child 283 809cccc518ec
--- a/iro.conf.inst	Sat Mar 10 19:01:31 2012 +0100
+++ b/iro.conf.inst	Sat Mar 10 19:03:02 2012 +0100
@@ -1,37 +1,39 @@
-[geonet]
-host = localhost
-port = 25
-send_from =
-user = 
-password =
-
-
-[FAX_de]
-host = localhost
-port = 25
-send_from = 
-user = 
-password =
-
-[sipgate]
-user = 
-password =
-
-[smtp]
-host = localhost
-port = 25
-send_from =
-user = 
-password =
-TLS=No
-SSL=No
-
-[server]
-key=
-cert=
-
-[smstrade]
-key=
-route=basic
-debug=1
-from=
+[main]
+# Connection URL to database
+dburl = 
+
+# Port under that twisted is running
+port = 
+
+[smstrade]
+# One available provider typ.
+typ = smstrade
+
+# smstrade Gateway Key https://login.smstrade.de/index.php?gateway
+key = 
+
+[smtp]
+# One available provider typ.
+typ = smtp
+
+# Hostname of MTA
+host = 
+
+# Port of the MTA
+# port = 25
+
+# username to login into MTA.
+# user = 
+
+# password to login into MTA.
+# password = 
+
+# use SSL for connection to MTA
+# SSL = False
+
+# use TLS for connection to MTA
+# TLS = False
+
+# Emailaddress from which mail will be sended.
+send_from = 
+