[imp] authorization failed (errflg=1) in Unknown on line 0

Fred Zhang fred at timogen.com
Thu Sep 25 15:33:28 PDT 2003


=A3=C8i,

I had set up the Mail Server Qmail + vpopmail.
Also I had install the horde2.2.4 and IMP 3.2.2 in the same macnine,=20

Now I can successfully longing use the same mail account for the virtual =
domain, but I can't login the imp, and the error msg is below, could =
anyone help me?

Another question is: Must I install UW IMAP in the mail server?

------------------------------------------------------------------------E=
rror =
Msg----------------------------------------------------------------------=
--
[Thu Sep 25 15:11:06 2003] [notice] Accept mutex: sysvsem (Default: =
sysvsem)
[Thu Sep 25 15:11:51 2003] [error] PHP Warning:  authorization failed =
(errflg=3D1) in Unknown on line 0
[Thu Sep 25 15:11:51 2003] [error] PHP Warning:  POP3 connection broken =
in response (errflg=3D1) in Unknown on line 0

-------------------------------------------------------------------------=
-------------------------------------Servers.php-------------------------=
------------------------------
// example:
$servers['_prompt'] =3D array(
   'name' =3D> _("POP3 Server")
);
/*
$servers['imap'] =3D array(
    'name' =3D> 'IMAP Server',
    'server' =3D> 'imap.example.com',
    'protocol' =3D> 'imap/notls',
    'port' =3D> 143,
    'folders' =3D> 'mail/',
    'namespace' =3D> '',
    'maildomain' =3D> 'example.com',
    'smtphost' =3D> 'smtp.example.com',
    'realm' =3D> 'example.com',
    'preferred' =3D> ''
);

$servers['cyrus'] =3D array(
    'name' =3D> 'Cyrus IMAP Server',
    'server' =3D> 'localhost',
    'protocol' =3D> 'imap/notls',
    'port' =3D> 143,
    'folders' =3D> '',
    'namespace' =3D> 'INBOX.',
    'maildomain' =3D> 'sh1000.net',
    'realm' =3D> 'sh1000.net',
    'preferred' =3D> ''
);
*/
$servers['pop'] =3D array(
    'name' =3D> 'POP3 Server',
    'server' =3D> '61.144.60.244',
    'protocol' =3D> 'pop3',
    'port' =3D> 110,
    'folders' =3D> '',
    'namespace' =3D> '',
    'maildomain' =3D> 'sh1000.net',
    'realm' =3D> 'sh1000.net',
    'preferred' =3D> ''
);




Regards
Fred Zhang


More information about the imp mailing list