aboutsummaryrefslogtreecommitdiff
path: root/security/amavis-perl/pkg-message.postfix
blob: 87fe814441083b3407ee52a914693e8d6c1599f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

Please read documentation on http://www.amavis.org/ before you start using it.

  To configure postfix, you have to do later:

  * add

    content_filter = vscan:

    to /usr/local/etc/postfix/main.cf

  * add

    vscan  unix	-	n	n	-	10	pipe	user=vscan
	argv=/usr/local/sbin/amavis ${sender} ${recipient}
    localhost:10025 inet n -	n	-	-	smtpd
	-o content_filter=

    to /etc/postfix/master.cf.

Please read /usr/local/share/doc/amavis/README.postfix for further information