Hello list,

I have a problem, denying access to webmail and IMAP.
Authentication is working through MySQL.
Except that I am able to login through Webmail, if it's disabled.

I've created four fields in MySQL-DB:
disableimap, disablepop3, disablewebmail and sharedgroup.

In authmysqlrc I've uncomment the following line:

MYSQL_AUXOPTIONS_FIELD        
CONCAT("disableimap=",disableimap,",disablepop3=",disablepop3,",disablewebmail=",disablewebmail,",sharedgroup=",sharedgroup)

So, if I understood the documentation probably, I am now able to disable 
access to webmail if I insert a 1 into disablewebmail field.
But if I do this, nothing changed. Login is possible as before.

Anybody knows, what's going wrong?



And, a second thing:
If I change everything through webadmin, except MYSQL_AUXOPTIONS_FIELD 
(simplified in webadmin there is no line edit to enter 
MYSQL_AUXOPTIONS_FIELD) and I change MYSQL_AUXOPTIONS_FIELD using an editor, 
everything is fine, until I use webadmin again, to change something which 
have to do with mysqlauth.
The MYSQL_AUXOPTIONS_FIELD line disappeared in authmysqlrc file.

And now, I've come to my question:
Is this behaviour normal?
And where is the line edit to enter AUXOPTIONS_FIELD?


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to