Exim Error, Not Sending Mail

We recently switched over to Cpanel on FBSD 4.10 from Ensim on RHEL (and previously RH7.3). We did an account transfer from Ensim to the new Cpanel box and got all the sites working. However, we can not send any e-mail from webmail or pop3. I've done a tail on the /var/log/paniclog and get the following errors when e-mail is trying to be sent:

2004-07-09 13:29:45 1Bj081-0002dg-OA failed to expand condition "${perl{checkspam}}" for literal router: Gid 65534 is not permitted to relay mail at /etc/exim.pl line 346.

2004-07-09 13:41:17 1Bj0JB-0002ir-Pn failed to expand condition "${perl{checkspam}}" for lookuphost router: Gid 65534 is not permitted to relay mail at /etc/exim.pl line 346.
2004-07-09 13:41:17 1Bj0JB-0002ir-Pn failed to expand condition "${perl{checkspam}}" for literal router: Gid 65534 is not permitted to relay mail at /etc/exim.pl line 346.
2004-07-09 15:27:46 1Bj1yD-0003V4-Ud failed to expand condition "${perl{checkspam}}" for lookuphost router: Gid 1006 is not permitted to relay mail at /etc/exim.pl line 346.
2004-07-09 15:27:46 1Bj1yD-0003V4-Ud failed to expand condition "${perl{checkspam}}" for literal router: Gid 1006 is not permitted to relay mail at /etc/exim.pl line 346.


I've tried rebuilding the exim config, running the cpanel script to fix mailbox permissions, and I've even gone so far as to even uninstall and reinstall exim. Line 345 and 346 in exim.pl is as follows:

if ($uid >= 99 && $gid >= 99 && $safegid ne $gid && -e "/etc/eximmailtrap") {
die "Gid $gid is not permitted to relay mail";


I've got no idea on this and e-mail not being sent is giving me a massive migraine. Any help would be appreciated.

 

 

 

 

Top