On 11/13/2013 5:38 AM, Wijatmoko U. Prayitno wrote:
> On Wed, 13 Nov 2013 05:52:28 -0500
> Paul C <[email protected]> wrote:
>
>> ip and helo name do not match google. I don't use those content filters to
>> know enough to tell you what to do, but that's why the emails are getting
>> in. I'd be interested in hearing the solution to this as well.
>>
> you could try http://www.hardwarefreak.com/fqrdns.pcre rules into your
> postfix main.cf restriction. and see what happen next..
>
> $ cat /etc/postfix/fqrdns.pcre|grep vodacom
> /^vc(-[12]?[0-9]{1,2}){4}\.3g\.vodacom\.co\.za$/ REJECT Generic -
> Please relay via ISP (vodacom.co.za)
Except that fully qualified expression doesn't match this vodacom rDNS
pattern. I just added the following expression
/^vc-nat-gp-s(-[0-9]{1,3}){4}\.umts\.vodacom\.co\.za$/ REJECT Generic
- Please relay via ISP (vodacom.co.za)
which matches this pattern, tested it with postmap, and uploaded the new
table.
Cheers.
--
Stan