| |
FAQ
- My problem is, when I completed the PlexMailer order, the site leaded me to
download a file of type application/x-java-jnlp-file that my browser (Mozilla)
didn't know what it is. Please tell me what should I do with this file.
There are two ways to install PlexMailer. First you can download
binaries for your respective operating system available at
http://www.plexobject.com/software/plexmailer/download.html
The other option is to install "Java Web Start" available freely from
http://java.sun.com/products/javawebstart/download.html
and then type
http://www.plexobject.com:8080/plexmailer/plexmailer.jnlp
on your browser.
First method will be simpler for novice users. Also, make sure that
if you are downloading the software without VM then download and
install Java 1.4 from
http://java.sun.com/j2se/1.4.1/download.html
Also, make sure that if Java is already installed on your system then
it is 1.4 or later, otherwise download Java 1.4 or later and reinstall.
- Problems with Java Web Start:
Try uninstalling the application and re-installing it.
- I get java.lang.RuntimeException:java.lang.NoClassDefFoundError:java/util/prefs/BackingStoreExcpeption:
Java 1.4 comes with Java Web Start 1.2.
- How do I execute PlexMailer from jar file :
After installing Java 1.4 and installing PlexMailer, follow these procedures:
- Open shell such as DOS shell or bash
- cd to the "lib" directory where PlexMailer.zip was unzipped. For example cd \PlexMailer\lib
- Type java -jar StartPlexmailer.jar If you have Windows you can also create a shortcut to your desktop by
- right-cliking on your desktop
- select New
- select shortcut
- choose "Browse..." to go in bin directory such as "\PlexMailer\lib"
- double-click StartPlexmailer.jar
- click Next and type PlexMailer for shortcut-name
- click Finish.
- When I initialize Bayesian filter with large number of email messages, I get OutOfMemory error.
You can either increase the memory size allocated to java by:
- opening shell (DOS/UNIX),
- then cd to PlexMailer/lib directory and
- executing following command:
java -Xmx256m ../lib/StartPlexmailer.jar
Or you can initialize bayesian filter via command line as
java -Dmailicep.configFile=../data/mailicep.properties -jar StartPlexmailerBayesianFilter.jar -i -g "mymail,bhatti" -b "spammers,JunkFolder,spammers2"
Note that all messages in your inbox are automatically added as good messages when you initialize Bayesian filter.
For Java Web Start users, download
http://www.plexobject.com/software/plexmailer/dist/plexmailer_lib.zip
and then go to you PlexMailer directory and expand that zip file.
It will create lib directory and will store all jar files in it.
Then cd to the lib directory and type
java -Dmailicep.configFile=../data/mailicep.properties -jar
StartPlexmailerBayesianFilter.jar -i -g "good1,good2" -b
"JunkFolder,bad1"
Where good1 and good2 are the name of your folders that stores good
emails. It will automatically include all of you INBOX, so you don't need
to specify them.
- Fight back spammers:
Use filters to report spammers to their ISPs or choose the option from
toolbar or menu to report sender of email to his/her ISP manually.
- "Remove Me":
When you receive SPAM email, don't click "Remove Me" because it allows spammers to know that the email address is valid. Instead use "Send Fake Unknown User" reply so that spammer think that your email address is invalid.
- Where do you go if you get a Nigerian-fraud e-mail?:
Contact the Specialist Crime OCU Fraud Squad by e-mail at
419@spring39.demon.co.uk.
- How does this work with OUTLOOK or Netscape
- Install PlexMailer
- Start PlexMailer
- Add Email Account
Specify Proxy Port to any number or you can use default value. Write it
down, you will need it later.
- On Toolbar you will see Execution Mode, set it to Proxy Server
- If you have more than one account then repeat step 3-5.
- Leave the PlexMailer running
- Start Outlook or Netscape
- For Outlook users, select Accounts from Tools menu. For Netscape
users, select "Mail & Newsgroups" from Tasks menu and then select
"Mail & Newsgroups Account Settings" from Edit menu.
- If you have not added added Accounts, add it.
- Select email account and double click it
- Change Incoming mail to "localhost"
- Leave outgoing email server as it is.
- For Outlook users, select Advanced tab and change Incoming mail
port to the number you selected in step 4. For Netscape users, change
Port when you see the "Mail & Newsgroups Account Settings" window.
(By default port for POP email account is 110 and for IMAP is 143).
- You can define rules for filtering or sorting messages in designated
folders in PlexMailer. When you download messages in Outlook or Netscape,
those messages will be automatically filtered. If any of the rules
choose to delete the message, then that message will not be
downloaded to the outlook/netscape.
- PlexMailer allows setting or changing email headers, for example you
can specify to set header "X-My-Header" to "whatever" when certain
user defined rules match and then define rules in your email client
to store those messages in designated folder.
- You don't need to add password in PlexMailer, but you will need to
specify in Outlook or Netscape.
- How do I filter messages in already in folder?
Click Folders > Filter option
- HTML based SPAM
Be cautious about opening HTML based SPAM, because spammers can use
java script or html to detect if email is valid, e.g.
<img src="http://spamhost.com/cgi?email=myemail@myhost.com">
- How to use PlexMailer as command-line client to Vipul's Razor?
Here is how you to use PlexMailer with Vipul's Razor:
Check:
java -jar StartPlexmailerRazorClient.jar -f mailbox check
OR
cat mailbox | java -jar StartPlexmailerRazorClient.jar check
To specify firewall use
java -DsocksProxyHost=myfirewall -DsocksProxyPort=1080 -jar
StartPlexmailerRazorClient.jar -f mailbox check
OR
cat mailbox | java -DsocksProxyHost=myfirewall
-DsocksProxyPort=1080 -jar StartPlexmailerRazorClient.jar check
Report:
java -jar StartPlexmailerRazorClient.jar -f mailbox report
OR
cat mailbox | java -jar StartPlexmailerRazorClient.jar report
To specify firewall use
java -DsocksProxyHost=myfirewall -DsocksProxyPort=1080 -jar
StartPlexmailerRazorClient.jar -f mailbox report
OR
cat mailbox | java -DsocksProxyHost=myfirewall
-DsocksProxyPort=1080 -jar StartPlexmailerRazorClient.jar report
Revoke:
java -jar StartPlexmailerRazorClient.jar -f mailbox revoke
OR
cat mailbox | java -jar StartPlexmailerRazorClient.jar revoke
To specify firewall use
java -DsocksProxyHost=myfirewall -DsocksProxyPort=1080 -jar
StartPlexmailerRazorClient.jar -f mailbox revoke
OR
cat mailbox | java -DsocksProxyHost=myfirewall
-DsocksProxyPort=1080 -jar StartPlexmailerRazorClient.jar revoke
Register:
java -jar StartPlexmailerRazorClient.jar -f mailbox register
OR
cat mailbox | java -jar StartPlexmailerRazorClient.jar register
To specify firewall use
java -DsocksProxyHost=myfirewall -DsocksProxyPort=1080 -jar
StartPlexmailerRazorClient.jar -f mailbox register
OR
cat mailbox | java -DsocksProxyHost=myfirewall
-DsocksProxyPort=1080 -jar StartPlexmailerRazorClient.jar register
PS: You can also use named-pipe instead of stdin pipe. All you need is to
specify -n [pipe-name], e.g.
java -jar StartPlexmailerRazorClient.jar -n namepipe check
PPS: There is also option to use socket to pass messages to the client, specify
port as follows:
java -jar StartPlexmailerRazorClient.jar -s port# check
The razor client will listen on that port to receive email messages and
process them accordingly.
- I get OutOfMemory error:
This program is written in Java and by default it only uses 32M memory. In
order to specify more memory
- Open DOS Shell
- cd to PlexMailer/lib directory
- type java -Xmx512m -jar mailicep.jar
Above command will start PlexMailer so that it can use up to 512MB memory.
|
|
 |
|
 |
|
PlexMailer comes with 30 days money-back guarantee. In addition you can try the software free for 30-days before you buy.
|
|
 |
 |
|
Contact us via our Web Form or via Email at
if you need assistance installing or using any of our software products. In addition, we welcome any suggestions to improve our products.
|
|
 |
 |
GLOBALSHAREWARE 5 Gold Disc Awards
TOPSHAREWARE 5 stars
Editor's Choice and 5 Star
BrotherSoft 5 Star
|
|
 |
 |
|
Users who are not familiar with Java should download PlexMailer with VM if it's available on your platform, otherwise download Java from
If you have already installed Java and downloading PlexMailer without VM, make sure that it is 1.4 or later. Otherwise download Java from http://java.sun.com/j2se freely.
|
|
 |
|