All;

My organization has recently acquired a very small company that has and manages 
their own exchange servers.  
We would like this company to begin using the same email domain addresses that 
we use.
The only problem is that we are not yet able to capture their aliases into our 
own aliases file and would prefer the ability to have more than one alias, we 
currently use an NIS aliases as well as a flat file one, see below:

alias_maps = dbm:/etc/postfix/aliases, nis:mail.aliases

I'd prefer not concatenating the new flat file into our existing one, can I 
solve this by:

alias_maps = dbm:/etc/postfix/aliases, dbm:/etc/newcompany/aliases, 
nis:mail.aliases

Also, since the file /etc/newcompany/aliases is to be created by a VB script, 
would it be most appropriate to simply run a cron job soon afterward to make 
the db file like this:

postmap /etc/newcompany/aliases

Does this all sound good, or perhaps their is a better way?

Thanks all!

.vp


Reply via email to