Question : Problems with freemail accounts on Postfix

I'm having problems with messages coming in from freemail accounts that aren't coming from freemail hosts.  I have been following this guide http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt to setup the freemail hosts.  Below is my main.cf from postfix.  Also posted is the content of my freemail host files.


Here is a sample header that made it through today:
Received: from smtpoutwbe11.prod.mesa1.secureserver.net
 (smtpoutwbe11.prod.mesa1.secureserver.net [208.109.78.27])      by
 mail.mydomain.com (Postfix) with SMTP id 430596241C7      for
 ; Fri, 16 Oct 2009 08:25:34 -0400 (EDT)
Received: (qmail 26637 invoked from network); 16 Oct 2009 12:25:39 -0000
Received: from unknown (HELO gem-wbe34.prod.mesa1.secureserver.net)
 (64.202.189.30)  by smtpoutwbe11.prod.mesa1.secureserver.net with SMTP; 16
 Oct 2009 12:25:38 -0000
Received: (qmail 15821 invoked by uid 99); 16 Oct 2009 12:25:38 -0000
Content-Type: multipart/mixed; boundary="=_2ce72e9a5835b2fa0ef9199ed6641657"
X-Originating-IP: 89.248.169.109
User-Agent: Web-Based Email 5.1.21
Message-ID: <20091016052538.59935fe411c1fd656cdab8738082ec36.8593fb8781.wbe@email.secureserver.net>
From: "Mrs. Susan Shabangu" il.com>
X-Sender: [email protected]
To:
Subject: From. Mrs. Susan Shabangu
Date: Fri, 16 Oct 2009 05:25:38 -0700
MIME-Version: 1.0
Return-Path: [email protected]
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
 
smtpd_banner = $myhostname ESMTP $mail_name
biff = no
 
# appending .domain is the MUA's job.
append_dot_mydomain = no
 
# Uncomment the next line to generate "delayed mail" warnings
delay_warning_time = 4h
 
myhostname = removedforweb
#alias_maps = hash:/etc/aliases
#alias_database = hash:/etc/aliases
myorigin = removedforweb
mydestination = $myhostname, localhost.$mydomain, localhost
relayhost = 10.0.0.2
mynetworks = 10.0.0.0/24, 10.0.10.0/24, 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = 
inet_interfaces = all 
message_size_limit = 26214400
local_transport = error:no local mail delivery
local_recipient_maps = 
virtual_alias_maps = hash:/etc/postfix/virtual
relay_recipient_maps = hash:/etc/postfix/relay_recipients
#
transport_maps = hash:/etc/postfix/transport
relay_domains = hash:/etc/postfix/transport
smtpd_helo_required = yes
disable_vrfy_command = yes
smtpd_client_restrictions = reject_rbl_client dul.dnsbl.sorbs.net, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl.spamhaus.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client list.dsbl.org, reject_rbl_client b.barracudacentral.org
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_checks, reject_non_fqdn_sender, reject_unknown_sender_domain
smtpd_restriction_classes = from_freemail_host
from_freemail_host = check_client_access hash:/etc/postfix/freemail_hosts, reject
smtpd_recipient_restrictions = permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_unauth_destination, reject_unauth_pipelining, reject_unknown_recipient_domain, check_recipient_access pcre:/etc/postfix/recipient_checks.pcre, check_sender_access hash:/etc/postfix/freemail_access, reject_unverified_recipient
unverified_recipient_reject_code = 550
smtpd_data_restrictions = reject_unauth_pipelining
address_verify_map = btree:/var/spool/postfix/verify
header_checks = pcre:/etc/postfix/header_checks
body_checks = pcre:/etc/postfix/body_checks
content_filter = smtp-amavis:[127.0.0.1]:10024
 
 
 
freemail_host
 
 
yahoo.com       OK
earthlink.net   OK
excite.com      OK
aol.com         OK
gmail.com       OK
msn.com         OK
hotmail.com     OK
google.com      OK
live.com        OK
live.com.mx     OK
hotmail.com.mx  OK
 
 
freemail_access
 
yahoo.com       from_freemail_host
earthlink.net   from_freemail_host
excite.com      from_freemail_host
aol.com         from_freemail_host
gmail.com       from_freemail_host
msn.com         from_freemail_host
hotmail.com     from_freemail_host
live.com        from_freemail_host
live.com.mx     from_freemail_host
hotmail.com.mx  from_freemail_host
garrettwade.com from_freemail_host
newtree.com.ar  from_freemail_host

Answer : Problems with freemail accounts on Postfix

can you post an example from the postfix logs of when things don't work as expected?
Random Solutions  
 
programming4us programming4us