Hello!

I'm setting up DSPAM as an Delivery Proxy with ExtLookup and LDAP stored
virtual users like this:

Internet - > postfix -> dspam (lmtp) -> zarafa-dagent (lmtp)

(zarafa-dagent is the MDA of Zarafa which also does the virtual user
resolution)

What is the best way to implement the spam-<user>/notspam-<user>
aliases? This confuses me.

I don't like individual aliases just some transport "alias" in postfix
to take care of this.

Does someone know a good howto?
Which of these configuration parameters do I need?
Is the following correct?

ParseToHeaders on
ChangeModeOnParse on
ChangeUserOnParse off

Thanks for any help.

Best Regards,

Axel

=== dspam.conf ===
...
DeliveryHost            127.0.0.1
DeliveryPort            2003
DeliveryIdent           localhost
DeliveryProto           LMTP
ServerParameters        "--deliver=innocent,spam -d %u"
ServerIdent             "localhost.localdomain"
ServerDomainSocketPath  "/var/spool/postfix/var/run/dspam/dspam.sock"
=== ExtLookup ===
...
ExtLookupQuery
"(&(objectClass=zarafa-user)(|(mail=%u)(zarafaAliases=%u)))"
ExtLookupLDAPAttribute  "mail"
ExtLookupLDAPScope      sub
=== main.cf (postfix) ===
...
virtual_transport = lmtp:unix:/var/run/dspam/dspam.sock

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to