X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6a7ef209ea986f4661cc7900a58e1fdda15213a7..fb94c2944f58a10279d4f1912e6d19f69614cb96:/debian/templates.disorder-server diff --git a/debian/templates.disorder-server b/debian/templates.disorder-server index d2dfe97..f2ad1e0 100644 --- a/debian/templates.disorder-server +++ b/debian/templates.disorder-server @@ -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.