Send mail Not Accepting Connections
If the server isn't running, you can't get mail. In other cases,
1. Sendmail may have stopped running due to server load
2. as it is configured by default to stop accepting connections when server load reaches 8.
3. Here is a simple test to check Sendmail's status:
# ps auxw| grep [a]ccepting
root 670 0.0 0.8 5628 2072 ? S Aug08 0:00 sendmail: accepting connections
If the server isn't running, you can't get mail. In other cases,
1. Sendmail may have stopped running due to server load
2. as it is configured by default to stop accepting connections when server load reaches 8.
3. Here is a simple test to check Sendmail's status:
# ps auxw| grep [a]ccepting
root 670 0.0 0.8 5628 2072 ? S Aug08 0:00 sendmail: accepting connections
0 Comments