I've just upgraded to 7.2 and I suspect that I may be blocking mails from domains with no reverse DNS. 
We upgraded over the weekend and since then we have not received any mails from domains that we were receiving from previously. Does 7.2 block mails from domains with no reverse DNS, or is there something wrong on the sending parties side? 
Here's what I get from my qpsmtpd config: 
[root@mail log]# config show qpsmtpd
qpsmtpd=service
    Bcc=enabled
    BccMode=bcc
    BccUser=maillog
    DNSBL=disabled
    LogLevel=6
    MaxScannerSize=25000000
    RBLList=sbl-xbl.spamhaus.org:whois.rfc-ignorant.org:dnsbl.njabl.org
    RHSBL=disabled
    RequireResolvableFromHost=no
    SBLList=dsn.rfc-ignorant.org
    access=public
    status=enabled
I can see the RequireResolvableFromHost=no, but it still appears that mails are not coming though. 
I've searched through all the logs for mentions of the domain in question but there is nothing, I'm assuming that the incoming mails are getting dropped silently and that's why I'm seeing nothing. 
I've done a check on the domain in question and it does appear that they do not have reverse DNS setup, getting them to configure their DNS properly is unfortunately not an option.
Any ideas? 
Conor
Forgot to mention, I have added this domain to my whitelist, should that help??