Am 09.06.2014 09:50, schrieb ML mail:
> I was assuming that this relay guide was a full howto, my bad.
> 
> Now as pointed out by yourself and Reindl I have added a transport table to 
> my postfix 
> configuration in order to relay the mails to the backend server. For that 
> purpose I 
> have added the following configuration to postfix:
> 
> transport_maps = hash:/etc/postfix/transport
> 
> The content of my transport file looks like this:
> 
> mydomain.com        smtp:mybackendserver.domain.tld
> 
> 
> The problem here with this new configuration is that my postfix does not pass 
> the mail 
> to dspam anymore for scanning, so the mail simply goes through directly 
> unscanned to 
> the backend server. Am I missing something else?

i am currently not a dspam user but considering it in exactly such a setup
and would expect it to work a *pre-queue* filter which is the only correct
way of reject spam which normally means the transports after the spamfiler
because the filter belongs in smtpd_*_restricitions somehow

maybe the output of "postconf -n" could help to fugure out your setup

the reason why i plan such a setup is:

* dedicated MX as filter repalcing a Barracuda Networks appliance
* different target servers per domain solved with a transport table
* the final destinations are dbmail and so all infos already in mysql
* a simple script should maintain the local users table and transports

my planned order:

* postscreen / rbl scoring
* maybe greylisting
* clamav
* DNS whitelists to bypass contentfilter
* contentfilter (dspam, spamassassin...)
* transport table to deliver ham to final destiantion

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://www.hpccsystems.com
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to