Hi, postfix gurus

I've been looking at a really old mail server running postfix 1.1
among others. Does anyone know of a combination
client/sender/recirpient restriction formula that accepts mail
claiming to be from my domain ONLY if it is sent from my network
space?

Something to the likes of...

if ((MAIL FROM == MY DOMAIN) && (RCPT TO == MY DOMAIN))
    if (SENDER_IP == MY NETWORKS)
        allow ()
    else
        reject ()

Would appreciate any leads / help. Thanks!

- gino ledesma
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to