welcome: please sign in

The following 290 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
able   above   acceptable   accesible   access   accomplish   add   Add   adding   addition   address   admin   Alias   alias   aliases   also   an   and   anything   archives   are   as   at   available   be   Be   been   before   below   best   between   both   bug   bugzilla   but   by   called   can   canonical   care   case   category   Category   cert   cgi   change   choice   Choose   come   comes   complicated   component   config   configuration   configures   configuring   containing   Contents   Coop   correct   correctly   created   deduce   default   delivered   denote   describes   different   do   Do   doing   Dom   domain   domains   Domains   domaintwo   domtool   each   edit   Elsewhere   elsewhere   email   emailsub   end   enter   even   Existing   file   File   filing   fine   first   follow   following   for   Force   forward   from   Fyodor   gave   get   given   global   gnu   granted   handle   have   haven   hcoop   help   Here   host   Host   hosted   Hosting   how   http   https   if   If   in   In   include   incoming   installation   instructions   Instructions   interface   is   it   left   like   line   links   list   List   listinfo   listname   lists   machine   machines   mail   Mail   Mailing   mailing   Mailman   mailman   main   make   Make   making   manage   managed   management   Manual   mbox   Member   members   mention   mentioning   messages   Michael   migrate   Migrating   more   multiple   must   mylist   name   namely   need   net   new   no   non   not   nothing   Now   Of   of   old   Olson   on   one   only   or   order   org   Other   other   Our   our   out   over   own   page   pck   permit   Permitting   place   point   portal   possible   previously   primarily   processing   provided   Putting   read   receive   record   redirect   regexp   Request   request   requested   rest   same   Say   secondary   sent   server   set   setting   settings   Setup   setup   should   simple   site   software   some   ssl   still   stuff   subdomain   sure   Table   take   tell   Tell   than   that   The   the   then   there   things   This   this   tld   to   Tool   tracker   true   tweak   two   up   update   url   us   use   username   Using   using   Vhost   vhost   virtual   wait   want   way   We   we   Web   web   webinterface   well   what   where   which   will   with   words   work   would   wrong   www   You   you   your  

Clear message
Edit

MemberManual / Email / MailingLists

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

Request a Mailing List

If you would like a mailing list managed by our global Mailman installation, you must first follow the setup instructions below to tweak your DomTool configuration, and then place a request on the portal. If you do things in this order, the portal will be able to correctly deduce what URL you want for the web interface of the new mailing list.

Setup Instructions

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

Using https://lists.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 before making a list request on the portal and wait for the list to be created.

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

If you requested a list where the address will be at your own domain, even if you are using lists.hcoop.net for the management URL, you will need to add the following line

to your domtool configuration for that domain. In addition to configuring the Mailman web interface, it also configures the mail server to forward incoming mail to Mailman for processing.

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.

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";
  (* Make list interface available over SSL as well. If you want to redirect http to https, use:

     mailman "$VHOST" where
       MailmanForceSSL = true;
     end;

     for the non-ssl vhost.
  *)
  mailman "$VHOST" where
    SSL = $your_ssl_cert;
  end;

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

Now request the list using the portal. 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" (namely, your domain name) using the list admin web interface, or messages sent to that list will come from the wrong domain!

If you want to do anything more complicated than the above, read on.

Putting the list email address and web interface on different domains

Say you want to receive email to a list at mylist@emailsub.domain.tld, but you want the web interface for the list to be at http://lists.domaintwo.tld. Here is how you accomplish that.

Permitting email for the same list to be delivered to multiple domains

Say you have a list called "listname". If you want to permit email from both "listname@domain.tld" and "listname@domaintwo.tld", then you will need to do the following.

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 mail.hcoop.net. If you want to use the Mailman webinterface on a subdomain, then be sure to point that subdomain at mail.hcoop.net.

Migrating an Existing List

If you previously hosted a mailing list on Fyodor, our old machine, then file a request at 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 Our bug-tracker, using the Mailman component, and we will help you out.


CategoryMemberManual

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