550-Verification failed for user@email.com [DirectAdmin]

This error will occur if exim cannot verify the sending email address. This might be because the domain doesn't return an MX record, or the email account itself doesn't exist.

To disable the check, edit your /etc/exim.conf and change

 

require verify = sender

 

to

 

#require verify = sender


And then restart exim.