Skip to main content

dkim error in cPanel

Comments

1 comment

  • cPanelMichael
    Hello :) Check to see if symbolic links exist from /dev/stdin, /dev/stdout, and /dev/stderr to /proc/self/fd/0, /proc/self/fd/1, and /proc/self/fd/2. You will need to create these symbolic links if they do not exist. EX:
    ln -s /proc/self/fd/0 /dev/stdin ln -s /proc/self/fd/1 /dev/stdout ln -s /proc/self/fd/2 /dev/stderr
    Thank you.
    0

Please sign in to leave a comment.