[Dspam-user] DSPAM configuration

2010-11-24 Thread Christoph P.
Hello, I have configured DSPAM to receive and deliver by LMTP. The daemon is working in standard LMTP mode. I have a question about some other configuration parameters: When receiving and delivering by LMTP, do I have to enable ParseToHeaders, ChangeModeOnParse, ChangeUserOnParse or ServerPara

Re: [Dspam-user] DSPAM configuration

2010-11-24 Thread Christoph P.
Hello, > DSPAM should be receiving from your mail server, > and then sending back to the mail server. The first > one works in LMTP, the second should be AFAIK in > SMTP mode. My setup is different. The intention is that dspam receives messages for local users from postfix via LMTP (this already

Re: [Dspam-user] DSPAM configuration

2010-11-24 Thread Christoph P.
Hello, > Is this a requirement to use LTMP for this? > If not, you can directly use dovecot's LDA > as described in [0]. It is not a requirement, but deliver can only take one recipient address as argument. So, if the message has several local recipients, deliver must be called several times, onc

Re: [Dspam-user] DSPAM configuration

2010-11-25 Thread Christoph P.
Hello, > In that case you'd be marking a message by the > rules defined by spam dictionary for the first > listed recipient. Are you sure you want to do this? So, if dspam is delivering via LMTP, it does not perform one check for each RCPT TO address, but only one check for all addresses? And it

Re: [Dspam-user] DSPAM configuration

2010-11-25 Thread Christoph P.
Hello, > In that case you'd be marking a message by the > rules defined by spam dictionary for the first > listed recipient. Are you sure you want to do this? So, if dspam is delivering via LMTP, it does not perform one check for each RCPT TO address, but only one check for all addresses? And it

Re: [Dspam-user] DSPAM configuration

2010-11-25 Thread Christoph P.
Hello, > In that case you'd be marking a message by the > rules defined by spam dictionary for the first > listed recipient. Are you sure you want to do this? So, if dspam is delivering via LMTP, it does not perform one check for each RCPT TO address, but only one check for all addresses? And it

Re: [Dspam-user] DSPAM configuration

2010-11-25 Thread Christoph P.
Hello, > In that case you'd be marking a message by the > rules defined by spam dictionary for the first > listed recipient. Are you sure you want to do this? So, if dspam is delivering via LMTP, it does not perform one check for each RCPT TO address, but only one check for all addresses? And it

Re: [Dspam-user] DSPAM configuration

2010-11-25 Thread Christoph P.
Hello, > Like i said, it's ONE message. The DSPAM status > headers will be appended to this message. Does it > make any sense to have ONE message with multiple > DSPAM status, depending on the listed recipients? > If you demultiplex that message, before feeding it > to DSPAM, then it will run one

Re: [Dspam-user] DSPAM configuration

2010-11-25 Thread Christoph P.
Hello, > When DSPAM is run, it can only process the message > for a single dspam UID. Otherwise, it would not be > possible to deploy a per-user policy on > the message (quarantine on/off, dspam results in > headers or subject, etc). I'm not sure how DSPAM > works when it reads recipients from th