|
⇤ ← Revision 1 as of 2020-10-15 02:23:36
Size: 726
Comment:
|
Size: 730
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| 1, need to be root 2, check /var/log/maillog 3, ps aux | grep sendmail and ps aux | grep postfix 4, if 3 shows nothing then need to start the mail service by service sendmail start or service sendmail postfix TJMNQ and TJMWA use postfix (non standard installation by tom mitch) , other server use sendmail |
|
| Line 12: | Line 3: |
| 5, run mailq to check outstanding email 6, sendmail -q can force the sending of mail in the queue 7, check to see why mail service stopped, run chkconfig to see if the mail service is on the list with runleverl 3 set to on if not that mean the service will not get start when restart computer run chkconfig postfix/sendmail on to make it auto start |
1. need to be root 1. check /var/log/maillog 1. ps aux | grep sendmail and ps aux | grep postfix 1. if 3 shows nothing then need to start the mail service by 1. service sendmail start or service sendmail postfix 1. TJMNQ and TJMWA use postfix (non standard installation by tom mitch) , other server use sendmail 1. run mailq to check outstanding email 1. sendmail -q can force the sending of mail in the queue 1. check to see why mail service stopped, run chkconfig to see if the mail service is on the list with runleverl 3 set to on if not that mean the service will not get start when restart computer run chkconfig postfix/sendmail on to make it auto start |
when customer complain cannot able to email
- need to be root
- check /var/log/maillog
- ps aux | grep sendmail and ps aux | grep postfix
- if 3 shows nothing then need to start the mail service by
- service sendmail start or service sendmail postfix
- TJMNQ and TJMWA use postfix (non standard installation by tom mitch) , other server use sendmail
- run mailq to check outstanding email
- sendmail -q can force the sending of mail in the queue
- check to see why mail service stopped, run chkconfig to see if the mail service is on the list with runleverl 3 set to on if not that mean the service will not get start when restart computer run chkconfig postfix/sendmail on to make it auto start
