|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: problems with virtual maps after upgrading to Postfix 2.3
From: mouss (usebsd
free.fr)
Date: Wed Nov 01 2006 - 16:56:40 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Joe Auty wrote:
> Hmmm.... I don't have any receive_override_options set, and I'm
> running this under FreeBSD (not an RPM install)....
>
> Any other ideas?
check your maps (virtual_alias_maps, alias_maps) using postmap -q.
for _var in alias_maps virtual_alias_maps; do
maps=`postconf -h $_var | sed '/,/ /'`;
for _map in $maps; do
echo checking in $_map
postmap -q diane
example.com $_map
done
done
PS. Please obey the Reply-To header (If you don't see what I mean, check
your last post and that of Viktor).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]