|
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 (wietse
porcupine.org)Date: Mon Jul 02 2001 - 14:19:24 CDT
Charlie Watts:
> I wish that I could do this, in a non-recursive map, instead:
>
> real_user
frontier.net real_user
frontier.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_user
frontier.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_user
frontier.net OK
Instead of using a hash table you could use any mechanism that
supports lookups of user
domain.
Wietse
-
To unsubscribe, send mail to majordomo
postfix.org with content
(not subject): unsubscribe postfix-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]