I have a question about Linux sendmail.

Asked 2 years ago, Updated 2 years ago, 34 views

Hello, everyone When you start service sendmail on Linux, it's usually 'Starting sendmail. [ok]' It's going to start with a message like this

service sendmail start

service sendmail stop

/etc/init.d/sendmail start

/etc/rc.d/init.d/sendmail start

I tried everything, but there was no response. I checked port 25 and found that the postfix is biting, so I can't stop the postfix.

I deleted the sendmail and installed it again, so I don't think I should delete it because something else is in my mouth. Is there a solution or something to think about?

Thank you for your reply.

linux

2022-09-22 21:33

1 Answers

First, check if Sendmail is running.

Try running "ps-e | grep sendmail" (without double quotes) on the command line of the terminal.

This command will print out a list of programs that have the name "sendmail" among running programs. If sendmail is not running, there will be no output.


2022-09-22 21:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.