Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retuen Mail format

Status
Not open for further replies.

murphyc

Programmer
Sep 6, 2002
25
HK
Someone call 'XYZ' send a email to host mail.abc.org. The email address is user@test.com. But this user mailbox was full. The email server return the email to XYZ.

This is the Postfix program at host mail.abc.org.
^^^^^^^^^^^^
- Don't display the host name

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to <postmaster>
^^^^^^^^^^^^
- How to change to postmaster@test.com < base on the receiptor domain)

If you do so, please include this problem report. You can
delete your own text from the message returned below.

The Postfix program

<user_1@abc.org>: cannot access mailbox /var/mail/user_1 for user user_1. error writing message: File too large

- Only display this message
Error writing message: File too large


How to config this request?

Thanks
 

It sounds like it can't find it's own domain.
Try setting &quot;mydomain&quot; or &quot;myhostname&quot; in main.cf and see if that helps.

Cheers

Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top