Sendmail locking patch not activated?
Sebastian Wiesinger
sw at INTERNETX.DE
Wed Jun 16 13:48:24 IST 2004
Hi,
is there a reason that the sendmail lock detection patch is not
active?
Sendmail.pm:
# Patch by Kevin Spicer to detect HASFLOCK
$this->{LockType} = "flock";
# Automatically detect locking type
#my $cmd = MailScanner::Config::Value('sendmail') . " -bt -d0.10 < /dev/null";
#if ( grep /HASFLOCK/, `$cmd` ) {
# $this->{LockType} = "flock";
#} else {
# $this->{LockType} = "posix";
#}
# End patch
Regards,
Sebastian
-------------------------- MailScanner list ----------------------
To leave, send leave mailscanner to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/ and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html
More information about the MailScanner
mailing list