After moving to 10.2.0-R82, I'm getting the following error whenever a bulletin board tries to send out an email:
failed to expand condition "${perl{checkspam}}" for lookuphost router: Gid 99 is not permitted to relay mail at /etc/exim.pl line 365.
The relevant section in exim.pl is:
#MAILTRAP
my $safegid = (getgrnam("mailtrap"))[2];
if ($uid >= 99 && $gid >= 99 && $safegid ne $gid && -e "/etc/eximmailtrap") {
die "Gid $gid is not permitted to relay mail";
}
#MAILTRAP
Anyone know how to fix this?



LinkBack URL
About LinkBacks
Reply With Quote






