## Variables for the install script # All have to be filled in, except if they have a default # Timezone for local user tz='Asia/Bangkok' # Interface for serving the page: ':80' or 'domain.name' # Defaults to ':80' interface='' # Email for registering SSL-certificates sslmail='(valid email)' # Variables for mailer user='(smtp login)' password='(smtp password)' # Defaults to 'mail.gmail.com' smtp='' # Defaults to: '587' port='' # Defaults to StartTLS when empty, otherwise SSL/TLS ssltls='true' # When empty, no BCC gets sent bcc=''