Steve Cobb wrote: > Here is what I'm finding. People who use our Imail server that is > sitting behind our Imgate box as their SMTP server are not getting > processed by the header and body checks. Any ideas on why this is > happening?
Because they are bypassing the IMGate server. > Mail coming in from external SMTP servers are getting > processed. I'm still using regexp by the way. I would like to switch > to PCRE if it is better and there are some helpful HOWTOs out there. I > am an extreme FreeBSD and Postfix newbie! Thanks. PCRE has better performance than regexp but you may not notice it unless you do many checks or have high volumes. -- Chris Scott Host Orlando, Inc http://www.hostorlando.com/
