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.
To disable the check, edit your /etc/exim.conf and change
require verify = sender
to
#require verify = sender
And then restart exim.
No comments:
Post a Comment