remote_smtp defer (99): Cannot assign requested address

  Error Code : 1YjCse-0006Hn-2M == email@domainname.com R=lookuphost T=remote_smtp defer (99): Cannot assign requested address   Resolution: Make sure that your exim server is configured with correct mail IP address you can verify it with file located at /etc/mailips also make sure the permissions are correct   -rw-r—– 1 root mail 3652 Apr 18 06:51 /etc/mailips  

» Read more

Exim : retry time not reached for any host after a long failure period

Exim : retry time not reached for any host after a long failure period. The issue is because of the corrupted exim db files. Go to /var/spool/exim/db and delete files: retry , retry.lockfile , wait-remote_smtp, wait-remote_smtp.lockfile #cd /var/spool/exim/ #rm retry retry.lockfile wait-remote_smtp wait-remote_smtp.lockfile After that restart the exim service. #/etc/init.d/exim restart

» Read more