-
Notifications
You must be signed in to change notification settings - Fork 41
Configure Hyperkitty and Edit Welcome Messages
JingVT edited this page Dec 1, 2018
·
2 revisions
- Change site name on Hyperkitty from
Example.Com
toGraphspace.Org
- Add site
graphspace.org
on the admin page of mailman. Example: http://email.graphspace.org/admin/sites/site/add/ - Change
SITE_ID
to 2 inmailman-suite/mailman_suite/settings.py
- Hide
Manage lists
,Sign in
andSign up
buttons of Hyperkitty
- Comment the corresponding codes of
Manage lists
,Sign in
andSign up
inmailman-suite/venv-2.7/lib/python2.7/site-packages/hyperkitty/templates/hyperkitty/base.html
- Change time zone of Archives to Virginia time zone
- Change
TIME_ZONE
toUS/Eastern
inmailman-suite/mailman_suite/settings.py
- Hide Admin site of mailman
- Comment
url(r'^admin/', include(admin.site.urls)),
inmailman-suite/mailman_suite/urls.py
- Edit welcome messages of email lists
- Welcome message of graphspace-announcements@graphspace.org. Add the following message to
/mailman-suite/mailman/var/templates/lists/graphspace-announcements.graphspace.org/en/list:user:notice:welcome.txt
Welcome to the "$display_name" mailing list!
The GraphSpace administrators will use this list to post important announcements about GraphSpace. Note that
you will not be able to post to this mailing list. If you have a question about GraphSpace, please join the
graphspace-users mailing list and post there.
To get the archives of this list, please visit:
http://email.graphspace.org
You can make such adjustments via email by sending a message to:
$request_email
with the word 'help' in the subject or body (don't include the quotes), and
you will get back a message with instructions. You will need your password to
change your options, but for security purposes, this email is not included
here. If you have forgotten your password you will need to click on the
'Forgot Password?' link on the login page.
- Welcome message of graphspace-users@graphspace.org. Add the following message to
/mailman-suite/mailman/var/templates/lists/graphspace-users.graphspace.org/en/list:user:notice:welcome.txt
Welcome to the "$display_name" mailing list!
This list is meant for all users of GraphSpace to communicate with each other and with the GraphSpace
administrators. Please use this list to pose questions about GraphSpace, discuss any problems you may have,
give us feedback, request features etc.
To post to this list, send your email to:
$listname
To get the archives of this list, please visit:
http://email.graphspace.org
You can make such adjustments via email by sending a message to:
$request_email
with the word 'help' in the subject or body (don't include the quotes), and
you will get back a message with instructions. You will need your password to
change your options, but for security purposes, this email is not included
here. If you have forgotten your password you will need to click on the
'Forgot Password?' link on the login page.