|
| |||||||||
| Tags: plesk 9, postfix |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| 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! |
|
#2
| ||||
| ||||
| 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 |
|
#3
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |