On 09/30/2010 02:33 PM, deisler wrote:
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.


Are you sure it's DSPAM that's rewritting those headers?

--
fct.unl.pt:~# cat .signature

Hugo Monteiro
Email    : hugo.monte...@fct.unl.pt
Telefone : +351 212948300 Ext.15307
Web      : http://hmonteiro.net

Divisão de Informática
Faculdade de Ciências e Tecnologia da
                   Universidade Nova de Lisboa
Quinta da Torre   2829-516 Caparica   Portugal
Telefone: +351 212948596   Fax: +351 212948548
www.fct.unl.pt                ap...@fct.unl.pt

fct.unl.pt:~# _

------------------------------------------------------------------------------
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