home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / mail / sendmail / 2263 < prev    next >
Encoding:
Text File  |  1992-09-11  |  947 b   |  26 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: sendmail/IDA startup problem Help wanted.
  5. Message-ID: <1992Sep12.020857.6327@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <BuFqvC.2sF@Sweden.Prime.COM>
  8. Date: Sat, 12 Sep 1992 02:08:57 GMT
  9. Lines: 15
  10.  
  11. In article <BuFqvC.2sF@Sweden.Prime.COM> hakan@Sweden.Prime.COM (Hakan Sjogren) writes:
  12. >
  13. >I then started the process by sendmail -bd -q15m .
  14. >Sendmail never starts, the process list has an entry
  15. >"waiting for connection" . 
  16.  
  17. I am not sure what your problem is.  Sendmail is supposed to be waiting for
  18. a connection.  Try 'ps -cax' to list command names rather than the command
  19. line, or recompile without SETPROCTITLE is seeing the "waiting for connection"
  20. message disturbs you.
  21.  
  22. You can also check whether the daemon is running with
  23.     telnet localhost smtp
  24.     quit
  25.  
  26.