Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Jeff on November 20, 2003, 06:07:18 AM
-
With a 5.6U5 server, is there an easy way to enter a list of domains that you do not want to receive mail from? It's a sledgehammer approach to spam control but we are getting a wild amount of abuse from one domain in particular (various users) and simply want the server to bounce the mail back to them with a denied message.
-
Use the Mailfront mailrules contrib.
Go to http://wiki.contribs.org/index.php?module=article&view=10&MMN_position=33:33
Look under dmay.
-
Thanks. Seems to work. However, it also seems to be a little insidious. Namely, I can't get rid of it:
[root@diaboli mailfront]# rpm -Uvh dmc-mitel-mailrules-0.0.1-7.noarch.rpm
Preparing... ########################################### [100%]
package dmc-mitel-mailrules-0.0.1-7 is already installed
[root@diaboli mailfront]# rpm -e dmc-mitel-mailrules-0.0.1-7.noarch.rpm
error: package dmc-mitel-mailrules-0.0.1-7.noarch.rpm is not installed
Another fellow is having the same problem here:
http://www.e-smith.org/bboard/read.php?f=1&i=34351&t=34351
Any clues? I'd really like to be able to remove it at will.
-
Try:
rpm -e dmc-mitel-mailrules
you don't need the version etc.
Dean
-
Also do a rpm -qa to list all the packages. When you want to remove them, do rpm -e , then usually type in the first word or two, without all the version numbers and file extensions...
SloopJohnB