# Configuration file for supporters.cgi #+----------------------------------------------------- #| Campaign Configuration #+----------------------------------------------------- # [campaign] # Field coordinator who can be contacted if a list is missing for some # reason. This is more convenient and less error-prone than # creating large numbers of dummy entries. campaign_name = Committee to Elect Helen Echols campaign_name_short = Echols for State House field_coordinator = Bob Doorknocker field_coordinator_short = Bob field_coordinator_eml = hesco-he-cf@greens.org #+----------------------------------------------------- #| Security Settings #+----------------------------------------------------- # [security] # THIS NEXT LINE DOES NOT WORK YET # Turn application on or off run_supporters = on # THIS LAST LINE DOES NOT WORK YET # post_max: value of $CGI::POST_MAX post_max = 10240 # disable_uploads: value of $CGI::DISABLE_UPLOADS disable_uploads = 1 # headers_once: value of $CGI::HEADERS_ONCE headers_once = 1 #+----------------------------------------------------- #| Installation Server Settings #| and Application Feature Settings #+----------------------------------------------------- # [features] # The Service Provider hosting this installation host = CampaignFoundations.com # supporters.cgi installation administrator supporters_admin = Hugh Esco, 770-755-1543, hesco@greens.org # campaign email domain name email_domain = he.campaignfoundations.com # lib: paths where your custom libraries can be found: lib = /e6/run/cgi/supporters # lib = /usr/lib/cgi-bin; /home/hesco/CodeDev/supporter # template: the name of an HTML template file # from which we get our header and footer template = template.html # templateurl = http://he.campaignfoundations.com/?q=template templateurl = http://he.campaignfoundations.com/?q=node/5 # template = plaintemplate.html # use_db: flag to use the mysql database or not # (otherwise, email is sent) use_db = 1 # db: name of database db = he_db # use a prefix if a single database # must host multiple applications for a single client, or # multiple instances of supporters.cgi for distinct clients # database table name prefix prefix = supp_ # prefix = client-n_ # THIS NEXT LINE DOES NOT WORK YET # Installation specific copy for forms path_to_form_copy = # THIS LAST LINE DOES NOT WORK YET # Debug Level: 0 for no debug feedback, 1 for minimal, 3 for maximum debug_level = 0 #+----------------------------------------------------- #| Settings for Campaign's PayPal Account #+----------------------------------------------------- # You can leave these alone cmd = _ext-enter redirect_cmd = _xclick page_style = vcol1 # These are unique to each campaign business = treasurer@he.campaignfoundations.com item_name = Helen Echols for State Assembly (limit $2,000 per individual.) return = http://he.campaignfoundations.com/?q=thankyou cancel_return = http://he.campaignfoundations.com/supporters/supporters.cgi currency_code = USD # and you should leave these alone as well no_note = 1 no_shipping = 1 tax = 0 on0 = Your Employer on1 = Your Occupation on2 = Email #+----------------------------------------------------- #| Settings for Email sent by supporters.cgi #+----------------------------------------------------- # [email] # send_email: 'yes' or 'no'; # Should emails be sent based on user actions send_email = yes # email_method: method for sending email: mailer or qmail email_method = mailer # donor_email: who gets email when there's a new donor # DO NOT ESCAPE THE @ SIGNS! # donor_mail = jakeschneider@myexcel.com,mirico@greens.org,hesco@greens.org donor_mail = cls@truffula.sj.ca.us,hesco@greens.org # list_mail: who gets email when somebody subscribes to a list list_mail = cls@truffula.sj.ca.us,hesco@greens.org # vol_mail: who gets email when somebody completes a volunteer form vol_mail = cls@truffula.sj.ca.us,hesco@greens.org # Subscription machinery CC's this address admin_cc = "admin_cc" # Subscription machinery's e-mails come from this address admin_from = "admin_from" #+----------------------------------------------------- #| Mail Server Configuration #+----------------------------------------------------- # [mail-server] # When deriving list names automatically from listtype and state, # this is the host to use. mm_svr_host = he.campaignfoundations.com mail_abuse = mail-abuse@he.campaignfoundations.com # Mailman administrator's name (for missing list handling) # mm_svr_admin = "Hugh 'mm_svr_admin' Esco" mm_svr_admin = "Hugh Esco" # Mailman administrator's email (for missing list handling) mm_svr_admin_eml = "Campaign Mailman Server Admin" # Mailman administrator's phone # (for missing list handling) mm_svr_admin_phn = 770-755-1543 # sub_method: method of subscribing people # to lists: wget, email, or lwp sub_method = wget