I have a client with 5 offices across the country. So he buys 5 pop accounts from me i.e. one for each office. For every employee in the office he creates an alias to that office. E.g. he has a pop account called bombay and has 20 aliases pointing to the pop account bombay. Now when the employees send mail from one office to another they cc the mail to all the pop accounts that they want to send the mail to. Qmail with Vpopmail sends one copy for each alias. So suppose there was an alias a & another alias b pointing to pop account bombay and a mail was cc'ed to a & b then two copies of the same mail would go to the pop account. Hence when their local mail server receives the mail it send two copies of the same mail to the recipients and if it was cc'ed to 5 people it would send 5 copies of the same mail. This didn't used to happen in my previous sendmail setup as sendmail used to send only one copy of the mail in this situation. Is there any way i can configure qmail / vpopmail to do the same and send only one copy of the mail??? Divyank