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
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.
© 2024 OneMinuteCode. All rights reserved.