1833347 Members
3347 Online
110051 Solutions
New Discussion

sendmail message

 
moon_5
Advisor

sendmail message

Hi all~

what is this message.
I've seen for the first time.

Sep 17 08:30:56 host sendmail[29607]: NOQUEUE: SYSERR: putoutmsg ([10.12.9.13]): error on output channel sending "500 Command unrecognized: "USAGE03E 197.27 195.26 98.99 2.00 1.01 1.81 50.00 "": Broken pipe

Sep 17 08:30:56 host sendmail[29607]: NOQUEUE: SYSERR: putoutmsg ([10.12.9.13]): error on output channel sending "500 Command unrecognized: "USAGE03A 177.73 175.59 98.79 2.15 1.21 1.81 50.00 "": Broken pipe

2 REPLIES 2
Mel Burslan
Honored Contributor

Re: sendmail message

more than likely, your /var file system is close to being 100% full and an application which is trying to pipe its output to mail, can not find the temporary space to store the outgoing message.

if you clear up some space on /var, you will see the problem go away.

Hope this helps
________________________________
UNIX because I majored in cryptology...
Hakan Aribas
Valued Contributor

Re: sendmail message

if you have online JFS, you can use the following command to extend /var space instantly:

lvextend -L /dev//
fsadm -F vxfs -b M /var

Example:
lvextend -L 7000 /dev/vg00/lvol8
fsadm -F vxfs -b 7000M /var