mail.rc
May 22, 2021
When using AWS SES if trying to send mail to root you could get something like:
554 Transaction failed: Missiong final '@domain'
AWS requires that the FROM and TO have a @domain so need to modify
/etc/mail.rc
and add the alias like:
alias root root<[email protected]>