equal
deleted
inserted
replaced
1 [geonet] |
1 [main] |
2 host = localhost |
2 # Connection URL to database |
3 port = 25 |
3 dburl = |
4 send_from = |
|
5 user = |
|
6 password = |
|
7 |
4 |
8 |
5 # Port under that twisted is running |
9 [FAX_de] |
6 port = |
10 host = localhost |
|
11 port = 25 |
|
12 send_from = |
|
13 user = |
|
14 password = |
|
15 |
7 |
16 [sipgate] |
8 [sipgate] |
17 user = |
9 # One available provider typ. |
18 password = |
10 typ = sipgate |
|
11 |
|
12 # Loginname for sipgate |
|
13 username = |
|
14 |
|
15 # Password for sipgate |
|
16 password = |
|
17 |
|
18 # price for one sms |
|
19 # price_sms = 0.079 |
|
20 |
|
21 # price for one fax |
|
22 # price_fax = 0.03 |
|
23 |
|
24 [smstrade] |
|
25 # One available provider typ. |
|
26 typ = smstrade |
|
27 |
|
28 # smstrade Gateway Key https://login.smstrade.de/index.php?gateway |
|
29 key = |
19 |
30 |
20 [smtp] |
31 [smtp] |
21 host = localhost |
32 # One available provider typ. |
22 port = 25 |
33 typ = smtp |
23 send_from = |
|
24 user = |
|
25 password = |
|
26 TLS=No |
|
27 SSL=No |
|
28 |
34 |
29 [server] |
35 # Hostname of MTA |
30 key= |
36 host = |
31 cert= |
|
32 |
37 |
33 [smstrade] |
38 # Port of the MTA |
34 key= |
39 # port = 25 |
35 route=basic |
40 |
36 debug=1 |
41 # username to login into MTA. |
37 from= |
42 # user = |
|
43 |
|
44 # password to login into MTA. |
|
45 # password = |
|
46 |
|
47 # use SSL for connection to MTA |
|
48 # SSL = False |
|
49 |
|
50 # use TLS for connection to MTA |
|
51 # TLS = False |
|
52 |
|
53 # Emailaddress from which mail will be sended. |
|
54 send_from = |
|
55 |