dnf-automatic empty email notification
Hello,
I have dnf-automatic installed but when it installs updates it does sends an email but the body of the email is empty :rolleyes: so in /etc/dnf/automatic.conf i have
that should be all or am i missing something .? i'm also wondering if MailScanner could be the cause of the issue since that software is flagging the dnf notification as spam :)
[emitters]
emit_via = command_email, motd
[command_email]
command_format = "mailx -S sendwait -s {subject} -r {email_from} {email_to}"
stdin_format = "{body}"
that should be all or am i missing something .? i'm also wondering if MailScanner could be the cause of the issue since that software is flagging the dnf notification as spam :)
-
Should i change command_format to command_format = "echo {body} | mailx -S sendwait -s {subject} -r {email_from} {email_to}"
:-p0 -
[QUOTE] command_format = "echo {body} | mailx -S sendwait -s {subject} -r {email_from} {email_to}"
Doesn't work and it isn't MailScanner either i solved that issue with MailScanner detecting that email as spam.0
Please sign in to leave a comment.
Comments
2 comments