Yeah.. this is my code..
<FORM METHOD="POST" action="http://qmailadmin.xyz.com"> <input type="hidden" name="username" value="postmaster"> <input type="hidden" name="domain" value="domain.com"> <input type="hidden" name="password" value="password"> <input type="submit" value="submit" name="submit">
And when I hit submit:
Method Not Allowed The requested method POST is not allowed for the URL /index.shtml.
That's a webserver configuration issue, you haven't configured it to allow POST at the root of that website.
Shouldn't you set the ACTION of the FORM to the complete URL to qmailadmin?
-- 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/
