Difference between revisions of "Popfile"

From SME Server
Jump to navigationJump to search
m
(new repo fix (smecontribs))
Line 9: Line 9:
 
POPFile is an automatic mail classification tool. Once properly set up and trained, it will scan all email as it arrives and classify it based on your training. You can give it a simple job, like separating out junk e-mail, or a complicated one-like filing mail into a dozen folders. Think of it as a personal assistant for your inbox.
 
POPFile is an automatic mail classification tool. Once properly set up and trained, it will scan all email as it arrives and classify it based on your training. You can give it a simple job, like separating out junk e-mail, or a complicated one-like filing mail into a dozen folders. Think of it as a personal assistant for your inbox.
 
For more information see ''http://popfile.sourceforge.net/''.
 
For more information see ''http://popfile.sourceforge.net/''.
 
==Download==
 
You can download this package ''[http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/popfile/smeserver-popfile-0.21.2-1.noarch.rpm here]''. You will also need ''[http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/popfile/perl-DBD-SQLite-1.13-1.el4.rf.i386.rpm this package]'' for dependency. If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
 
wget http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/popfile/perl-DBD-SQLite-1.13-1.el4.rf.i386.rpm
 
wget http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/popfile/smeserver-popfile-0.21.2-1.noarch.rpm
 
  
 
==Installation and Uninstall==
 
==Installation and Uninstall==
 
For installation just hit the following command
 
For installation just hit the following command
  yum localinstall *.rpm
+
  yum install smeserver-popfile --enablerepo=smecontribs
 
For uninstall just hit the following command
 
For uninstall just hit the following command
 
  yum remove smeserver-popfile
 
  yum remove smeserver-popfile

Revision as of 14:36, 9 August 2008


POPFile 0.21.2 for SME 7.x

Maintainer

Sylvain Gomez
mailto:sylvaingomez@free.fr

Description

POPFile is an automatic mail classification tool. Once properly set up and trained, it will scan all email as it arrives and classify it based on your training. You can give it a simple job, like separating out junk e-mail, or a complicated one-like filing mail into a dozen folders. Think of it as a personal assistant for your inbox. For more information see http://popfile.sourceforge.net/.

Installation and Uninstall

For installation just hit the following command

yum install smeserver-popfile --enablerepo=smecontribs

For uninstall just hit the following command

yum remove smeserver-popfile
yum remove perl-DBD-SQLite

You can ignore the yum-comments signal event post-upgrade and signal-event reboot.

Use

You can now retrieve emails via POPFile, you just need to set the following configuration to your favorite email client:

POP3 Server: your-sme-server-name
Login      : your-sme-server-name:your-sme-login
POP3 Port  : 1100

To add buckets or simply configure POPfile, start your favorite browser at http://your-sme-server-name:7676.

Warning.png Warning:
For security-reasons, create a password after your first login!


Additional information


Sylvain Gomez (Cool34000)