September 10, 2010, 09:43:30 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Work on Kolab2/Gentoo-2.2 has stopped. The project has been deprecated (see board Kolab2/Gentoo).
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: postfix runs content_filter on outgoing email  (Read 2159 times)
xehqter
Jr. Member
**

Karma: 1
Posts: 94


View Profile WWW
« on: December 07, 2007, 05:49:32 AM »

I setup kolab as my outgoing smtp server. I noticed that postfix is running my dspam content filter on outgoing email and was curious if anyone knew how to tell postfix NOT to run it. I did some googling and it's suggested that adding check_client_access will prevent it from working however it did not work in my case.

main.cf
Code:
smtpd_recipient_restrictions = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               reject_unlisted_recipient,
                               check_client_access pcre:/etc/postfix/dspam_incomming,
                               check_policy_service unix:private/kolabpolicy

/etc/postfix/dspam_incomming
Code:
/./     FILTER lmtp:unix:/var/run/dspam/dspam.sock

i'm guessing the regex isn't matching but i'm open to input.

Thanks
Logged

xehqter
Jr. Member
**

Karma: 1
Posts: 94


View Profile WWW
« Reply #1 on: December 07, 2007, 07:29:36 AM »

I was thinking, since kolab uses TLS for sending email I could bypass normal SMTP filtering (port 25) for TLS (port 465), but after looking @ master.cf it seems like smtps is commented out, yet it still works.. so i'm confused, and tired..
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!