content filter after postfix/discard by transport

2009-02-01 Thread Evelio Vila
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

modify ldap return query value

2009-03-03 Thread Evelio Vila
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

Re: modify ldap return query value

2009-03-04 Thread Evelio Vila
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

Re: Mail routing based on my own policy

2010-02-09 Thread Evelio Vila
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

content filter

2012-04-24 Thread Evelio VILA
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