By default Snow Leopard server doesn’t allow sending emails with blank subjects.
In order to change this behaviour open:
/etc/postfix/custom_header_checks
and comment the:
/^subject: *$/ REJECT empty subject header
line by prepending a # , so it reads:
#/^subject: *$/ REJECT empty subject header
Restart the mail service.
$1.99 domains with SSL purchase!
Pingback: iCoreTech Research Labs » Reminder: empty email subjects in Snow … | I AM OSX
Pingback: iCoreTech Research Labs » Reminder: empty email subjects in Snow … | Mac Affinity
Thank you – this is really dumb. I have setup 100s of postfix boxes on various *NIX platforms and never has this been an issue. Have spent a good few hours looking into this today. All is now good so thanks again!
Thanks… one quick search on google. Found this… applied fix.
Less than 5 minutes.
THANK YOU
Awesome, this fixed it quickly. I like the behaviour of forcing our users to use a subject line, but changed it because we didn’t want clients’ emails rejected. Is there some way of rejecting empty subject lines for emails orignating from our domain only, but allowing through any other empty subject line emails?