head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.09.00.04.24;	author mnag;	state dead;
branches;
next	1.1;

1.1
date	2003.01.16.05.07.07;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 4.33
Use group in MASTER_SITES
Add SHA256

PR:		88598
Submitted by:	Demin Alexander <support@@spectrum.ru> (maintainer)
@
text
@1. Add the following lines into Postfix master file (master.cf).
    
filter    unix  -   n   n   -   -   pipe
    flags=R user=drweb argv={drweb-directory}/drweb-postfix -f ${sender} -- ${recipient}
    
    or   

filter    unix  -   n   n   -   -   pipe
   flags=R user=drweb argv={drweb-directory}/drweb-postfix --conf={/path/to/your/conf/file} -f ${sender} -- ${recipient}

    attention: {path/to/conf/file} should contain filename too        

2. Give Postfix a direction to check all the letters incoming through SMTP.
For that you should find the following record in Postfix master file
(parameters n - n - - may be different):

smtp          inet  n       -       n       -       -       smtpd 

and change it into:

smtp          inet  n       -       n       -       -       smtpd -o content_filter=filter:dummy
@


1.1
log
@New port: drweb-postfix antivirus checking backend

PR:		ports/46496
Submitted by:	zhuravlev alexander <zaa@@ulstu.ru>
@
text
@@

