OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
RE: Body_checks and header_checks

From: Adam Clark (adam.clarkngv.vic.gov.au)
Date: Mon Mar 29 2004 - 22:05:44 CST


Funny enough the body_checks line doesn't appear in postconf -m
Must mean it doesn't support it
Hope this helps:

rootgw /etc/postfix# postconf -m
pcre
nis
dbm
regexp
environ
ldap
btree
unix
Hash

rootgw /etc/postfix# postconf mail_version
mail_version = Postfix-19991231-pl05

rootgw /etc/postfix# postconf -n
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
local_destination_concurrency_limit = 2
mailbox_command = /usr/bin/procmail
mydestination = $myhostname, localhost.$mydomain, /etc/postfix/vdomains
myhostname = our.domain
mynetworks = 192.168.0.0/16, 127.0.0.1, 172.16.0.0/16
program_directory = /usr/lib/postfix
queue_directory = /var/spool/postfix

-----Original Message-----
From: WC -Sx- Jones [mailto:sxinsecurity.org]
Sent: Tuesday, 30 March 2004 10:57 AM
To: Adam Clark
Cc: postfix-userspostfix.org
Subject: Re: Body_checks and header_checks

Well, two questions:

What does these two commands say:

postconf -m
postconf mail_version

Mine say:

postconf -m
static
cidr
pcre
nis
dbm
regexp
environ
proxy
unix
tcp

postconf mail_version
mail_version = 2.0.19-20040312

You may want to post postconf -n
instead of cutting and pasting the main.cf...

Bill