From 35c4ad13a52bdcaab251358e4b7df99dd852c76d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 20 Jan 2013 03:04:17 +0100 Subject: New domains. --- templates/add-domain-1.html | 91 +++++++++++++++++++++++++++++++++++++++++++++ templates/add-domain-2.html | 63 +++++++++++++++++++++++++++++++ templates/list-domains.html | 15 ++++++-- templates/list-locals.html | 2 +- templates/new-domain.tt | 32 ++++++++++++++++ 5 files changed, 199 insertions(+), 4 deletions(-) create mode 100644 templates/add-domain-1.html create mode 100644 templates/add-domain-2.html create mode 100644 templates/new-domain.tt (limited to 'templates') diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html new file mode 100644 index 0000000..df6ac65 --- /dev/null +++ b/templates/add-domain-1.html @@ -0,0 +1,91 @@ + + + + + Add domain + + + + +
+ +
+

Add domain

+ + +
Error:
+ +
+
+ +
+ +
+
+ + +

Domain name

+ +
+ The domain name to be added. + + If you want to transfer an existing domain do use our MX'es, we + will ask you to an e-mail where to send a confirmation token + token proving you indeed own the domain. + + Buying new domains from this interface will be feasible in the + future, but it has not been implemented yet. +
+ +
+ +

Status

+ +
+ Warning: emails are not delivered to users, + aliases or lists under inactive domains. +
+ +
+ +

Description

+ +
+ An optional description. (HTML tags are allowed.) +
+ +
+ +

Catch-All aliases

+ +
+ An optional list of destinations (one e-mail address per line) that + will receive mail sent to non existing recipients. + Domain aliases can be defined by leaving the local part of + the destination empty, like in : + email to + will then be sent to . +
+
+
+ + + +
+
+
+ + diff --git a/templates/add-domain-2.html b/templates/add-domain-2.html new file mode 100644 index 0000000..0e1b660 --- /dev/null +++ b/templates/add-domain-2.html @@ -0,0 +1,63 @@ + + + + + Add domain <TMPL_VAR NAME=domain> + + + + +
+ +
+
+ + + + + + + +
+ You have asked to let us manage e-mail + . + Please select an address below where to send a confirmation + token, proving that you indeed own the domain + . +
+ + + + + + + + + +
+ + + + +
+ I couldn't find a valid e-mail in your domain's WHOIS, + and no valid postmaster address has been found (either because + has no configured MX, + or because it already uses ours). +
+ +
+
+
+ + diff --git a/templates/list-domains.html b/templates/list-domains.html index 5ebdd05..5edb4fc 100644 --- a/templates/list-domains.html +++ b/templates/list-domains.html @@ -33,9 +33,18 @@ - - (none) - + +
(none)
+ + +
diff --git a/templates/list-locals.html b/templates/list-locals.html index 4f21ee8..0c3a3ab 100644 --- a/templates/list-locals.html +++ b/templates/list-locals.html @@ -96,7 +96,7 @@ - * + Catch-all alias(es) for domain . , diff --git a/templates/new-domain.tt b/templates/new-domain.tt new file mode 100644 index 0000000..d42c921 --- /dev/null +++ b/templates/new-domain.tt @@ -0,0 +1,32 @@ +Hi! + + +Someone, hopefully you, has asked Fripost to manage the e-mails under a +domain you own: [% domain %]. If you have not done this, please ignore +this message. + +To add your domain [% domain %] in our system, you need to click on the +following link, or paste it into your favorite browser: + + [% unlockurl %] + +Alternatively, you can log in to the administration panel and paste the +following token in the page that lists pending domains: + + [% token %] + +The token will expire after 24 hours. + + + +Note that adding your domain in our system is not enough to let us +manage your e-mails. You also need to change your MX'es to use ours; +under GNU/Linux you can list our current MX'es with the following +command: + + dig +short fripost.org MX + + +Cheers, +-- +The Fripost administration team. -- cgit v1.2.3