* Chris <xchris...@googlemail.com>:

> > The "deep inspection" and postscreen isn't enabled as well (I think)
> 
> You mean the "deep protocol tests"?

The stuff with the "deep" in it, yes

> Can I disable these "deep protocol tests" in postscreen?

By default they're not enabled :) according to 
http://www.postfix.org/POSTSCREEN_README.html#after_220
which you already quoted.

They are being enabled like this:

* Command pipelining test
  postscreen_pipelining_enable = yes
  
* Non-SMTP command test
  postscreen_non_smtp_command_enable = yes
  
* Bare newline test
  postscreen_bare_newline_enable = yes

The defaults are:

mail:~# postconf -d|egrep postscreen_.*_enable
postscreen_bare_newline_enable = no
postscreen_non_smtp_command_enable = no
postscreen_pipelining_enable = no

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to