Hello.
I use dspam with exim over lmtp and dspam rewriting headers return-path and envelope-from on r...@domain.com on all emails.
I use this scheme.
exim -> [lmtp] -> dspam spam scan -> [TrustedDeliveryAgent "/usr/sbin/exim -oMr spam-scanned] -> exim -> lda.

dspam.conf
...
TrustedDeliveryAgent "/usr/sbin/exim -oMr spam-scanned"
...
ServerMode standard
ServerParameters        "--deliver=innocent -d %u"
ServerDomainSocketPath  "/var/run/dspam/dspam.sock"
ClientHost              "/var/run/dspam/dspam.sock"
ServerPID               /var/run/dspam/dspam.pid
...

exim.conf
...
dspam_lmtp_spamscan_transport:
    driver                = lmtp
    socket                = /var/run/dspam/dspam.sock
    batch_max             = 50
    user                  = dspam
    group                 = dspam
    return_path_add       = false
    envelope_to_add       = true
...

When I use dspam in no lmtp mode, dspam does not rewrite the headers.
How to make dspam did not rewrite the headers?
Thanks.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to