Skip to main content

Can't send or receive emails

Comments

8 comments

  • cPanelMichael
    Hello, Could you search for one of the messages in /var/log/exim_mainlog and let us know the output? EX:
    exigrep user@domain /var/log/exim_mainlog
    Ensure to remove real domain names and IP addresses when pasting the output. Thank you.
    0
  • SynteX
    Hello, Could you search for one of the messages in /var/log/exim_mainlog and let us know the output? EX:
    exigrep user@domain /var/log/exim_mainlog
    Ensure to remove real domain names and IP addresses when pasting the output. Thank you.

    Note that the diskspace error is fixed. Since we've added a new SSD and moved the partitions. There is now enough diskspace also the account is created after this is done! [Removed - Please paste the output to the thread in CODE tags]
    0
  • SynteX
    i can't post the code this website gives me an error that my content is spam like -_-
    0
  • cPanelMichael
    Error in system filter: internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror='No such file or directory'

    Hello, This error message can occur if the permissions on the Exim binary are invalid. You can check the permissions with the following command:
    stat /usr/sbin/exim
    If they are not set to 4755, you can run the following command to correct this:
    chmod 4755 /usr/sbin/exim
    Queued email should then begin to send on the next delivery attempt. Thank you.
    0
  • SynteX
    Hello, This error message can occur if the permissions on the Exim binary are invalid. You can check the permissions with the following command:
    stat /usr/sbin/exim
    If they are not set to 4755, you can run the following command to correct this:
    chmod 4755 /usr/sbin/exim
    Queued email should then begin to send on the next delivery attempt. Thank you.

    I am affraid it didn't did the trick. I executed the command's and the permissions are good also did the chmod again in order to be sure. But when trying to send a new mail the same error has been logged:
    2017-07-13 21:56:38 1dVdgU-00028A-6N Error in system filter: internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror='No such file or directory'
    Here:
    [root@bravo ~]# stat /usr/sbin/exim File: `/usr/sbin/exim' Size: 1253328 Blocks: 2448 IO Block: 4096 regular file Device: 812h/2066d Inode: 10388 Links: 1 Access: (4755/-rwsr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-07-13 21:56:38.814000014 +0200 Modify: 2017-06-21 22:43:43.000000000 +0200 Change: 2017-07-13 21:55:32.555000006 +0200
    0
  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look? Thanks.
    0
  • SynteX
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look? Thanks.

    I just did thanks, but position 72 thats going to take years :(
    0
  • cPanelMichael
    Hello, To update, it looks like this issue stemmed from the use of the nosuid mount option on the /usr partition. This mount option prevents Exim from working properly. Thank you.
    0

Please sign in to leave a comment.