PDA

View Full Version : Block Spammer Domain


Tripple
6th February 2008, 18:34
In an effort to block all spam from firstmail.com, which is floating my mailqueue on a Debian ISPconfig server I tried this:
http://madphilosopher.ca/2006/09/how-to-send-an-entire-domain-to-dev-null-in-postfix/

This didn't work. No one could receive any mail anymore on that server. Then I deleted all changes, reload Postfix but now I find this in my log:

postfix/trivial-rewrite[3387]: warning: database /etc/postfix/virtusertable.db is older than source file /etc/postfix/virtusertable
postfix/cleanup[3388]: warning: database /etc/postfix/virtusertable.db is older than source file /etc/postfix/virtusertable

How can I fix this and what did I do wrong?

thx.

topdog
7th February 2008, 10:41
Run this command

postmap /etc/postfix/virtusertable

Tripple
7th February 2008, 20:24
Thanks.
I still wonder why it didn't work.