[sork] passwd MYSQL VPOPMAIL

Eric Rostetter eric.rostetter at physics.utexas.edu
Fri Apr 18 12:14:03 PDT 2003


Quoting akanksha prabhat <akanksha_18 at yahoo.com>:

> Notice: Undefined offset: 1 in
> /var/www/html/horde/passwd/lib/Driver/vpopmail.php on
> line 115

That line reads:

        list($name,$domain)=explode('@',$user);

Which is trying to split the user info into user and domain (e.g. split
username at domain into "username" and "domain").

So it seems to expect that the user at domain style is passed in, and in your
case it doesn't seem to be.  Hence the error.  Anyone know why it works
this way?

One fix would be the username hook to append the domain...

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the sork mailing list