welcome: please sign in

Diff for "MemberManual/Email/MailingLists"

Differences between revisions 12 and 13
Revision 12 as of 2007-12-04 15:38:04
Size: 3001
Editor: MichaelOlson
Comment: List admin needs to change the host_name setting
Revision 13 as of 2007-12-04 15:40:31
Size: 3032
Editor: MichaelOlson
Comment: Change variable notation
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
 * '''LISTNAME''' is the name you gave your list,
 * '''DOMAIN''' is your domain,
 * '''VHOST''' is the virtual subdomain you would like the web interface to be accesible from.
 * '''USER''' is your HCoop username.
 * '''$LISTNAME''' is the name you gave your list,
 * '''$DOMAIN''' is your domain,
 * '''$VHOST''' is the virtual subdomain you would like the web interface to be accesible from.
 * '''$USER''' is your HCoop username.
Line 30: Line 30:
If you want to access the site from your domain with no subdomain, then use the default virtual host for ''VHOST'' (in other words, "www"). If you want to access the site from your domain with no subdomain, then use the default virtual host for ''$VHOST'' (in other words, "www").
Line 33: Line 33:
domain "DOMAIN" with domain "$DOMAIN" with
Line 36: Line 36:
  mailman "VHOST";   mailman "$VHOST";
Line 39: Line 39:
  (* http://VHOST.DOMAIN/listinfo to work. *)   (* http://$VHOST.$DOMAIN/listinfo to work. *)
Line 41: Line 41:
  emailAlias "mailman" "USER";   emailAlias "mailman" "$USER";
Line 45: Line 45:
The list admin web interface then will be available at {{{http://VHOST.DOMAIN/admin/LISTNAME}}}. The list admin web interface then will be available at {{{http://$VHOST.$DOMAIN/admin/$LISTNAME}}}.
Line 47: Line 47:
/!\ Be sure to change the '''host_name''' setting for the list using the list admin web interface, or messages sent to that list will come from the wrong domain! /!\ Be sure to change the '''host_name''' setting for the list to be "$DOMAIN" using the list admin web interface, or messages sent to that list will come from the wrong domain!
Line 53: Line 53:
The best way of doing this is for you to point your domain's MX record to `deleuze.hcoop.net`. If you want to use the Mailman webinterface on a subdomain, then point that subdomain at `deleuze.hcoop.net`, as well. The best way of doing this is for you to point your domain's MX record to `deleuze.hcoop.net`. If you want to use the Mailman webinterface on a subdomain, then be sure to point that subdomain at `deleuze.hcoop.net`.

This page describes how to set up and manage mailing lists on your domain.

TableOfContents

Request a Mailing List

If you would like a mailing list managed by our global [http://www.gnu.org/software/mailman/ Mailman] [https://lists.hcoop.net/listinfo installation], you must first [https://members2.hcoop.net/portal/list place a request on the portal].

Setup Instructions

You then have a choice between doing list management at [https://lists.hcoop.net/admin/LISTNAME https://lists.hcoop.net/admin/LISTNAME] or at your own domain.

Using https://hcoop.net/ for the web interface

If you are fine with using the main hcoop.net site for your list's web interface, then there is nothing left to do except wait for the list to be created.

You can then access your list at https://hcoop.net/admin/LISTNAME, where LISTNAME is the name of your list.

Using your own domain for the web interface

If you would like the web interface to be at your own domain, then you must do some simple domain configuration.

  • $LISTNAME is the name you gave your list,

  • $DOMAIN is your domain,

  • $VHOST is the virtual subdomain you would like the web interface to be accesible from.

  • $USER is your HCoop username.

If you want to access the site from your domain with no subdomain, then use the default virtual host for $VHOST (in other words, "www").

domain "$DOMAIN" with
  (* Other configuration stuff...  *)

  mailman "$VHOST";

  (* Do the following if you want the email address given on *)
  (* http://$VHOST.$DOMAIN/listinfo to work. *)
  handleMail;
  emailAlias "mailman" "$USER";
end;

The list admin web interface then will be available at http://$VHOST.$DOMAIN/admin/$LISTNAME.

/!\ Be sure to change the host_name setting for the list to be "$DOMAIN" using the list admin web interface, or messages sent to that list will come from the wrong domain!

Hosting Domains Elsewhere

You can host mailing lists with us that use your own domains, even if your domain is primarily hosted elsewhere.

The best way of doing this is for you to point your domain's MX record to deleuze.hcoop.net. If you want to use the Mailman webinterface on a subdomain, then be sure to point that subdomain at deleuze.hcoop.net.

Migrating an Existing List

If you previously hosted a mailing list on Fyodor, our old machine, then file a request at [https://bugzilla.hcoop.net/enter_bug.cgi Our bug-tracker], using the Mailman component. Be sure to tell us what the name of your list is.

If you haven't hosted a mailing list with us before, it is still possible to migrate a list over to our machines, provided that you have an mbox file containing the archives, and the file config.pck containing your settings. File a request at [https://bugzilla.hcoop.net/enter_bug.cgi Our bug-tracker], using the Mailman component, and we will help you out.

MemberManual/Email/MailingLists (last edited 2019-01-10 03:27:17 by ClintonEbadi)