Hi,
In my extremely large site, I'm going to upgrade sendmail to qmail. I'm
planning to keep my /etc/mail/aliases, since there are more than 10.000
users, and creating one file for each in ~alias does not seem to be
practical ( or am I mistaken? Is it a bad idea? ). However, I have three
alias files in /etc/mail, one for each of my mail hosts in my domain,
which is accomplished by adding the names of these files in sendmail.cf,
besides the /etc/mail/aliases. Is there any way to tell qmail to create
three database files after each "newaliases"? That is, how could I
configure it to deal with each of /etc/mail/aliases,
/etc/mail/file_for_other_host, and /etc/mail/file_for_the_other ?
Thanks in advance...