Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-11 Thread Reindl Harald
Am 11.06.2014 08:38, schrieb Tom Hendrikx: > On 06/11/2014 12:48 AM, Reindl Harald wrote: >> Am 11.06.2014 00:31, schrieb Tom Hendrikx: >>> On 06/11/2014 12:08 AM, Reindl Harald wrote: Am 10.06.2014 23:55, schrieb Tom Hendrikx: > I think the regular postfix integration docs should h

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-10 Thread Tom Hendrikx
On 06/11/2014 12:48 AM, Reindl Harald wrote: > > > Am 11.06.2014 00:31, schrieb Tom Hendrikx: >> On 06/11/2014 12:08 AM, Reindl Harald wrote: >>> >>> Am 10.06.2014 23:55, schrieb Tom Hendrikx: I think the regular postfix integration docs should help you out: http://sourceforge.net/p/dsp

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-10 Thread Reindl Harald
Am 11.06.2014 00:31, schrieb Tom Hendrikx: > On 06/11/2014 12:08 AM, Reindl Harald wrote: >> >> Am 10.06.2014 23:55, schrieb Tom Hendrikx: >>> I think the regular postfix integration docs should help you out: >>> http://sourceforge.net/p/dspam/code/ci/master/tree/doc/postfix.txt >>> >>> This does

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-10 Thread Tom Hendrikx
On 06/11/2014 12:08 AM, Reindl Harald wrote: > > > Am 10.06.2014 23:55, schrieb Tom Hendrikx: >> I think the regular postfix integration docs should help you out: >> http://sourceforge.net/p/dspam/code/ci/master/tree/doc/postfix.txt >> >> This doesn't do before-queue like Reindl suggested though.

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-10 Thread Reindl Harald
Am 10.06.2014 23:55, schrieb Tom Hendrikx: > I think the regular postfix integration docs should help you out: > http://sourceforge.net/p/dspam/code/ci/master/tree/doc/postfix.txt > > This doesn't do before-queue like Reindl suggested though. While that's > better from an anti-spam perspective,

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-10 Thread Tom Hendrikx
Hi, I think the regular postfix integration docs should help you out: http://sourceforge.net/p/dspam/code/ci/master/tree/doc/postfix.txt This doesn't do before-queue like Reindl suggested though. While that's better from an anti-spam perspective, dspam doesn't support that out of the box. For tr

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread ML mail
Bad news here, I just tried integrating dspam in postfix's before queue filtering and it only accepts the SMTP protocol whereas dspam server/daemon uses only the LMTP protocol: postfix/smtpd[4131]: warning: proxy unix:/run/dspam.sock rejected "EHLO debian": "503 5.0.0 Need LHLO here." Maybe To

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread Reindl Harald
Am 09.06.2014 12:02, schrieb ML mail: > Thanks to your help, I think I have found where DSPAM should get called for > my setup: in the postfix before-queue content filter. I found the following > documentation on postfix which explains quite well how to set this up: > > http://www.postfix.org/SM

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread ML mail
Thanks to your help, I think I have found where DSPAM should get called for my setup: in the postfix before-queue content filter. I found the following documentation on postfix which explains quite well how to set this up: http://www.postfix.org/SMTPD_PROXY_README.html they also state that it s

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread Reindl Harald
Am 09.06.2014 11:13, schrieb ML mail: > In my understanding content filtering such as dspam should > also happen before the transport table/map is being checked > for relaying the mail to the backend mail server but then I must > be missing a parameter again for that which is not explained in

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread ML mail
In my understanding content filtering such as dspam should also happen before the transport table/map is being checked for relaying the mail to the backend mail server but then I must be missing a parameter again for that which is not explained in the doc/relay.txt of the dspam package. The docu

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread Reindl Harald
Am 09.06.2014 09:50, schrieb ML mail: > I was assuming that this relay guide was a full howto, my bad. > > Now as pointed out by yourself and Reindl I have added a transport table to > my postfix > configuration in order to relay the mails to the backend server. For that > purpose I > have a

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-09 Thread ML mail
Hi Tom, I was assuming that this relay guide was a full howto, my bad. Now as pointed out by yourself and Reindl I have added a transport table to my postfix configuration in order to relay the mails to the backend server. For that purpose I have added the following configuration to postfix: t

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-07 Thread Tom Hendrikx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi ML, The 'relay' in that file relates to dspam operatoring as a relay between the outside world and postfix. If postfix receives the messages after they are scanned, you succeeded in following the doc. The MX relay you want to setup (relaying fr

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-07 Thread ML mail
That's what I did. As stated in dspam relay.txt documentation (http://sourceforge.net/p/dspam/code/ci/master/tree/doc/relay.txt) I added the following virtual transport table: virtual_transport    = lmtp:unix:/tmp/dspam.sock virtual_mailbox_domains    = mydomain.org virtual_mailbox_maps    = pgs

Re: [Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-06 Thread Reindl Harald
Am 06.06.2014 18:37, schrieb ML mail: > I am trying to configure a server as MX relay with dspam just for scanning > spam and then forwarding the innocent mails to the end mail server. For this > I have followed the doc/relay.txt file. > I see it works and dspam treats the incoming mail but the

[Dspam-user] Configuring DSPAM as front-end MX relay with postfix

2014-06-06 Thread ML mail
Hello, I am trying to configure a server as MX relay with dspam just for scanning spam and then forwarding the innocent mails to the end mail server. For this I have followed the doc/relay.txt file. I see it works and dspam treats the incoming mail but the problem is that postfix is then tryin