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 |
|
5 # Port under that twisted is running |
|
6 port = |
8 |
7 |
9 [FAX_de] |
8 [smstrade] |
10 host = localhost |
9 # One available provider typ. |
11 port = 25 |
10 typ = smstrade |
12 send_from = |
|
13 user = |
|
14 password = |
|
15 |
11 |
16 [sipgate] |
12 # smstrade Gateway Key https://login.smstrade.de/index.php?gateway |
17 user = |
13 key = |
18 password = |
|
19 |
14 |
20 [smtp] |
15 [smtp] |
21 host = localhost |
16 # One available provider typ. |
22 port = 25 |
17 typ = smtp |
23 send_from = |
|
24 user = |
|
25 password = |
|
26 TLS=No |
|
27 SSL=No |
|
28 |
18 |
29 [server] |
19 # Hostname of MTA |
30 key= |
20 host = |
31 cert= |
|
32 |
21 |
33 [smstrade] |
22 # Port of the MTA |
34 key= |
23 # port = 25 |
35 route=basic |
24 |
36 debug=1 |
25 # username to login into MTA. |
37 from= |
26 # user = |
|
27 |
|
28 # password to login into MTA. |
|
29 # password = |
|
30 |
|
31 # use SSL for connection to MTA |
|
32 # SSL = False |
|
33 |
|
34 # use TLS for connection to MTA |
|
35 # TLS = False |
|
36 |
|
37 # Emailaddress from which mail will be sended. |
|
38 send_from = |
|
39 |