OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Postmaster and abuse default in virtual_alias_map

From: Alain NAKACHE (alainalinto.net)
Date: Fri Jul 28 2006 - 11:34:40 CDT


Hi,

I need to configure a default management of postmaster<domain> or
abuse<domain> on a virtual domains hosting.

My custormers have the ability to define these emails in the
virtual_alias_maps table but if they don't I want to define them by
using a static file.

This config has a chance to work :

virtual_alias_maps = ldap:/etc/postfix/ldap/valias.cf
hash:/etc/postfix/valiasdefault.cf
...

/etc/postfix/valiasdefault.cf:
postmaster postmaster
abuse postmaster

I am wrong ?