annotate example.cfg @ 71:41881ba09ba8

Allow setting SMTP server .. needs more work tho.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jul 2016 10:27:38 +0300
parents 8ef792b573a9
children 39a1575d4aa9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 [gcm]
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 ### Logging/debugging
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 # Enable debug messages
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 #debug = on
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 # Log level "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
69
8ef792b573a9 Misc cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
9 #logging_level = debug
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 ### Calendar settings
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 # Regular expression to match the SOURCE calendars by name
48
1ce5ccd949b6 Comment out few things in example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
16 #source_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 # Mapping of source regexp submatches
48
1ce5ccd949b6 Comment out few things in example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 15
diff changeset
19 #source_regmap = 1, 2
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 # Destination calendar name
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 dest_name = Raahen kansainvälisyystoiminta
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 # Destination calendar ID (not needed if name is set)
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 #dest_id =
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 ### E-mail settings
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 ###
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 # Enable/disable sending of e-mail message in case of fatal errors
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 email = off
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33
71
41881ba09ba8 Allow setting SMTP server .. needs more work tho.
Matti Hamalainen <ccr@tnsp.org>
parents: 69
diff changeset
34 # SMTP server for sending mail
41881ba09ba8 Allow setting SMTP server .. needs more work tho.
Matti Hamalainen <ccr@tnsp.org>
parents: 69
diff changeset
35 email_server = localhost
41881ba09ba8 Allow setting SMTP server .. needs more work tho.
Matti Hamalainen <ccr@tnsp.org>
parents: 69
diff changeset
36
15
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 # Message subject
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 email_subject = Google Calendar MultiMerge error!
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 # Sender "From" address
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 email_sender = multimerge@example.com
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 # Target "To" addresses. Can be a list, separate with commas ","
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 email_to = someone@somewhere.com
86dd9280dcff Add example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45