Questions:
- Is there anyway to see how many people have joined a mailing list?
- I am having a problem with my mailing list. I have been messing with it, trying to get it to do things, and now it won't work at all.
- do you offer "listserv-type or majordomo-type mailing lists?
- Help, I need help with my Mailing List... what do I do ? I don't understand it at all... HELP!
- in a newsletter situation, can we use more than one moderator to send messages?
- is it possible to have more than one maintainer?
- Is there a way for the general public to read the Mailing list archive through a browser?
- Is it possible to add a signature to all mails sent through one mailing list?
- Is there going to be a upgread in the numbers of customers on the mailing list meaning will the list ever hold more then 1,000 customers names and e mail address
- Can I order additional Mailing Lists for my account ?
- Where can I get more information about SmartList?
- How do I create a moderated list?
- I already have a list of addresses for my mailing list. How can I subscribe the entire list?
- I would like to set up a newsletter. Can I get SmartList to do this?
- How do I administer the list?
- How do I unsubscribe to a list?
- How do I send an email to the list?
- How do I subscribe to a list?
- How do I set up a new mailing list?
- Can I have source for your control panel or your mailing system(s)?
- How many addresses can be handled in subscribable maillists?
Answers:
- Is there anyway to see how many people have joined a mailing list?
Yes, and no.
Yes, you can get the list of subscribed email addresses to the moderator of the list...
BUT, it does not COUNT them for you :)
- I am having a problem with my mailing list. I have been messing with it, trying to get it to do things, and now it won't work at all.
The mailing list feature is an advanced feature that we give NO support for EXCEPT FOR THE FOLLOWING:
1. DOES the basic mailing list work,
in other words,
can you create a list,
subscribe to the list,
send to the list,
and unsubscribe from the list.
Past this, we DO NOT provide ANY technical instruction or support if you do anything but the basic commands (create, subscribe, unsubscribe, and send to list).
- Do you offer "listserv-type or majordomo-type mailing lists?
No, we do not.
Majordomo lists are usually SERVER HOGS and BOG down the servers.
- Help, I need help with my Mailing List... what do I do ? I don't understand it at all... HELP!
We do NOT provide ANY technical support on the MAILING LIST features that come with our hosting packages.
The Mailing List feature is an ADVANCED USER feature, and FULL DOCUMENTATION is available in this Online Manual.
Again, the Mailing List Feature is for advanced users only, and we do NOT provide technical support or instruction for this past what is contained in this online manual.
- In a newsletter situation, can we use more than one moderator to send messages?
No.
- Is it possible to have more than one maintainer?
No.
- Is there a way for the general public to read the Mailing list archive through a browser?
No, there is not.
- Is it possible to add a signature to all mails sent through one mailing list?
No, it is not possible to customize them.
- Is there going to be a upgread in the numbers of customers on the mailing list meaning will the list ever hold more then 1,000 customers names and e mail address
No, this will not ever be upgraded. If you need more than that, you need to go get a mailing list company to run your mailing lists... :)
- Can I order additional Mailing Lists for my account ?
No, we only allow the 20 Lists per account.
To get more lists, you would need to order another account :)
- Where can I get more information about SmartList?
For more advanced uses, the author of SmartList has written a FAQ. You can view it from
http://www.hartzler.net/smartlist/SmartList-FAQ.html
There is also a smartlist mailing list. Send in your subscription requests to :
SmartList-request@informatik.rwth-aachen.de
You can look at the history of the smartlist mailing list by going to the SmartList Archive
http://www.cnr.berkeley.edu/~casterln/smartlist-arc/maillist.html
- How do I create a moderated list?
A moderated list means that every submission to the list goes through your list maintainer before it actually gets posted to the list.
(1) First create a file named "moderators."
It should contain the fully qualified mail addresses of all the moderators for this list (i.e. just
local usernames are not sufficient, at least include an @host or host! ).
(2) Then uncomment the appropriate "moderated_flag" line in rc.custom.
From then on all mail that does not contain an "Approved: the_address_of_one_of_the_moderators" field is forwarded to all the moderators.
One of the moderators should then resend the mail to the list after adding an "Approved: his_own_address" field to the header (and possibly editing the contents of the mail). It will be no problem if several moderators resubmit the same submission concurrently, since the mailinglist will filter out duplicates anyway (i.e. only the first one will go out and be archived).
- I already have a list of addresses for my mailing list. How can I subscribe the entire list?
The 'dist' file is the distribution list -- the list of recipients. To add a pre-existing list of recipients, copy it into the dist file:
/home/username/domainname-mail/listname/dist
You can add a short list by hand or by cut-and-paste. For a really long list, you may want to download the dist file, edit it using a word processing program, save it as text or ASCII, and then upload the edited file.
The following conditions apply:
One subscriber per line.
Empty lines are allowed.
The mail address of the subscriber must be the first word on the line.
Comments may follow the address (but separated from the address by at least one whitespace character).
Everything preceding the line containing:
(Only addresses below this line can be automatically removed)
is write-protected from changes (i.e. these addresses can never be automatically/accidentally unsubscribed).
If the line:
(Only addresses below this line can be automatically removed)
is not present at all, automatic unsubscriptions to this list are impossible.
New subscribers will always appear on the line immediately following the last filled entry in the dist file.
Some sample entries (the preferred format):
joe@some.where
joe@some.where (some comment)
joe@some.where (some comment) (some more comments)
Depreciated, but allowed:
" <joe@some.where> "
" <joe@some.where>" some comment
" <joe@some.where> " (some comment)
Not allowed:
(some comment) joe@some.where
some comment " <joe@some.where> "
Note: adding to the dist file for a list automatically adds to the accept file as well, unless you have turned off foreign submissions.
- I would like to set up a newsletter. Can I get SmartList to do this?
Sure. When you use SmartList to send out anelectronic newsletter, you limit the submissions accepted to yourself, and tell SmartList not to accept "foreign" submissions. Anyone who signs up will still receive the list but now cannot send to it. If you want all your lists to be newsletters, you can skip the delink step. If you're not sure, go ahead and delink this one.
For the list "listname,"
* Edit the rc.custom file and the rc.init file.
vi /home/username/domainname-mail/listname/rc.custom
uncomment (delete the #s) foreign_submit
comment out (precede with a #) foreign_submit= yes
vi /home/username/domainname-mail/listname/rc.init
uncomment (delete #s) foreign_submit
comment out (precede with #) foreign_submit= yes
* Delink the accept file:
cd /home/username/domainname-mail
type
.bin/delink listname/accept
When these steps are completed, the owner may send to the list by e-mailing to listname@domainname.com. If anyone else attempts to mail to the list, it will be sent to the owner rather than the link. Since the owner is now the only address in the accept file for the list, no other submissions will be accepted. (You may want to type vi accept to be sure no one else snuck in there.)
NB: editing the rc.init file means that all lists created thereafter will also function as newsletters. The hard link would have to be broken for rc.init for a particular list to change this without changing this for all other lists also.
- How do I administer the list?
The Mailing List Manager (Xcommand), available from the Mail Manager (domainname.com/menu), allows the administrator of the list to:
Show List of Subscribers
Show List Log
Wipe List Log
Search list of subscribers for a near match
Directly subscribe/unsubscribe a user
You can get to the Mailing List Manager by selecting the list from under 'Edit List' in the Mail Manager, then selecting 'Mailing List Manager'. You will need to know the Maintainer email and password to administer the list. The results of the commands will be sent to the list maintainer's email address
- How do I unsubscribe to a list?
To unsubscribe from the mailinglist, simply send a message with the word "unsubscribe" in the Subject: field to the -request address of that list.
To: testlist-request@domainname.com
Subject: unsubscribe
To unsubscribe from the digest
To unsubscribe from the digest, write an e-mail like this.
To: testlist-d-request@domainname.com
Subject: unsubscribe
- How do I send an email to the list?
To send email to the mailinglist, write to the following address:
To: testlist@domainname.com
- How do I subscribe to a list?
From email:
To subscribe to the mailinglist, simply send a message with the word "subscribe" in the Subject: field to the -request address of that list.
To: testlist-request@domainname.com
Subject: subscribe
To subscribe to the digest:
A digest sends all messages at once, in one big message, rather than sending each one individually.
To subscribe the digest, simply send a message with the word "subscribe" in the Subject: field to the following address.
To: testlist-d-request@domainname.com
Subject: subscribe
- How do I set up a new mailing list?
(1) Go to your mail manager by logging into your control panel
2) Create a list in Mail Manager by clicking on "New List".
(3) Add the name of the list. You'll get a message giving you instructions, repeated below.
4) Click "edit list" and you're asked to add the maintainer, password, and max # e-mails archived.
The maintainer is the e-mail of the person in charge of the list
The password is the list password
Max # e-mails archived is the number of the most recent "back-issues" to be saved, and sent when someone requests the most recent e-mails sent to your mailing list.
From the Mail Manager, you have access to "Mailing List Manager," also called "Xcommand" (from the name of the program in UNIX). This is a mailing list administration program.
- Can I have source for your control panel or your mailing system(s)?
I am sorry, no.
- How many addresses can be handled in subscribable maillists?
No more than 1000 per list.
|