Follow the README_FILES/PCRE_README Pcre first: make && make install
Then postfix: make tidy make makefiles ... ( whatever it says in PCRE_README ) Make postfix stop make upgrade postfix start -----Original Message----- From: Eric Long [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 9:03 AM To: [EMAIL PROTECTED] Subject: [IMGate] Re: Regex Problem On that server, mx1, it does show pcre. On our other gateway, it does not, although I installed them the same way. So the answer is yes, but now I guess I need to make Postfix again on mx2. Is there an easy way to do that? Eric Long SystemLink Broadband Corp. 10460 Roosevelt Blvd. Suite 277 St. Petersburg, FL 33716 www.systemlinkbroadband.com Main 727.556.9033 Support 727.573.9020 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Scott Sent: Tuesday, March 02, 2004 9:55 AM To: [EMAIL PROTECTED] Subject: [IMGate] Re: Regex Problem Eric Long wrote: > I'm using Postfix - 2.0.18-20040209 and receiving this: > > 2004-03-02 08:20:49 Mail.Warning 192.216.106.25 > postfix/cleanup[27157]: warning: regexp map > /etc/postfix/header_checks.regexp, line 10: invalid character range > 2004-03-02 08:20:49 Mail.Warning 192.216.106.25 > postfix/cleanup[27157]: warning: regexp map > /etc/postfix/header_checks.regexp, line 12: > > The header_checks contains: > > /^Content-Type:.*charset=.*(big5|euc-kr|gb2312|iso-.*-jp|ks_c_5601-198 > 7)/ > REJECT ACL header_1 > /^Subject:.*=\?(big5|euc-kr|gb2312|iso-.*-jp|ks_c_5601-1987)\?/ REJECT > ACL > header_2 > > /^Subject:.*( |\.\.\.\.\.\.|\. \. \. \. \. \.|\-\-\-\-\-\-|_____)/ > REJECT ACL 3 > /^Subject:.*(a d v|adv\:|adv\]|adv\)|adv\-|adv\/)/ REJECT ACL header_4 > /^Subject:.*(teensex|suck|clit|xxxpenis|cum )/ REJECT ACL header_5 > > /^Subject:.*(Hydrocodone|Lortab|Norco|phentermine|viagra|xenical|valtrex|pro > pecia|zyban|claritin|meridia|retin\-a|hgh)/ REJECT ACL header_6 > > /[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f\xff]/ REJECT header_7 illegal > characters in Subject: > /(?:[a-z0-9]?[\x80-\xff]){6,}/ REJECT header_8 illegal characters in > Subject: It this line 10? Looks like PCRE to me. If so, do you have PCRE support compiled in (postconf -m)? -- Chris Scott Host Orlando, Inc http://www.hostorlando.com/
