Difference between revisions of "Retain Module Utilities"
(→OPTIONS:) |
(→Routing Customer Problem Mail to QA) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Retain Connects to many different systems and there are utilities that exist to help with troubleshooting. | Retain Connects to many different systems and there are utilities that exist to help with troubleshooting. | ||
− | ===[ | + | ==Routing Customer Problem Mail to QA== |
+ | There's an email address "[your GroupWise userid]@qa.gwava.com" (see Rick or Steve for the pw) that can be used. You can access it via https://mail.qa.gwava.com/gw. | ||
− | ===Test Utilities | + | You can archive from there with your own Retain system using the QA system details (see Rick or Daniel) or access it from https://retain2.qa.gwava.com/RetainServer. |
+ | |||
+ | NOTE: The MTK development team has set up a mailbox specifically for MTK related items. See [http://training.gwava.com/index.php/Retain_Migration_Toolkit#Handling_Problem_Messages.2FAttachments MTK Mailbox for Problem Messages and Attachments] | ||
+ | |||
+ | ==Troubleshooting Exchange== | ||
+ | To to the [[Troubleshooting Exchange]] page of this wiki. | ||
+ | |||
+ | ==Test Utilities== | ||
One of the challenges to testing Retain is being able to send enough data. A few utilities have been created to make that easier. Make sure to only use these in your lab system as these will get your IP blocked by ISPs that block spammers automatically. | One of the challenges to testing Retain is being able to send enough data. A few utilities have been created to make that easier. Make sure to only use these in your lab system as these will get your IP blocked by ISPs that block spammers automatically. | ||
Line 65: | Line 73: | ||
*Wikipedia Downloads [[https://en.wikipedia.org/wiki/Wikipedia:Database_download]] | *Wikipedia Downloads [[https://en.wikipedia.org/wiki/Wikipedia:Database_download]] | ||
+ | <!-- This is a comment | ||
*gopostal [[ftp://ftp.gwava.com/outgoing/utilities/gopostal.zip]] | *gopostal [[ftp://ftp.gwava.com/outgoing/utilities/gopostal.zip]] | ||
*fileblaster [[ftp://ftp.gwava.com/outgoing/utilities/fileblaster.zip]] | *fileblaster [[ftp://ftp.gwava.com/outgoing/utilities/fileblaster.zip]] | ||
Line 83: | Line 92: | ||
*Project Gutenberg is a good place for public domain text [[http://www.gutenberg.org/browse/scores/top]] | *Project Gutenberg is a good place for public domain text [[http://www.gutenberg.org/browse/scores/top]] | ||
*Wikipedia Downloads [[https://en.wikipedia.org/wiki/Wikipedia:Database_download]] | *Wikipedia Downloads [[https://en.wikipedia.org/wiki/Wikipedia:Database_download]] | ||
+ | |||
+ | --> |
Latest revision as of 20:32, 26 September 2016
Retain Connects to many different systems and there are utilities that exist to help with troubleshooting.
Contents |
[edit] Routing Customer Problem Mail to QA
There's an email address "[your GroupWise userid]@qa.gwava.com" (see Rick or Steve for the pw) that can be used. You can access it via https://mail.qa.gwava.com/gw.
You can archive from there with your own Retain system using the QA system details (see Rick or Daniel) or access it from https://retain2.qa.gwava.com/RetainServer.
NOTE: The MTK development team has set up a mailbox specifically for MTK related items. See MTK Mailbox for Problem Messages and Attachments
[edit] Troubleshooting Exchange
To to the Troubleshooting Exchange page of this wiki.
[edit] Test Utilities
One of the challenges to testing Retain is being able to send enough data. A few utilities have been created to make that easier. Make sure to only use these in your lab system as these will get your IP blocked by ISPs that block spammers automatically.
[edit] GoPostal
To create large amounts of unique messages for Retain you can use these utilities[[1]]:
- GoPostal.sh sends a user supplied number of unique emails to ten users.
- GoPostalFullAuto.sh sends 100 unique emails to ten users. This is best used with cron to run daily creating dynamic data.
[edit] PREREQUISITES:
- A Linux computer or VM. It does not have to be very powerful.
- sendmail needs to be enabled and Outgoing Mail set to the IP address of your receiving mail server.
- The receiving mail server must have 10 users, named user0-user9.
[edit] REQUIREMENTS:
- You need to edit the script to provide it with the domain of your test email server.
[edit] OPTIONS:
infile.txt contains the text of "Alice in Wonderland" from gutenberg.org as it is a public domain document. This file can be replaced with any large text document. The larger the better. You can change the username and number of users with that username. You must create them in your email system or the mail will not be delivered. The size of the email gopostal sends can be changed, by default it is set to 4k. Rule of Thumb: 1 character is 1 byte.
[edit] Text sources:
- Project Gutenberg is a good place for public domain text [[2]]
[edit] FileBlaster
To send large amounts of existing text data to Retain, you can use this utility[[3]]:
- FileBlaster.sh sends text files from a data directory.
[edit] PREREQUISITES:
- A Linux computer or VM. It does not have to be very powerful.
- sendmail needs to be enabled and Outgoing Mail set to the IP address of your receiving mail server.
- The receiving mail server must have a user available to receive the data.
[edit] REQUIREMENTS:
- Edit the script to provide it with an email address of your test email server.
- Place text data in fileblaster/data for sending. By default it has the top 20 ebooks from gutenberg.org
- For a larger data set you can use the Enron Email Data Set [[4]]
[edit] OPTIONS:
You can fill the data directory with any text data, it will be posted as the body of the message.
[edit] Data Sets
[edit] Data set for fileblaster
- Enron Email Data Set [[5]] Contains 1.2 millions messages. This is what I used, but is too large to be worth adding to the fileblaster download.
[edit] Other Email Datasets
- Apache Software Foundation Public Mail Archives [[6]]
- EU email communication network email data set [[7]]
[edit] Links to other data sets. Any text-based data set should work.
[edit] Text sources: