Bei mir (Debian Woody - H+B EDV AntiVir) schaut das so aus:
/etc/postfix/master.cf
---------------------
amavis unix - n n - 10 pipe user=amavis argv=/usr/sbin/amavis ${sender} ${recipient}
/etc/postfix/main.cf
--------------------
content_filter = amavis:
Dann: /etc/init.d/postfix restart
Weiters kannst du noch überprüfen:
- ob der user "amavis" existiert und der user "postfix" seine eigene Gruppe hat:
~> groups amavis postfix
amavis : nogroup
postfix : postfix
- falls der user "amavis" nicht existiert:
~> /etc/init.d/postfix stop
~> /etc/init.d/amavis-postfix stop
~> adduser --system --home /var/lib/amavis --no-create-home amavis
~> /etc/init.d/amavis-postfix start
~> # /etc/init.d/postfix start
____________________________________
lg, boo
~ GNU/Linux - there is no substitute! ~
|