Skip to content

mail notification problem #288

@og900aero

Description

@og900aero

Sending an email doesn't work overnight (only a Debian 11 security update since). The error message is as follows: terminated with exit code 36, output: mail: cannot send message: Process exited with a non-zero status

If I try to send an email with the mail command itself, the same error occurs. I realized something important thing:

Bad: echo "Teszt" | mail -aFrom:[email protected] -s "subject" [email protected]
Good: echo "Teszt" | mail -aFrom:[email protected] -s "subject" [email protected]

So if I use a full hostname, it doesn't work, if it's just the domain, it's good. I don't understand what has changed since Friday last week besides the Debian security updates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions