New RPM package(clamav, postfix, spamassassin, mailscanner/amavisd-new) - PSCM

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements New RPM package(clamav, postfix, spamassassin, mailscanner/amavisd-new) - PSCM
# 1  
Old 05-11-2006
New RPM package(clamav, postfix, spamassassin, mailscanner/amavisd-new) - PSCM

Hi all,
After metawire.org went down, I have revived pscm at
http://m-net.arbornet.org/~pscm/index.html

The latest release comes with:
* Clamav: 0.88.2
* MailScanner: 4.53.6-1
* SpamAssassin: 3.1.1
* Postfix: 2.2.10
* Amavisd-new-2.4.0

//--------------------------------------------------------
PSCM integrats postfix, spamassassin, clamav and
mailscanner/amavisd-new. This should help to eliminate the
hassle of installing and
making these applications work together.

PSCM comes in 2 flavors:

1. Postfix, SpamAssassin, ClamAV and MailScanner
2. Postfix, SpamAssassin, ClamAV and Amavisd-new
--------------------------------------------------------//

Cheers,
Janet
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Does not appear to be a RPM package

Hi Guys I got this error when I try to install perl-5.24.0-1.aix6.1.ppc.rpm package rpm -ivh perl-5.24.0-1.aix6.1.ppc.rpm error: perl-5.24.0-1.aix6.1.ppc.rpm does not appear to be a RPM package (4 Replies)
Discussion started by: khaled_ly84
4 Replies

2. UNIX for Advanced & Expert Users

Protected RPM package

Is there a way to create a protected RPM package without giving up your source code? (2 Replies)
Discussion started by: cokedude
2 Replies

3. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

4. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

5. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

6. Red Hat

RPM package installation

Hi, can someone help me with this? How do we apply a new version of s/w package without disrupting the processes & daemons running with the old version? Thanks (1 Reply)
Discussion started by: naan
1 Replies

7. Ubuntu

Rpm package

Hi All, I just recently installed UBUNTU 2.6.24-16 and i installed my phone software which is a RPM package (it's a similiar package with MSN). The software called MXIE. I managed to install it successfully but i can't run the software. When i try to run it, i received... (8 Replies)
Discussion started by: c00kie88
8 Replies

8. Linux

how to restore original package after uninstalling the upgraded package using rpm

have following package installed rpm -qa |grep ADMIN It will give the following package installed: ADMIN-4.0.0.1 Now I will upgrade the ADMIN package using the following command. rpm --upgrade ADMIN-4.1.0.1 It will upgrade the ADMIN packagge to ADMIN-4.1.0.1 Now I want that... (0 Replies)
Discussion started by: amitpansuria
0 Replies

9. News, Links, Events and Announcements

New Release- pscm-1.0.0.2 (postfix 2.2.6, MailScanner: 4.48.4-2, Clamav: 0.87.1,SpamA

Hi all, Latest PSCM is updated with the following: * Clamav: 0.87.1 * MailScanner: 4.48.4-2 * SpamAssassin: 3.1.0 * Postfix: 2.2.6 http://metawire.org/~pscm/index.html PSCM is an RPM package that provides out-of-box easy installation for a secure smtp mailserver with... (0 Replies)
Discussion started by: janetbindner
0 Replies

10. News, Links, Events and Announcements

New RPM package(clamav, postfix, spamassassin, mailscanner) - PSCM

Hi all, I have created a new rpm package integrating postfix, spamassassin, clamav and mailscanner. This should help to eliminate the hassle of installing and making these applications work together. The latest package include: * Clamav: 0.87.1 * MailScanner: 4.47.4-1 *... (0 Replies)
Discussion started by: janetbindner
0 Replies
Login or Register to Ask a Question
Mail::SpamAssassin::Plugin::PhishTag(3pm)		User Contributed Perl Documentation		 Mail::SpamAssassin::Plugin::PhishTag(3pm)

NAME
PhishTag - SpamAssassin plugin for redirecting links in incoming emails. SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::PhishTag trigger_ratio 0.1 trigger_target RULE_NAME http://www.antiphishing.org/consumer_recs.html DESCRIPTION
PhishTag enables administrators to rewrite links in emails that trigger certain tests, preferably anti-phishing blacklist tests. The plugin will inhibit the blocking of a portion of the emails that trigger the test by SpamAssassin, and let them pass to the users' inbox after the rewrite. It is useful in providing training to email users about company policies and general email usage. OPTIONS
The following options can be set by modifying the configuration file. o trigger_ratio percentage_value Sets the probability in percentage that a positive test will trigger the email rewrite, e.g. 0.1 will rewrite on the average 1 in 1000 emails that match the trigger. o trigger_target RULE_NAME http_url The name of the test which would trigger the email rewrite; all the URLs will be replaced by http_url. DOWNLOAD
The source of this plugin is avaliable at: http://umut.topkara.org/PhishTag/PhishTag.pm a sample configuration file is also available: http://umut.topkara.org/PhishTag/PhishTag.cf SEE ALSO
Check the list of tests performed by SpamAssassin to modify the configuration file to match your needs from http://spamassassin.apache.org/tests.html AUTHOR
Umut Topkara, 2008, <umut@topkara.org> http://umut.topkara.org COPYRIGHT AND LICENSE
This plugin is free software; you can redistribute it and/or modify it under the same terms as SpamAssassin itself, either version 3.2.4 or, at your option, any later version of SpamAssassin you may have available. perl v5.14.2 2011-06-06 Mail::SpamAssassin::Plugin::PhishTag(3pm)