You are not logged in.
I'm trying to sent an email to my yahoo email with mailx using:
echo "Sample Body" | mailx -v -s "Sample Subject" xxx@yahoo.com
But it fails:
xxx@yahoo.com... Connecting to [127.0.0.1] via relay...
xxx@yahoo.com... Deferred: Connection refused by [127.0.0.1]
Last edited by leonidas (2017-02-14 14:38:04)
Offline
How have you set up your mail server? Postfix, sendmail, etc? Which of those have you installed, how have you configured them?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I just installed sendmail without any configuration.
Offline
There's your problem. Feel free to mark your thread as Solved.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline