Skip to main content

EXIM issue: Administrative prohibition: How to diagnose and resolve

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey there! When we've run into similar issues in the past, there has been some type of Exim customization that was the root cause of the error. Can you backup the Exim configuration and reset to default and see if the problem still occurs?
    0
  • martin MHC
    Hey there! When we've run into similar issues in the past, there has been some type of Exim customization that was the root cause of the error. Can you backup the Exim configuration and reset to default and see if the problem still occurs?

    Is there no mechanism for finding out error feedback without resetting and hoping? I have reset exim and had to spend a long time individually updating each customisation setting to steam out the issue.
    0
  • cPRex Jurassic Moderator
    Instead of manually checking the configuration, you could do do this first: cp /etc/exim.conf /etc/exim.conf.original Then perform your backup and reset to default, which will create a new Exim configuration file. Then you can do this to see any differences between the files: sdiff -s /etc/exim.conf.original /etc/exim.conf That's a quick way to compare all the changes made to help isolate the issue. You're also always welcome to submit a ticket to our team and we can see if there is something else to be found on the system.
    0
  • martin MHC
    Instead of manually checking the configuration, you could do do this first: cp /etc/exim.conf /etc/exim.conf.original Then perform your backup and reset to default, which will create a new Exim configuration file. Then you can do this to see any differences between the files: sdiff -s /etc/exim.conf.original /etc/exim.conf That's a quick way to compare all the changes made to help isolate the issue. You're also always welcome to submit a ticket to our team and we can see if there is something else to be found on the system.

    Thanks Rex, that is a useful nugget of info to know for next time. I had raised a ticket but it didn't really get very far and as mentioned I had manually resolved the issue Cheers
    0

Please sign in to leave a comment.