Current time: 05-20-2024, 02:04 AM Hello There, Guest! (LoginRegister)


Post Reply 
How to disable a user account that is spamming big time
Author Message
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #2
RE: How to disable a user account that is spamming big time
1.
create a file:
/etc/postfix/spamblock.hash with following content:
vu2038@my-main-domain.com REJECT

2.
postmap /etc/postfix/spamblock.hash

3.
and insert the following in the smtpd_recipient_restrictions (of /etc/postfix/main.cf) as first entry:
check_recipient_access hash:/etc/postfix/spamblock.hash,

4.
postfix reload

5.
check logs...
(This post was last modified: 11-21-2007 08:05 PM by rbtux.)
11-21-2007 08:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to disable a user account that is spamming big time - rbtux - 11-21-2007 08:05 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)