"Todd A. Jacobs" <[EMAIL PROTECTED]> writes:

> I was wondering if tmda-address supported the domain wildcards the same 
> way as the config files do. Can I do something like:
>
>       tmda-address -s @=vmware.com
>
> to allow all users from a given domain?

If an incoming message has a sender tag in $RECIPIENT, then TMDA
checks hashes the address in $SENDER with your crypt_key.  It
checks that hash against the one in $RECIPIENT, confirming the
message by default if they don't match.

Since no legitimate sender will ever send you mail with an envelope
sender address of ``@=vmware.com'', this would not be viable
sender-style address creation criterion.

Better to accomplish the above by using your incoming filter.

   from *@=vmware.com ok

-Drew

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to