# Main configuration file for eformmail. # The "key field name" should list the field name in the form that # contains the key. The value of this field is used to lookup another # configuration file which contains the email address. # eformmail will redirect the user to the "error redirect" page if this # key does not exist in the passed form data. key field name = key # The page to redirect browsers to when the key field was not present. # If the key field is not present, this indicates an error in creating # the form or an attempt by spammers to misuse eformmail. # The page to redirect to should be as general as possible and # certainly not tell what field is the key field as spammers can use # that information. # The contents of this field must be a full URL, a partial reference # will not work. error redirect = http://localhost/main_error.html # Optionally can specify the location of sendmail (or a clone like # postfix). # If no location is specified, eformmail will try to find sendmail in # certain well-known paths. # # The -i and -t parameters are required for sendmail! #sendmail = /usr/sbin/sendmail -i -t # Or you can set smart host, the name or ip address of a server that # will accept all our mail and deliver it properly. #smart host = localhost