|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Alias to commands (Mailman virtual aliases)
From: Wietse Venema (wietse
porcupine.org)
Date: Fri Jul 15 2005 - 10:22:44 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I suggest that you report the result of a few relevant
tests with the postmap command.
> virtual_alias_maps = hash:$config_directory/virtual regexp:$config_directory/map-regexp/virtual-mailman
For the hash table (which comes first) you'd need to do all
the lookups that are documented in virtual(5)
postmap -q user
domain hash:/somewhere/virtual
postmap -q user hash:/somewhere/virtual
postmap -q
domain hash:/somewhere/virtual
(the second is needed only when domain is listed in $myorigin
or $mydestination).
For the regexp table you'd merely have to run the full address:
postmap -q user
domain regexp:/somewhere/map-regexp/virtual-mailman
This will clarify where the lookups fail, or where the succeed
in the wrong map.
Wietse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]