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.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/




Reply via email to