10

I was looking up something here on stack overflow and the answer told me to enter

sendmail -bt

in the shell. I was able to do what the question said but now I'm unable to exit the sendmail program. CTRL+c, CTRL+x, q, exit, bye, quit does not seem to work. How do you exit the sendmail program once your in without terminating my ssh connection?

DiverseAndRemote.com
  • 19,314
  • 10
  • 61
  • 70
  • What about `/quit`? Also, you didn't mention trying `Ctrl-D` (which usually marks the end of the standard input stream). – raina77ow Nov 19 '12 at 20:46

1 Answers1

18

as raina77ow pointed out /quit or CTRL+D will terminate the program.

DiverseAndRemote.com
  • 19,314
  • 10
  • 61
  • 70