Login to Server First, you can check the mail queue with this command exim -bp Next, copy the email ID from affected account and use this command to view the header Example: exim -Mvh 1jdIeW-00022q-P3 Next, to view the mail delivery logs and authentication use this command cat /var/log/exim/mainlog | grep 185.29.11.12 | more Then ..