After installation of vesta control panel in VPS we found that we were able to send emails from webmail client but were not able to receive emails. We dug into it and found that it was an exim (mail server) configuration that have to be changed. Error shown in log file at var/log/exim/reject.log look like this:

Sender verify failed for <[email protected]> host lookup did not complete

sender verify defer for <[email protected] temporarily rejected RCPT <[email protected]> : could not complete sender verify

You can check yours by typing 

vi var/log/exim/reject.log   in console.

So the fix is below:

1. Log in to your vesta cp admin account and click on server option on the top of control panel. You will presented with list of all the servers installed on your machine (server).

step 1 to fix vesta email problem2. Now click on the configure option of exim (mail server).

step 2 to solve vesta vp mail problem3. Now find – 'require verify = sender' in the configuration file you have been shown.

step 3 to solve vesta cp email problem4. Now delete require and chage verify to !verify and save the file by clicking on green save button just below it. Now you will be able to receive emails.

step 4 to solve the vesta cp email problem

Note : Now also mail server will not work properly if your hosting provider does not provide reverse DNS.

Categories: How To

faltutech

Pursuing MCA from YMCA University, Faridabad

Leave a Reply

Your email address will not be published. Required fields are marked *

Read previous post:
Matching Sets of Characters (RegEx)

Matching One of Several Characters As you have learned previously, . matches any one character (as does any literal character). But what...

Close