Go Back   TechArena Community > Technology > Technology & Internet
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



How to Move spam mail to Plesk 9 with Postfix

Technology & Internet


Reply
 
Thread Tools Search this Thread
  #1  
Old 08-06-2009
Salome's Avatar
Member
 
Join Date: May 2008
Posts: 476
How to Move spam mail to Plesk 9 with Postfix

Hello,

I 've already searched whether I think Howto to spam emails to move but not really found something.

What I would like to have the emails identified as spam into a spam folder.
I saw it under Webmail (AtMail) already have a spam folder.

Can someone tell me (unfortunately am not as proficient with Linux) how I can best employ this?

Thanks a lot!
Reply With Quote
  #2  
Old 08-06-2009
leight's Avatar
Member
 
Join Date: May 2008
Posts: 215
Re: How to Move spam mail to Plesk 9 with Postfix

In each of the user's maildir .qmail modify as follows:
Code:
  | preline / usr / bin / procmail-m. procmailrc

This line in .qmail file calls procmail on. If we now have a .procmailrc in the user-created directory which contains the following, then spam in the folder rebuild spam sorted

Code:
(Create with maildirmake -f spam /var/qmail/mailnames/ DOMAIN / USER /Maildir 
  SHELL = / bin / sh 
  PATH = / var / qmail / bin: / bin: / usr / bin: / usr / local / bin 
  HOME = / var / qmail / mail names / DOMAIN / USER 
  MAILDIR = $ HOME / Maildir / new 
  SPAM = $ HOME / Maildir / .spam / new 
  LOGFILE = $ HOME / procmail.log 
  VERBOSE = off 
  # For debugging: VERBOSE = on 

  : 0fw 
  | spamc 
  # who might also benefited spamassassin 
  # or supplied by Plesk psa-spamc 

  : 0: 
  * ^ X-Spam-Flag: YES 
  ( 
    Exit code = 99 
    : 0: 
    $ SPAM 
  ) 

  $ MAILDIR
Reply With Quote
  #3  
Old 08-06-2009
Leonard23's Avatar
Member
 
Join Date: May 2008
Posts: 177
Re: How to Move spam mail to Plesk 9 with Postfix

Well, depends. If your Anti-Spam ever worked, it may be that the list of words and Heuristic filter are outdated.

You Do not Need Update qmail, from the moment they do not Get A New Version Makes A Time Patches and most serve only to add new features, like SMTP-AUTH.
Reply With Quote
Reply

  TechArena Community > Technology > Technology & Internet


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to Move spam mail to Plesk 9 with Postfix"
Thread Thread Starter Forum Replies Last Post
Blocked senders mail does not work, spam mail also appears in inbox Lysander Technology & Internet 5 22-12-2010 10:34 AM
Plesk Mail Error : Unable to lock mailbox Ryan21 Networking & Security 3 28-11-2009 08:43 PM
Why do my mail keep going to the spam box asmiA Technology & Internet 2 12-08-2009 11:38 AM
Sends log files by mail with Postfix Theo Technology & Internet 5 25-02-2009 11:58 AM
How to protect E-mail account from spam? Kane01 Networking & Security 2 25-10-2008 11:57 AM


All times are GMT +5.5. The time now is 04:55 AM.