I had a problem sending the domain name in the initial url to QmailAdmin 1.2.0-rc1. Using this URL:


http://piemur.developersdesk.com/cgi-bin/qmailadmin/?user=rwidmer&dom=nowhere.net

I did not get the Domain name filled in. User name worked. It did not matter what order I sent the user and dom. To fix it I changed line 611 of template.c:

from

} else if(TmpCGI && GetValue(TmpCGI, value, " dom=", sizeof(value))==0){

to

} else if(TmpCGI && GetValue(TmpCGI, value, "dom=", sizeof(value))==0){
                                             ^ Space removed


Thank you VERY MUCH for including this feature! DOMAIN_AUTOFILL is a great idea too.



I'm still having a problem with adding mail robots to a domain that was created a long time ago. I'll start looking into that soon. Everything else I've tried is working great.


Rick



Reply via email to