|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Sebastian Reitenbach (sebastia
l00-bugdead-prods.de)
Date: Tue Mar 06 2007 - 07:55:33 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I have configured postfix to append a disclaimer on every mail that comes in via
smtp from
our users and leaves the mail server to externals. That works well, with these
three lines in
master.cf:
smtp inet n - n - 2 smtpd -o
content_filter=smtp:
[127.0.0.1]:10024
localhost:10025 inet n - n - - smtpd -o content_filter=dfilt:
dfilt unix - n n - - pipe flags=Rq
user=filter
argv=/etc/postfix/disclaimer -f ${sender} -- ${recipient}
it is routed via amavis on port 10024, and from amavis it is going to dfilt.
and no content_filter= defined in main.cf.
On the same host I have a groupware running, that uses /usr/sbin/sendmail
directly to send
out the mail. How can I tell the sendmail binary to send the mail first to a
contents filter
and then out. as right now it is sending out the mail directly.
kind regards
Sebastian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]