Taking a lunch break and thought.... what if we replaced this:

# Allow any of our domains
allow:ALL:ALL:*.netsourced.com *@netsourced.com
allow:ALL:ALL:*.myezserver.com *@myezserver.com

with this [option-1]:

# Allow any of our valid e-mail accounts
allow:ALL:ALL:darrell.may@*
allow:ALL:ALL:darrell_may@*
allow:ALL:ALL:dmay@*
<snip>

or [option-2]:

# Allow any of our valid e-mail accounts per any of our domains
allow:ALL:ALL:[EMAIL PROTECTED]
allow:ALL:ALL:[EMAIL PROTECTED]
allow:ALL:ALL:[EMAIL PROTECTED]
allow:ALL:ALL:[EMAIL PROTECTED]
allow:ALL:ALL:[EMAIL PROTECTED]
allow:ALL:ALL:[EMAIL PROTECTED]
<snip>

Both are possible. The logic would be based on what is already in
'30InternalOnly' & '60AllowLocalDomains' with only minor modifications.  I
suppose [option-2] may be preferrable but I'm also wondering if [option-1]
would be enough on it's own.

Any comments/concerns before I build and release for testing?

Regards,

-- 
Darrell May
DMC Netsourced.com
http://netsourced.com
http://myEZserver.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to