# -*- shell-script -*- # TMDA configuration for pollserver 'v'. This file must be chmod # 400 or chmod 600 [apparently not]. See also: # # http://wiki.tmda.net/ConfigurationVariables # ACTION_INCOMING = "accept" # Accept by default. See filters/incoming. CONFIRM_ACCEPT_NOTIFY = 0 # No need for TMDA to reply to responses; electoral services will reply. CONFIRM_ADDRESS = "v@zelea.com" # Sender will be challenged to reply to an tagged address based on the above # fixed address. Fixing it like this for all messages (instead of using # the destination address of each, which is the default) makes the challenges # slightly more consistent for the user (a minor issue). It also makes it # clear that the responses will be delivered to .qmail-default (where delivery # is somewhat optimized). # # Set this to the meta-service address, which is typically # the ordinary email address of the subserver account. AUTORESPONSE_INCLUDE_SENDER_COPY = 1 # Controlling the echo of message content in challenges # (cf. CONFIRM_MAX_MESSAGE_SIZE): # # 0 none # 1 header only # 2 full message # # Echo the header only, sheilding innocent recipients from any spam content # that gets through the filter. See filters/incoming. LOGFILE_DEBUG = "/var/log/v/tmda.log" LOGFILE_INCOMING = "/var/log/v/tmda.log" LOGFILE_OUTGOING = "/var/log/v/tmda.log" # rather wordy these #MAIL_TRANSPORT = "smtp" # default sendmail, which just injects to qmail ## using "smtp" with SMTPHOST="localhost" (default) results in an additional 44 s. delay on sending mail, since server upgrade 2009-9 PENDING_LIFETIME = "3d" # Affects the quantity of incoming messages that are stored, pending # a response to the challenge. It will be high, because we are # holding spam. TMDA's default of 14 days may reasonably be reduced # in this case, because senders will expect an immediate challenge. TEMPLATE_DIR = os.path.expanduser( "~/.tmda/templates/" )