This is one of a few problem areas in main.cf I have found. They all seem to involve at lease the syntax of parameter assignment. The following is from working email gateways running postfix 2.2.10.
The "value" of the assignment consists of tokens separated by commas and by comma followed by newlines. It that legal? I would expect only a newline only after the end of the one line. Again, this works on the older systems but the newer one I am building does not like it at all. (I think for other reasons as well.) mydestination = $myhostname, $mydomain, localhost.localdomain, cnm.edu, mail.cnm.edu, AAAA.cnm.edu <http://mg01.cnm.edu>, BBBB.cnm.edu<http://mg02.cnm.edu>, CCCC.cnm.edu <http://mg03.cnm.edu>, nmvc.org, mail.nmvc.org, AAAA.nmvc.org <http://mg01.nmvc.org>, BBBB.nmvc.org <http://mg02.nmvc.org>, CCCC.nmvc.org <http://mg03.nmvc.org>, nmvirtualcollege.org, mail.nmvirtualcollege.org, AAAA.nmvirtualcollege.org<http://mg01.nmvirtualcollege.org>, BBBB.nmvirtualcollege.org <http://mg02.nmvirtualcollege.org>, CCCC.nmvirtualcollege.org <http://mg03.nmvirtualcollege.org> nmln.net, ideal-nm.org, ideal-nm.net, idealnm.org, idealnm.net ---------- Forwarded message ---------- From: Wietse Venema <wie...@porcupine.org> Date: Mon, May 18, 2009 at 5:23 PM Subject: Re: empty subject, empty body, from: Postfix After-Queue Content Filter... To: Robert Lopez <rlopez...@gmail.com> Cc: postfix-users@postfix.org Robert Lopez: > A new email gateway I am building is sending email with empty subject, empty > body, > and the internal from starts with "Postfix After-Queue Content Filter:. You need to undo your changes one by one until you find the one that causes the problem. Wietse