Problem with mailutils, ubuntu 18.04
up vote
0
down vote
favorite
Can someone help me about this problem, I've tried to find out where the problem is comming from, but have no luck, I've tried to re-install postfix and mailutils, but still have this problem, if someone can help me, please reply, I've been stuck with this problem for over 2.5 hrs now!
carl@carlium:~$ sudo echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" <mymail>@outlook.com
mail: Unknown command: account
mail: Unknown command: }
mail: Sending data to /usr/bin/msmtp failed: Cannot execute
mail: cannot send message: Cannot execute
18.04 postfix mail mailutils
add a comment |
up vote
0
down vote
favorite
Can someone help me about this problem, I've tried to find out where the problem is comming from, but have no luck, I've tried to re-install postfix and mailutils, but still have this problem, if someone can help me, please reply, I've been stuck with this problem for over 2.5 hrs now!
carl@carlium:~$ sudo echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" <mymail>@outlook.com
mail: Unknown command: account
mail: Unknown command: }
mail: Sending data to /usr/bin/msmtp failed: Cannot execute
mail: cannot send message: Cannot execute
18.04 postfix mail mailutils
You Do NOT needsudo
toecho
. If you really put<
and>
aroundmymail
, you've redirected input frommymail
and redirected the output to@outlook.com
.
– waltinator
Nov 16 at 17:59
I didn't put <> there, those was just for indicating that I used an another name, I also tried without sudo, it didn't work anyways. I'm re-installing ubuntu now and see if that changes something, I've tried so many ways via different websites and none of them worked, I've probably installed to many things that collide with each other too.
– CarliumYT
Nov 18 at 18:54
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Can someone help me about this problem, I've tried to find out where the problem is comming from, but have no luck, I've tried to re-install postfix and mailutils, but still have this problem, if someone can help me, please reply, I've been stuck with this problem for over 2.5 hrs now!
carl@carlium:~$ sudo echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" <mymail>@outlook.com
mail: Unknown command: account
mail: Unknown command: }
mail: Sending data to /usr/bin/msmtp failed: Cannot execute
mail: cannot send message: Cannot execute
18.04 postfix mail mailutils
Can someone help me about this problem, I've tried to find out where the problem is comming from, but have no luck, I've tried to re-install postfix and mailutils, but still have this problem, if someone can help me, please reply, I've been stuck with this problem for over 2.5 hrs now!
carl@carlium:~$ sudo echo "This email confirms that Postfix is working" | mail -s "Testing Posfix" <mymail>@outlook.com
mail: Unknown command: account
mail: Unknown command: }
mail: Sending data to /usr/bin/msmtp failed: Cannot execute
mail: cannot send message: Cannot execute
18.04 postfix mail mailutils
18.04 postfix mail mailutils
asked Nov 16 at 16:37
CarliumYT
1
1
You Do NOT needsudo
toecho
. If you really put<
and>
aroundmymail
, you've redirected input frommymail
and redirected the output to@outlook.com
.
– waltinator
Nov 16 at 17:59
I didn't put <> there, those was just for indicating that I used an another name, I also tried without sudo, it didn't work anyways. I'm re-installing ubuntu now and see if that changes something, I've tried so many ways via different websites and none of them worked, I've probably installed to many things that collide with each other too.
– CarliumYT
Nov 18 at 18:54
add a comment |
You Do NOT needsudo
toecho
. If you really put<
and>
aroundmymail
, you've redirected input frommymail
and redirected the output to@outlook.com
.
– waltinator
Nov 16 at 17:59
I didn't put <> there, those was just for indicating that I used an another name, I also tried without sudo, it didn't work anyways. I'm re-installing ubuntu now and see if that changes something, I've tried so many ways via different websites and none of them worked, I've probably installed to many things that collide with each other too.
– CarliumYT
Nov 18 at 18:54
You Do NOT need
sudo
to echo
. If you really put <
and >
around mymail
, you've redirected input from mymail
and redirected the output to @outlook.com
.– waltinator
Nov 16 at 17:59
You Do NOT need
sudo
to echo
. If you really put <
and >
around mymail
, you've redirected input from mymail
and redirected the output to @outlook.com
.– waltinator
Nov 16 at 17:59
I didn't put <> there, those was just for indicating that I used an another name, I also tried without sudo, it didn't work anyways. I'm re-installing ubuntu now and see if that changes something, I've tried so many ways via different websites and none of them worked, I've probably installed to many things that collide with each other too.
– CarliumYT
Nov 18 at 18:54
I didn't put <> there, those was just for indicating that I used an another name, I also tried without sudo, it didn't work anyways. I'm re-installing ubuntu now and see if that changes something, I've tried so many ways via different websites and none of them worked, I've probably installed to many things that collide with each other too.
– CarliumYT
Nov 18 at 18:54
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093507%2fproblem-with-mailutils-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You Do NOT need
sudo
toecho
. If you really put<
and>
aroundmymail
, you've redirected input frommymail
and redirected the output to@outlook.com
.– waltinator
Nov 16 at 17:59
I didn't put <> there, those was just for indicating that I used an another name, I also tried without sudo, it didn't work anyways. I'm re-installing ubuntu now and see if that changes something, I've tried so many ways via different websites and none of them worked, I've probably installed to many things that collide with each other too.
– CarliumYT
Nov 18 at 18:54