view example.cfg @ 113:f45115bfb17a

Implement sendmail mail sending support. Various e-mail related settings have also changed, so this is not backwards compatible. Sorry.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Oct 2016 13:26:20 +0300
parents fe3bfabf0b5f
children
line wrap: on
line source

[gcm]
###
### Logging/debugging
###
# Enable debug messages
#debug = on

# Log level "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
#logging_level = debug


###
### Calendar settings
###
# Regular expression to match the SOURCE calendars by name
#src_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$

# Mapping of source regexp submatches
#src_regmap = 1, 2

# Destination calendar name (MUST match dst_regex)
dst_name = Raahen kansainvälisyystoiminta [{0}]

# Destination calendar name regexp (or use dst_id)
dst_regex = ^Raahen kansainvälisyystoiminta

# Destination calendar ID (not needed if dst_regex is set)
#dst_id = 


###
### E-mail settings
###
# Enable sending of e-mail message in case of fatal errors
# off = Don't send e-mail
# smtp = use an SMTP server for sending (see below settings)
# sendmail = use local sendmail (see below settings)
email = off

# Sendmail binary location
email_sendmail = /usr/bin/sendmail

# SMTP server for sending mail
#email_smtp_server = host[:port]

# SMTP user and password (not encrypted!)
#email_smtp_user = username
#email_smtp_password = password

# Use TLS
#email_smtp_tls = no


# Message subject
email_subject = Google Calendar MultiMerge error!

# Sender "From" address
email_sender = multimerge@example.com

# Target "To" addresses. Can be a list, separate with commas ","
email_to = someone@somewhere.com