diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/edit-mailbox.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index 4ce6837..9ceb87c 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -92,10 +92,13 @@ <textarea name="forwards" cols="50" rows="10" ><TMPL_VAR NAME=forwards></textarea> <div class="help"> An optional list of destinations (one e-mail address per line) that - will <i>also</i> receive mail delivered to + will receive mail for <span class="email"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span>. + (<i>Note</i>: When not empty, this list cancels delivery to + this mailbox, so do not forget to list + <span class="email"><TMPL_VAR NAME=user>@<TMPL_VAR NAME=domain></span> + here as well if you want this mailbox to be delivered too.) </div> - <hr/> <br/> |