Hi to everyone,
I have a problem with qmail and pop3 authetication.
I have successfully installed qmail+vpopmail+mysql+imap+squirrelmail.
I have created a virtual domain and some users. These users can
connect to the server via http/https and they can send/receive mails
normally.
But here's the problem.
I've configured an account on my mail client (outlook express). I have
choose to save the password so it doens't prompt it every time I check
the mail.
Sometimes it works and sometimes not: I mean sometimes outlook re-ask
me to type the password for 2-3 times.
I get this error:
'vmysql: can't read settings from /home/vpopmail/etc/vpopmail.mysql',
I've tried to telnet directly to port 110 of the mail server.
Same problem. Sometimes it works:
[root@webmail etc]# telnet <ip> 110
Trying <ip>...
Connected to <myhostname>
Escape character is '^]'.
+OK
user test@test.it
+OK
pass test
+OK
quit
+OK
Connection closed by foreign host.
and sometimes i get this error:
[root@webmail etc]# telnet <ip> 110
Trying <ip>...
Connected to <myhostname>
Escape character is '^]'.
+OK
user test@test.it
+OK
pass test
vmysql: can't read settings from /home/vpopmail/etc/vpopmail.mysql
could not create vlog table CREATE TABLE vlog ( id BIGINT PRIMARY KEY
AUTO_INCREMENT, user char(32), passwd CHAR(32), domain
CHAR(64), logon VARCHAR(200), remoteip char(18), message
VARCHAR(255), timestamp bigint default 0 NOT NULL, error INT,
INDEX user_idx (user), INDEX domain_idx (domain), INDEX
remoteip_idx (remoteip), INDEX error_idx (error), INDEX
message_idx (message) )
error inserting into vlog table
-ERR authorization failed
Connection closed by foreign host.
I have a problem with qmail and pop3 authetication.
I have successfully installed qmail+vpopmail+mysql+imap+squirrelmail.
I have created a virtual domain and some users. These users can
connect to the server via http/https and they can send/receive mails
normally.
But here's the problem.
I've configured an account on my mail client (outlook express). I have
choose to save the password so it doens't prompt it every time I check
the mail.
Sometimes it works and sometimes not: I mean sometimes outlook re-ask
me to type the password for 2-3 times.
I get this error:
'vmysql: can't read settings from /home/vpopmail/etc/vpopmail.mysql',
I've tried to telnet directly to port 110 of the mail server.
Same problem. Sometimes it works:
[root@webmail etc]# telnet <ip> 110
Trying <ip>...
Connected to <myhostname>
Escape character is '^]'.
+OK
user test@test.it
+OK
pass test
+OK
quit
+OK
Connection closed by foreign host.
and sometimes i get this error:
[root@webmail etc]# telnet <ip> 110
Trying <ip>...
Connected to <myhostname>
Escape character is '^]'.
+OK
user test@test.it
+OK
pass test
vmysql: can't read settings from /home/vpopmail/etc/vpopmail.mysql
could not create vlog table CREATE TABLE vlog ( id BIGINT PRIMARY KEY
AUTO_INCREMENT, user char(32), passwd CHAR(32), domain
CHAR(64), logon VARCHAR(200), remoteip char(18), message
VARCHAR(255), timestamp bigint default 0 NOT NULL, error INT,
INDEX user_idx (user), INDEX domain_idx (domain), INDEX
remoteip_idx (remoteip), INDEX error_idx (error), INDEX
message_idx (message) )
error inserting into vlog table
-ERR authorization failed
Connection closed by foreign host.