- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail problem, 552 message size of 5021875 byte...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2006 11:38 PM
06-25-2006 11:38 PM
sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
i got a problem with sendmail..
i keep got this message when using sendmail with message n attachment greater then 4MB..
can anyone help..? the attachment already compressed but it still greater than 4MB..
>>> MAIL From:
552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
Service unavailable
/dead.letter... Saved message in /dead.letter
sendmail version
# what /usr/sbin/sendmail | grep version
version.c 8.9.3.1 (Berkeley) 10/10/2003 (PHNE_29774)
i already used MaxMessageSize parameter at sendmail.cf
# minimum number of free blocks on filesystem
O MinFreeBlocks=100
# maximum message size
O MaxMessageSize=8388608
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 02:20 AM
06-26-2006 02:20 AM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 02:48 AM
06-26-2006 02:48 AM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
The message needs to be re-sent from its source after sendmail is restarted(see prior post).
You have found the right parametr, but there is no getting this big message out of dead letter.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 02:56 AM
06-26-2006 02:56 AM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 01:19 PM
06-26-2006 01:19 PM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
i already restart the sendmail service with..
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
and try to re-send the email..
but i still got the same problem..
# /email/bent>sendmail -v -t < email-ujb.txt
xxxxxx@xxx.xxxxxx.com... Connecting to xxxxxx.com via relay...
220 server.xxxxxx.net ESMTP Server (Microsoft Exchange Internet Mail Service 5.5.2653.13) ready
>>> EHLO xxx.xxxxxx.com
250-server.xxxxxx.net Hello [100.100.100.215]
250-XEXCH50
250-HELP
250-ETRN
250-DSN
250-SIZE 4194304
250-AUTH LOGIN
250 AUTH=LOGIN
>>> MAIL From:
552 message size of 4846476 bytes exceeds site limit of 4194304 bytes
Service unavailable
/dead.letter... Saved message in /dead.letter
Closing connection to xxxxxx.com
>>> QUIT
221 closing connection
# /email/bent>mailq
Mail queue is empty
i have attach my sendmail configuration that i got from 'mailq -v -d'
thanks for the response..
bent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 04:04 AM
06-27-2006 04:04 AM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 06:10 AM
06-27-2006 06:10 AM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
Is this a limitation of your mail relay? What is the maximum message size set to in Exchange?
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 01:06 PM
06-27-2006 01:06 PM
Re: sendmail problem, 552 message size of 5021875 bytes exceeds site limit of 4194304 bytes
after i ask our net admin..
there is limitation with our exchange server to 4 MB Maximum Message Size.
after increase the limitation, email can send succesfully.
thanks to all.. :)