X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/93ca72f2d7a75e383f6b7b2460cee8b1c4ae2cfe..06638b8da63effe8cc24af0a6a13745583262dcf:/debian/templates.disorder-server diff --git a/debian/templates.disorder-server b/debian/templates.disorder-server index fcb1594..f2ad1e0 100644 --- a/debian/templates.disorder-server +++ b/debian/templates.disorder-server @@ -7,7 +7,7 @@ Description: Audio directories Template: disorder/encoding Type: string -Default: ISO-8859-1 +Default: UTF-8 Description: Filesystem encoding Enter your filesystem's character encoding. Check rather than guessing if you are not sure. @@ -20,12 +20,6 @@ Description: Scratch files by spaces. Leave this blank if you don't want any scratch sounds. All filenames should be absolute path names. -Template: disorder/server-name -Type: string -Default: localhost -Description: Web server hostname - Enter the hostname that the web interface will appear under. - Template: disorder/port Type: string Default: none @@ -33,3 +27,19 @@ Description: Port number for clients to connect to Enter the port number that the server should listen on for clients. This can be set to 'none' to permit only local clients or a port number for remote clients to connect to, e.g. using Disobedience. + +Template: disorder/smtp_server +Type: string +Default: localhost +Description: SMTP server for web interface + The web interface requires an SMTP server in order to send messages to + newly registered users, and to send password reminders. Enter the hostname + or IP address to use. + +Template: disorder/mail_sender +Type: string +Default: +Description: Sender address for email from web interface + The web interface needs to know what email address it should send messages + from. It is possible that users will reply to this address if they are + unsure what to do.