On 11/03/2014 13:33, jmct wrote:
Mar 11 08:26:05 postfix/cleanup[16783]: error: open /etc/postfix/mime_header_check: No such file or directory
mime_header_checks = regexp:/etc/postfix/mime_header_check
You've configured Postfix to look for a file that it can't find on your file system. Have you possibly misspelled the name of the file in your configuration?
The thread you point to uses a sample file called /etc/postfix/mime_header_checks, so if you've copied that then you need to ensure that you have the right file name in main.cf:
mime_header_checks = regexp:/etc/postfix/mime_header_checks Mark -- My blog: http://mark.goodge.co.uk