OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Wietse Venema (wietseporcupine.org)
Date: Mon Jul 02 2001 - 14:19:24 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Charlie Watts:
    > I wish that I could do this, in a non-recursive map, instead:
    >
    > real_userfrontier.net real_userfrontier.net
    >
    > This way I could mark recipient addresses as OK without having to
    > (visibly) re-write them. I'm looking at using the per-user patch to do
    > something like this, meanwhile:
    >
    > real_userfrontier.net OK

    This last thing can be done with the SMTPD access map.

        /etc/postfix/main.cf:
            smtpd_recipient_restrictions =
                ...junk mail stopping cruft goes first...
                hash:/etc/postfix/recipient_access
                reject

        /etc/postfix/recipient_access
            real_userfrontier.net OK

    Instead of using a hash table you could use any mechanism that
    supports lookups of userdomain.

            Wietse
    -
    To unsubscribe, send mail to majordomopostfix.org with content
    (not subject): unsubscribe postfix-users