Thanks a Tonne. Sorry for the posting to wrong list.
Devendra Singh
At 02/12/03 21:03 (), Tom Collins wrote:
On Tuesday, December 2, 2003, at 02:40 AM, Devendra Singh wrote:Is it possible to remove the "CatchAll Account" column from "Email Accounts" Page of qmailadmin v5.3.30?
This is a question for the qmailadmin list at [EMAIL PROTECTED], but here's your answer.
Edit show_users.html to remove that column. You'll probably want to leave it in place, but without a header.
Edit user.c and go to about line 202. Comment everything in this section:
if (bounced==0 && strncmp(pw->pw_name,TmpBuf3,sizeof(TmpBuf3)) == 0) { ... } else if (AdminType==DOMAIN_ADMIN) { ... } else { ... }
Replace it with:
fprintf(actout, "<td> </td>\n");
Re-compile and re-install qmailadmin and you (should be) all set.
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 16/10/03
