Differences between revisions 1 and 2
Revision 1 as of 2020-10-15 02:23:36
Size: 726
Editor: sam
Comment:
Revision 2 as of 2020-10-15 02:25:19
Size: 730
Editor: sam
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

  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
  5. service sendmail start or service sendmail postfix
  6. TJMNQ and TJMWA use postfix (non standard installation by tom mitch) , other server use sendmail
  7. run mailq to check outstanding email
  8. sendmail -q can force the sending of mail in the queue
  9. 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

cant_email (last edited 2022-05-02 03:47:55 by 120)