summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-15 23:54:42 -0400
committerAdam <Adam@anope.org>2011-09-10 01:52:59 -0400
commit13e8b26989df55cc89235a059667bfe5d9834b77 (patch)
tree7d5f2e0f5b12d2517c85855b82791b7ab6895fd8 /data
parent8a6d6577bd6c9d5ca57c98d932a99ae890ba7cc8 (diff)
Made email messages sent by services configurable
Diffstat (limited to 'data')
-rw-r--r--data/example.conf66
1 files changed, 66 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf
index 72d06c3d5..1dc7302c0 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -863,6 +863,10 @@ oper
* This section contains settings related to the use of e-mail from Services.
* If the usemail directive is set to yes, unless specified otherwise, all other
* directives are required.
+ *
+ * NOTE: Users can find the IP of the machine services is running on by examining
+ * mail headers. If you do not want your IP known, you should set up a mail relay
+ * to strip the relevant headers.
*/
mail
{
@@ -924,6 +928,68 @@ mail
* if you are using ESMTP or QMail to send out e-mails.
*/
#dontquoteaddresses = yes
+
+ /*
+ * The subject and message of emails sent to users when they register accounts.
+ */
+ registration_subject = "Nickname Registration for %n"
+ registration_message = "Hi,
+
+ You have requested to register the nickname %n on %N.
+ Please type \" /msg NickServ confirm %c \" to complete registration.
+
+ If you don't know why this mail was sent to you, please ignore it silently.
+ %N administrators."
+
+ /*
+ * The subject and message of emails sent to users when they request a new password.
+ */
+ reset_subject = "Reset password request for %n"
+ reset_message = "Hi,
+
+ You have requested to have the password for %n reset.
+ To reset your password, type \" /msg NickServ CONFIRM %n %c \"
+
+ If you don't know why this mail was sent to you, please ignore it silently.
+
+ %N administrators."
+
+ /*
+ * The subject and message of emails sent to users when they request SENDPASS.
+ */
+ sendpass_subject = "Nickname password for %n"
+ sendpass_message = "Hi,
+
+ You have requested to receive the password of nickname %n by e-mail.
+ The password is %p. For security purposes, you should change it as soon as you receive this mail.
+
+ If you don't know why this mail was sent to you, please ignore it silently.
+
+ %N administrators."
+
+ /*
+ * The subject and message of emails sent to users when they request a new email address.
+ */
+ emailchange_subject = "Email confirmation"
+ emailchange_message = "Hi,
+
+ You have requested to change your email address to %e.
+ Please type \" /msg NickServ confirm %c \" to confirm this change.
+
+ If you don't know why this mail was sent to you, please ignore it silently.
+
+ %N administrators."
+
+ /*
+ * The subject and message of emails sent to users when they recieve a new memo.
+ */
+ memo_subject = "New memo"
+ memo_message = "Hi %n
+ You've just received a new memo from %s. This is memo number %d.
+
+ Memo text:
+
+ %t"
}
/*