403Webshell
Server IP : 189.126.111.107  /  Your IP : 216.73.217.69
Web Server : Apache
System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64
User : gadotticar ( 1000)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/spamassassin/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/spamassassin/examples/courier
Some notes on how to integrate spamassassin with courier
--------------------------------------------------------

Contributed by:
Charles Fry <debian@frogcircus.org>
Jeronimo Pellegrini <pellegrini@mpcnet.com.br>

1) In /etc/courier/courierd set:

DEFAULTDELIVERY="| /usr/bin/maildrop"

2) In /etc/courier/maildroprc add the line:

xfilter "/usr/bin/spamassassin"
or
xfilter "/usr/bin/spamc"

OR, for a more detailed setup add the following lines. Note that this
only checks mails less than 250k in size and sends spam to a .spam/
folder. (spamc by default only scans messages that are 250k in size,
so you can get away without using the size check.)

if ($SIZE lt 250000)
{
	xfilter "/usr/bin/spamc -f"
}

if (/^X-Spam-Flag: YES/:h || /^X-Spam-Status: Yes/:h)
{
	to .spam/
}


Youez - 2016 - github.com/yon3zu
LinuXploit