1

I didn't have mail installed before, so I've did it using:

apt-get install mailutils

After that I've tried to send a mail with this command:

mail -s "Ssubjects" [email protected]

But I see just this error message:

cannot send message: Process exited with a non-zero status

anyway I can't understand what is the problem. Should I configure something?

Thanks

ikeDiM
  • 137
  • 1
  • 9

1 Answers1

1

Possible duplicate: mail: cannot send message: process exited with a non-zero status

Try:

sudo dpkg-reconfigure postfix

as proposed in the answer.

impalle
  • 174
  • 5