Roland de Lepper:
> Even when I'm trying to do the first filter via this way, I get an error in
> logs saying: connect to 127.0.0.1[127.0.0.1]:10025: Connection refused
You have NO SERVER that receives connections on port 10025.
> What I configured:
>
> main.cf
> content_filter = disclaimer:[127.0.0.1]:10025
You have a CLIENT that makes connections to port 10025.
> master.cf
> smtp inet n - - - - smtpd
> disclaimer unix - - n - - smtp
> -o myhostname=localhost
> #------------------------------------
> localhost:10026 inet n - n - - smtp
> -o content_filter=dfilt:
You have a SERVER that receives connections on port 10026.
10025 is not 10026.
Wietse