[qmailadmin] postmaster/admin accounts

2003-07-23 Thread spork
Howdy, I'm trying to track down where exactly qmailadmin looks to see if someone is in fact a domain administrator. I don't see anything in mysql, nor in any of the user directories... Anyone know where this info is maintained? Thanks, Charles

RE: [qmailadmin] postmaster/admin accounts

2003-07-23 Thread Benjamin Tomhave
To: [EMAIL PROTECTED] Subject: [qmailadmin] postmaster/admin accounts Howdy, I'm trying to track down where exactly qmailadmin looks to see if someone is in fact a domain administrator. I don't see anything in mysql, nor in any of the user directories... Anyone know where this info

Re: [qmailadmin] postmaster/admin accounts

2003-07-23 Thread Tom Collins
[Resent to the list instead of directly to spork. It would be nice if the Reply-To was set to this list...] On Wednesday, July 23, 2003, at 02:47 PM, spork wrote: I'm trying to track down where exactly qmailadmin looks to see if someone is in fact a domain administrator. I don't see anything

Re: [qmailadmin] postmaster/admin accounts

2003-07-23 Thread spork
On Wed, 23 Jul 2003, Tom Collins wrote: Looking at auth.c, we find: if ( strcmp(Username,postmaster)==0 ) { AdminType = DOMAIN_ADMIN; } else if ( vpw-pw_gid QA_ADMIN ) { AdminType = DOMAIN_ADMIN; } else { AdminType = USER_ADMIN; } So, if the