On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote:


As usual, I don't see anything related to "disablesmtp".

Is this feature going to be merged in the main stream, or do I have to continue with my private copies?
Yes, it will be merged. It's just been overlooked. I'll add it to 5.3.10.

Anyway, two notes:

1) I feel that would be much better another layout, like:
        domain  CHAR(64) PRIMARY KEY,
        option  CHAR(64) PRIMARY KEY,
        value   CHAR(64) NOT NULL

that would permit to add other options more easily.
Yes, but the downside is that the value field is way too big for items that just need to be 0 or 1. I don't know how much of an impact this will have, though.

Brian: Any thoughts on this? Some of your code would have to be rewritten to do this.

2) I'ld like to have other options in qmailadmin-limits, that could permit to deny some functions to 'admin' users that are not 'postmaster':
ex. deny_list_create
deny_list_modify
deny_list_users_modify
deny_list_moderators_modify
deny_account_create
deny_alias_create
Yes, this would be great.  Do you have any code that implements this?

Regards,

Bill Shupp


Reply via email to