P r o f e s s i o n a l — M a n a g e m e n t — S o l u t i o n s
RSS icon Email icon Home icon
  • Exim Error: Temporarily rejected connection in “connect” ACL: ratelimit database not available

    Posted on March 17th, 2010 Admin No comments

    Today we’ve updated exim on one of our cPanel server, But after exim update it started generating error message  in /var/log/exim_mainlog like :

    2010-03-18 11:31:43 H=xxxx.xxxx.xxxx [xxx.xxx.xxx.xx] temporarily rejected connection in “connect” ACL: ratelimit database not available

    2010-03-18 11:31:43 H=xxxx.xxxx.xxxx [xxx.xxx.xxx.xx] temporarily rejected connection in “connect” ACL: ratelimit database not available

    The cause for this issue is exim cache database might be corrupted. To fix this error the exim cache database on the server needs to be remove(Exim rebuilds this database again after exim restart)

    Run the following command on root to remove the cache database :

    #root@test~]# rm -fv /var/spool/exim/db/*

    Then restart the exim :

    #root@test[~]# /etc/init.d/exim restart

    This will probably resolve the issue.

    Share/Save/Bookmark

  • How to access Plesk database

    Posted on July 10th, 2008 Admin No comments

    Plesk database can be accessed by following steps below depending on the database provider are configured in current Plesk installation.
    Read the rest of this entry »

    Share/Save/Bookmark