you'll have to create a zone for your IP block, in the example below i'm using a single IP reverse zone for the IP 123.456.789.22
22.789.456.123.in-addr.arp
a
the above mentioned zone should have PTR typed records, as in the example below;
@ PTR mydomain.com
PTR records are used by a mailserver to look if the connected client is spoofed or not, the mailserver checks the connected IP and the domain in the FROM header and confirms it from RDNS(PTR) entries if the domain in the FROM header is actually bound to the IP connected.
you can find more information about RDNS entries from
http://www.crucialp.com/resources/tutorials/web-hosting/how-reverse-dns-works-rdns.phpexcellent article explaining RDNS setup