Hello,

i'm looking for an idea on howto setup spam & ham traning aliasses (or
one global alias) if postfix and dspam are on different servers.
In my case postfix acts as lmtp client and sends via tcp/lmtp the mails
via content-filter to a dspam daemon.

I've found only examples for a local dspam where you can add postfix
transports with different dspam parameters to retrain.

How todo this with a tcp lmtp dspam daemon?

I've just found the "ParseToHeaders" options:
ParseToHeaders on
ChangeModeOnParse on
ChangeUserOnParse on

But then i need to add 2 aliasses for every user account into my virtual
tables. "[email protected]" and "[email protected]",
otherwise postfix will reject messages to this email addresses.

Is there a nice way to aviod this?

I'm using folling setup:

postfix 2.4 with virtual sql maps/users
configurated to use a tcp lmtp content filter that points to a dspam server.

dspam 3.9 debian package from Kirya.net,
configured to run as deamon with postgresql and listen on a tcp lmtp port.

Most intresting options:

DeliveryHost & co: -> postfix reinjection via SMTP (like the old amavis
setup)

Postgresql + user prefs + PgSQLUIDInSignature

ParseToHeaders on
ChangeModeOnParse on
ChangeUserOnParse on
ServerHost              192.168.0.10
ServerPort              10024
ServerQueueSize 32
ServerMode auto
ServerParameters        "--deliver=innocent -d %u"
ServerIdent             "mailfilter.domain.tld"



Thanks,

Daniel

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to