Sponsored Content
Operating Systems HP-UX Unable to receive mails from email relay server Post 302973129 by jim mcnamara on Saturday 14th of May 2016 07:16:06 PM
Old 05-14-2016
You appear to have several problems:
The DSN error (I believe) is related to network issue caused by a DSN failure - probably because the DSN server is not configured to allow reverse lookups.

The other is a real deal killer
putbody write error usually means there was a serious problem writing a pipe (special
type of file) because of some issue with disk space on the device where the mbox file for the sending user's mbox file lives. The sending mbox does NOT necessarily belong to root, BTW.

Here is an error reference: from ( [Chapter 36] 36.5 sendmail's exit() Status )



Code:
 36.5.3 EX_IOERR A System I/O Error Occurred

An exit value of EX_IOERR (the value 74) means that a serious operating system error occurred. This class of error relates mostly to disk I/O.

If the body of a mail message could not be read, the following error message is logged:

    putbody: df
    qid
    : read error

The file may have vanished because of a disk crash and may have been restored to lost+found . 
The qid is the queue identifier that will help you to find the qf file. Inside that qf file are an I line that give the inode and major and minor device 
numbers of the disk that held the df file (see Section 23.9.7, I line ).

An error that occurs while writing to the pipe (2) connection to a delivery agent causes the following error to be logged and for the fork (2)'d child to exit with EX_CONFIG:
putbody: write error

Suggestion -
1. try compressing those files then sending them as an attachment.
2. check disk space and disk quota rules.
3. find the problem device
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Steps to configure sendmail to receive e-mails

Hi Unix Gurus, Please help me out here. Please tell me the steps to conigure sendmail to receive emails (same way we configure outlook client in windows)? Thanks in advance. -Dejavu (1 Reply)
Discussion started by: DejaVu
1 Replies

2. AIX

Unable to receive mails

Hi, can any one help as i am unable to receive mail to outlook mail box from aix box. Kindly help. (2 Replies)
Discussion started by: richajoy
2 Replies

3. Shell Programming and Scripting

Send Receive Mails

Hi All, I am writing one script to automate one long process. In this process we need to upload some input files and download some output files. So , I want to automate this upload and download by using mail functionality. I want to trigger this script when I am sending mail to server. I know... (0 Replies)
Discussion started by: NirajThakar
0 Replies

4. UNIX for Advanced & Expert Users

postfix config: how to relay mails for only one user of a certain domain

Hello there, First of all I tell you that this is my first postfix installation so please be patient... I have following scenario: fetchmail --> postfix --> amavis-new --> postfix --> exchange 2010. Everything -except exchange ;-)- runs on an opensuse 12.1 box. Now, I have a list of... (0 Replies)
Discussion started by: lpacor
0 Replies

5. UNIX and Linux Applications

postfix config: how to relay mails for only one user of a certain domain

Hello there, First of all I tell you that this is my first postfix installation so please be patient... I have following scenario: fetchmail --> postfix --> amavis-new --> postfix --> exchange 2010. Everything -except exchange ;-)- runs on an opensuse 12.1 box. Now, I have a list of... (0 Replies)
Discussion started by: lpacor
0 Replies

6. UNIX for Dummies Questions & Answers

postfix config: how to relay mails for only one user of a certain domain

Hello there, First of all I tell you that this is my first postfix installation so please be patient... I have following scenario: fetchmail --> postfix --> amavis-new --> postfix --> exchange 2010. Everything -except exchange ;-)- runs on an opensuse 12.1 box. Now, I have a list of... (2 Replies)
Discussion started by: lpacor
2 Replies

7. UNIX for Dummies Questions & Answers

How to receive mails in unix .....

HI experts, By using mailx command i can send mails to any email id. and my DNS is like oper@xyz.com ..... but if someone replied to the mail sent earlier using mailx command. then how to recieve or view that mail ... Is dre any command to do the same ... Im working on some project and got... (7 Replies)
Discussion started by: ankitknit
7 Replies
All times are GMT -4. The time now is 12:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy