-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider changing the mail agent from SSMTP to MSMTP. #207
Labels
Comments
Or include in the ESOS this adapted script for sending via ssmtp. |
Where does that script go? It replaces an existing script with the same name? I'm open to swapping to a different mailer, but it's a considerable amount of work. Patches / merge requests are welcome. --Marc |
Right... where does this go? It replaces an existing file?
Marc A. Smith
Founder, CTO / Parodyne Inc.
// [email protected]
// Mobile: 1-810-955-4735
// Office: 1-877-632-9004
// 4400 S. Saginaw St. Suite 1325
// Flint, MI 48507 USA
// www.parodyne.com
…On Wed, Jan 17, 2018 at 10:11 AM, 6ax ***@***.***> wrote:
smartd_warning.sh.patch.txt
<https://github.com/parodyne/esos/files/1639461/smartd_warning.sh.patch.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#207 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFkL3mWUYeXLgfjzQklAGRJpWPn7p5cRks5tLg2rgaJpZM4RhNF9>
.
|
Yes, right. Replaces an existing file. |
looks like not, but will be fine have hdd smart monitoring in healthcheck script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Ssmtp has known problems when sending mail from a smartd through ssmtp.
Since the syntax for ssmtp is different of the syntax of mail it is needed to create a script to send the email and tell smartd to use it.
The ssmtp command is not compatible. It emulates the sendmail command
which requires to prepend header lines (e.g. "Subject") before mail
text.
Details here:
https://sourceforge.net/p/smartmontools/mailman/message/32312279/
http://www.openstora.com/wiki/index.php?title=Fixing_smartmontools
https://wiki.archlinux.org/index.php/S.M.A.R.T.
Please consider the possibility of replacing or adding msmtp, and then select the preferred agent (ssmtp or msmtp) in the TUI for compatibility with previous versions of ESOS.
The text was updated successfully, but these errors were encountered: