Hi everyone,
I use
transport_maps = proxy:pgsql:/etc/postfix/pgsql-transport.cf
to discard mails being send to non-existing destinations inside my mta.
However I´ve installed amavis-newd to make some content-filtering
(spamassasin, clamav)
But since then my mails are filtered bef
Hi everyone!
I have the following issue:
Suppose that I have an ldap directory which can not be modified at all (new
fields can not be added in the
existing schema)
The directory already stores a mail field which contains the user´s mail in
the form
u...@domain.com
For the purpose of deli
ok thanks wietse!
Evelio Vila:
> so I would like to modify the return_attribute to pass postfix only
the user
> part of the mail field.
See: man ldap_table | less +/result_format
> Also, could several queries can be combined to form the desired
result?
You can't make multip
maybe you could use some kind of sql based transport lookup and transform
your script to an stored procedure at the database server.
like http://www.postfix.org/pgsql_table.5.html
regards,
evelio vila
-Original Message-
From: Ralf Hildebrandt
To: postfix-users@postfix.org
Date: Tue
hi guys!
i have a content filter script that receives _only_ the body part of the
message, not the headers. i would like to use it like this:
http://www.postfix.org/FILTER_README.html
is there a simple way to pass only the body to the script?
thanks in advance,
evelio vila