More 4.50.15 woes on FreeBSD

TCIS List Acct listacct at tulsaconnect.com
Tue Feb 7 13:41:15 GMT 2006



Julian Field wrote:

> Please edit Message.pm and locate line 1434 which should say
> 
> if (MailScanner::Config::Value('mta') =~ /sendmail|exim|postfix/i) {
> 
> I don't know what MTA you are running, so you will need to choose the  
> appropriate bit of the line above so that instead of saying sendmail| 
> exim|postfix it says exim|postfix for example. Note the | symbol is a  
> pipe (vertical line separator) and not a lower case ell or upper case  
> eye.
> 
> Then
> 	perl -c Message.pm
> to check you got it right.
> 
> Then restart MailScanner.

I'm running exim 4.34-0 on FreeBSD 4.9.  With that in mind, should I edit the 
line to say:

if (MailScanner::Config::Value('mta') =~ /exim|postfix/i) {

TIA.

-- 

-----------------------------------------
Mike Bacher / listacct at tulsaconnect.com
TCIS - TulsaConnect Internet Services
http://www.tulsaconnect.com
-----------------------------------------


More information about the MailScanner mailing list