You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my older FreeNAS 11.2-U8 systems, FreeNAS transmits root email using the account credentials I set up on System->Email So the mail I receive doesn't have 'root' as the sender -- it has the email account username instead.
Hi, found that save_config_enc.sh sends as root which means email ends up in spam.
Deleted
From: root
on line 133 to below appears to have done the trick.printf '%s\n' "To: ${email} Subject: ${subject} Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=\"$mime_boundary\" --${mime_boundary} Content-Type: text/plain; charset=\"US-ASCII\" Content-Transfer-Encoding: 7bit Content-Disposition: inline ${savestatus} Server: ${freenashostname} Version: ${freenasversion} File: ${fnconfigdest} "
The text was updated successfully, but these errors were encountered: