That solved my problem! Thank you. I do not know why it was set so low -- perhaps there is some "advantage" that someone else was aware of.
---------------------------------------- From: "Stan Hoeppner" <s...@hardwarefreak.com> Sent: Thursday, February 18, 2010 3:30 PM To: postfix-users@postfix.org Subject: Re: Max Recipients in Postfix stripped to first 8? Stan Hoeppner put forth on 2/18/2010 12:21 PM: > jchase put forth on 2/18/2010 11:49 AM: > >> header_size_limit = 256 > > header_size_limit (default: 102400) > > The maximal amount of memory in bytes for storing a message header. If a > header is larger, the excess is discarded. The limit is enforced by the > cleanup(8) server. > > > Your current header_size_limit is 256 characters. This is your problem. Count > the line up to the first few letters of that 9th email address and you'll hit > 256 at the last letter before the truncation. I should have said start counting at the first character of the complete header, and you'll hit 256 characters where it cuts off at that 9th recipient address. Remember to count spaces and carriage returns. > Remove this line from your main.cf to re-enable the default of 102,400 bytes and > your problem is solved. Don't forget to "/etc/init.d/postfix reload" after the > change. -- Stan