15Sep/092
Reminder: empty email subjects in Snow Leopard server’s postfix
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.
Related posts:
- Reminder: Outlook vs. Snow Leopard server’s postfix
- Snow Leopard server FAQs, part 1
- Installing MySQL Ruby Gem in Snow Leopard Server
- Hosting Git repositories through WebDAV on Snow Leopard Server
- Snow Leopard server wallpaper
Enjoy this article?
Additional comments powered by BackType
September 29th, 2009 - 21:53
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!
November 4th, 2009 - 20:58
Thanks… one quick search on google. Found this… applied fix.
Less than 5 minutes.
THANK YOU