Re: daemon MTA-IPv4: Problem creating SMTP socket?



On Jul 2, 3:25 pm, Grant Taylor <gtay...@xxxxxxxxxxxxxxxxx> wrote:
On 07/02/08 14:12, trey.chast...@xxxxxxxxx wrote:

When I run something like '/usr/lib/sendmail -bd -q15m &' I get the
message
 ... [ID 702911 mail.alert] daemon MTA-IPv4: Problem creating SMTP
socket
(repeated several times)
.... [ID 801593 mail.alert] NOQUEUE: SYSERR(root): opendaemonsocket:
daemon MTA-IPv4: server SMTP socket wedged: exiting

I am running on solaris :( if it makes a difference.

I'm not sure, but it sounds like something else is using / listening on
the socket which is preventing Sendmail from doing so.

Try doing a netstat to see if something else is using the socket.

Grant. . . .

Here is what I get from doing a netstat:

TCP: IPv4

Local Address Remote Address Swind Send-Q
Rwind Qecv-Q State
sune27.ssh 163.xxx.xxx.xxx.1476 48928 0
49640 48 Established
localhost.38383 localhost.6011 49152
0 49152 0 Established
localhost.6011 localhost.38383 49152
0 49200 0 Established
sune27.ftp 163.xxx.xxx.xxx.2880 65369
0 49640 0 Established
sune27.ftp 163.xxx.xxx.xxx.2593 65251
0 49640 0 Established

Active UNIX domain sockets
(I'll type that out if its helpful but its just a bunsh of Hex
addresses it seems and a couple other things like /tmp/mysql.sock and /
tmp/,X11-unix/X0.)

I did notice that there seems to be quite a bit of repetition in the
above table but I don't know how to interpret it. Thanks for the help.
.



Relevant Pages

  • Re: netstat shows LISTENING on my client-side socket as well as ESTABLISHED?!
    ... designed" then I'd have to suggest that the design is flawed. ... Can someone tell me what *user* of NETSTAT ... , a LISTENING ... LISTENING state for a client socket. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Socket connection issue
    ... It opens a socket connection to a process ... I copied the scripts over to another computer that's running IIS/PHP ... It is normal that a process cannot connect to a port which is not listening. ... Use netstat to see if your end point is listening on address 127.0.0.1, for instance using: ...
    (comp.lang.php)
  • Re: Socket connection issue
    ... It opens a socket connection to a process ... I copied the scripts over to another computer that's running IIS/PHP ... is not listening. ... Use netstat to see if your end point is listening on address 127.0.0.1, ...
    (comp.lang.php)
  • Re: Program to display process information (especially sockets)
    ... > Probably the best you're going to get is the output of netstat -p. ... > This will tell you process names and numbers for each socket, ... Try lsof. ... Frank ...
    (Debian-User)
  • Re: What triggers "No Buffer Space Available"?
    ... There are actually two "layers" associated with each socket -- the IPC object and the protocol control block. ... The behaviors of netstat and sockstat are quite different, even though the output is similar: netstat walks the protocol-layer connection lists and prints information about them. ...
    (freebsd-stable)