Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Janno Sannik
Do you have the basic vpopmail sql table in place (containing aliases 
table for example).
is database user correctly configured in 
/home/vpopmail/etc/vpopmail.mysql according to mysql db itself?




John Carlson wrote:
OK so I was looking around last night at my server.. using webmin and 
I was updating some sites.


I wanted to remove a table for an old site in the vpopmail 
database well when I deleted the table it actually deleted the 
whole vpopmail database. NO BACKUP... it is a fairly new install... 
anyway.. so I did some looking and I seen that the easiest way to get 
the vpopmail database back was to just re-install vpopmail.. so I 
removed vpopmail and then re-installed it.. I had to create the 
vpopmail:vchkpw user and group.. and everything seems to be in order.. 
but now I can't connect to the pop server.. or use squirrelmail.. so 
does anyone have any ideas how I can fix it without having to 
re-install the whole qmailtoaster system..


thanks in advance..
John
--
Minnesota Webworks



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Jake Vickers

John Carlson wrote:
OK so I was looking around last night at my server.. using webmin and 
I was updating some sites.


I wanted to remove a table for an old site in the vpopmail 
database well when I deleted the table it actually deleted the 
whole vpopmail database. NO BACKUP... it is a fairly new install... 
anyway.. so I did some looking and I seen that the easiest way to get 
the vpopmail database back was to just re-install vpopmail.. so I 
removed vpopmail and then re-installed it.. I had to create the 
vpopmail:vchkpw user and group.. and everything seems to be in order.. 
but now I can't connect to the pop server.. or use squirrelmail.. so 
does anyone have any ideas how I can fix it without having to 
re-install the whole qmailtoaster system..

mysqladmin create vpopmail -uroot -p
mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

echo GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED] 
IDENTIFIED BY 'SsEeCcRrEeTt' | mysql -uroot -p

mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

Then reinstall vpopmail. You dropped the whole database, and the 
vpopmail RPM doesn't create it - that was covered in the installation 
script.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread John Carlson
I believe it is.. I can create new e-mail accounts and so on.. but I 
can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this error 
message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending of 
password did not succeed. authorization failed..


thanks again..
Minnesota Webworks


Janno Sannik wrote:
Do you have the basic vpopmail sql table in place (containing aliases 
table for example).
is database user correctly configured in 
/home/vpopmail/etc/vpopmail.mysql according to mysql db itself?




John Carlson wrote:
OK so I was looking around last night at my server.. using webmin and 
I was updating some sites.


I wanted to remove a table for an old site in the vpopmail 
database well when I deleted the table it actually deleted the 
whole vpopmail database. NO BACKUP... it is a fairly new install... 
anyway.. so I did some looking and I seen that the easiest way to get 
the vpopmail database back was to just re-install vpopmail.. so I 
removed vpopmail and then re-installed it.. I had to create the 
vpopmail:vchkpw user and group.. and everything seems to be in 
order.. but now I can't connect to the pop server.. or use 
squirrelmail.. so does anyone have any ideas how I can fix it without 
having to re-install the whole qmailtoaster system..


thanks in advance..
John
--
Minnesota Webworks



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread John Carlson
when I ran the RPM it created the database for me again.. and the user 
was still there. in mysql.. so I don't think that was the problem.. but 
I'm not sure.. I'll try what you have here..


thanks.
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
OK so I was looking around last night at my server.. using webmin and 
I was updating some sites.


I wanted to remove a table for an old site in the vpopmail 
database well when I deleted the table it actually deleted the 
whole vpopmail database. NO BACKUP... it is a fairly new install... 
anyway.. so I did some looking and I seen that the easiest way to get 
the vpopmail database back was to just re-install vpopmail.. so I 
removed vpopmail and then re-installed it.. I had to create the 
vpopmail:vchkpw user and group.. and everything seems to be in 
order.. but now I can't connect to the pop server.. or use 
squirrelmail.. so does anyone have any ideas how I can fix it without 
having to re-install the whole qmailtoaster system..

mysqladmin create vpopmail -uroot -p
mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

echo GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED] 
IDENTIFIED BY 'SsEeCcRrEeTt' | mysql -uroot -p

mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

Then reinstall vpopmail. You dropped the whole database, and the 
vpopmail RPM doesn't create it - that was covered in the installation 
script.


Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread PakOgah

Jake Vickers wrote:

John Carlson wrote:
OK so I was looking around last night at my server.. using webmin and 
I was updating some sites.


I wanted to remove a table for an old site in the vpopmail 
database well when I deleted the table it actually deleted the 
whole vpopmail database. NO BACKUP... it is a fairly new install... 
anyway.. so I did some looking and I seen that the easiest way to get 
the vpopmail database back was to just re-install vpopmail.. so I 
removed vpopmail and then re-installed it.. I had to create the 
vpopmail:vchkpw user and group.. and everything seems to be in 
order.. but now I can't connect to the pop server.. or use 
squirrelmail.. so does anyone have any ideas how I can fix it without 
having to re-install the whole qmailtoaster system..

mysqladmin create vpopmail -uroot -p
mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

echo GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED] 
IDENTIFIED BY 'SsEeCcRrEeTt' | mysql -uroot -p

mysqladmin -uroot -p reload
mysqladmin -uroot -p refresh

Then reinstall vpopmail. You dropped the whole database, and the 
vpopmail RPM doesn't create it - that was covered in the installation 
script.

Oh John,
you remind me to backup toaster's mysql dbs
I think mysql-zrm will do enough...


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Jake Vickers

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but I 
can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending of 
password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread John Carlson
ok, I tried the mysqladmin stuff.. and that didn't change it.. then I 
did a test (telnet domain.com 25) and sent an e-mail and that worked.. 
so I'm not sure what is going on here..


it doesn't make any sense to me.. unless there is some config that I am 
missing..
because squirrelmail only seems to give me the error when I have a 
correct e-mail address.. otherwise it tells me that I have an incorrect user


.. so something is happening with the password I think..

not sure what it is...

thanks,
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but I 
can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending 
of password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.


Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Johannes Weberhofer, Weberhofer GmbH

What does your log file say? It could also be a memory issue.




John Carlson schrieb:
ok, I tried the mysqladmin stuff.. and that didn't change it.. then I 
did a test (telnet domain.com 25) and sent an e-mail and that worked.. 
so I'm not sure what is going on here..


it doesn't make any sense to me.. unless there is some config that I am 
missing..
because squirrelmail only seems to give me the error when I have a 
correct e-mail address.. otherwise it tells me that I have an incorrect user


.. so something is happening with the password I think..

not sure what it is...

thanks,
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but I 
can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending 
of password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.


--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|---


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread John Carlson
I did notice another thing.. my uid and gid for vpopmail and vchkpw are 
both 89.. but in the config.h file in the /home/vpopmail/includes 
directory.. the #define VPOPMAILUID 510 and same for VPOPMAILGID .. so 
I'm not sure if this is significant



Minnesota Webworks


John Carlson wrote:
ok, I tried the mysqladmin stuff.. and that didn't change it.. then I 
did a test (telnet domain.com 25) and sent an e-mail and that worked.. 
so I'm not sure what is going on here..


it doesn't make any sense to me.. unless there is some config that I 
am missing..
because squirrelmail only seems to give me the error when I have a 
correct e-mail address.. otherwise it tells me that I have an 
incorrect user


.. so something is happening with the password I think..

not sure what it is...

thanks,
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but I 
can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending 
of password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.


Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Warren (mailing lists)

vchkpw is the group and it has number 89.
vpopmail is the user.  It has a uid of 89 and is assigned to group 89 
(vchkpw).


These are both correct.

W


John Carlson wrote:
I did notice another thing.. my uid and gid for vpopmail and vchkpw are 
both 89.. but in the config.h file in the /home/vpopmail/includes 
directory.. the #define VPOPMAILUID 510 and same for VPOPMAILGID .. so 
I'm not sure if this is significant



Minnesota Webworks


John Carlson wrote:
ok, I tried the mysqladmin stuff.. and that didn't change it.. then I 
did a test (telnet domain.com 25) and sent an e-mail and that worked.. 
so I'm not sure what is going on here..


it doesn't make any sense to me.. unless there is some config that I 
am missing..
because squirrelmail only seems to give me the error when I have a 
correct e-mail address.. otherwise it tells me that I have an 
incorrect user


.. so something is happening with the password I think..

not sure what it is...

thanks,
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but I 
can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending 
of password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Jake Vickers

John Carlson wrote:
I did notice another thing.. my uid and gid for vpopmail and vchkpw 
are both 89.. but in the config.h file in the /home/vpopmail/includes 
directory.. the #define VPOPMAILUID 510 and same for VPOPMAILGID .. so 
I'm not sure if this is significant



It has to be 89:89. You'll see that it's defined in your /etc/passwd file.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread John Carlson

here is what my /var/log/maillog file sais:

May 22 09:47:14 fergusfalls vpopmail[5923]: vchkpw-pop3: (PLAIN) login 
success [EMAIL PROTECTED]:192.168.1.251
May 22 09:47:14 fergusfalls vpopmail[5923]: vchkpw-pop3: autocreate dir 
errno 13 /home/vpopmail/domains/fergusfalls.org/john 
[EMAIL PROTECTED]:192.168.1.251
May 22 09:48:27 fergusfalls vpopmail[5930]: vchkpw-pop3: (PLAIN) login 
success [EMAIL PROTECTED]:192.168.1.251
May 22 09:48:27 fergusfalls vpopmail[5930]: vchkpw-pop3: autocreate dir 
errno 13 /home/vpopmail/domains/fergusfalls.org/john 
[EMAIL PROTECTED]:192.168.1.251


that happens everytime I try to login with thunderbird.. I watch the log 
with tail..


thanks,
Minnesota Webworks


Johannes Weberhofer, Weberhofer GmbH wrote:

What does your log file say? It could also be a memory issue.




John Carlson schrieb:
ok, I tried the mysqladmin stuff.. and that didn't change it.. then I 
did a test (telnet domain.com 25) and sent an e-mail and that 
worked.. so I'm not sure what is going on here..


it doesn't make any sense to me.. unless there is some config that I 
am missing..
because squirrelmail only seems to give me the error when I have a 
correct e-mail address.. otherwise it tells me that I have an 
incorrect user


.. so something is happening with the password I think..

not sure what it is...

thanks,
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but 
I can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending 
of password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.




Re: [qmailtoaster] vpopmail reistalled now can't connect to servers

2007-05-22 Thread Johannes Weberhofer, Weberhofer GmbH

Did you delete the mailboxes, too? Are the directories there? Is the directory 
owner ok?



John Carlson schrieb:

here is what my /var/log/maillog file sais:

May 22 09:47:14 fergusfalls vpopmail[5923]: vchkpw-pop3: (PLAIN) login 
success [EMAIL PROTECTED]:192.168.1.251
May 22 09:47:14 fergusfalls vpopmail[5923]: vchkpw-pop3: autocreate dir 
errno 13 /home/vpopmail/domains/fergusfalls.org/john 
[EMAIL PROTECTED]:192.168.1.251
May 22 09:48:27 fergusfalls vpopmail[5930]: vchkpw-pop3: (PLAIN) login 
success [EMAIL PROTECTED]:192.168.1.251
May 22 09:48:27 fergusfalls vpopmail[5930]: vchkpw-pop3: autocreate dir 
errno 13 /home/vpopmail/domains/fergusfalls.org/john 
[EMAIL PROTECTED]:192.168.1.251


that happens everytime I try to login with thunderbird.. I watch the log 
with tail..


thanks,
Minnesota Webworks


Johannes Weberhofer, Weberhofer GmbH wrote:

What does your log file say? It could also be a memory issue.




John Carlson schrieb:
ok, I tried the mysqladmin stuff.. and that didn't change it.. then I 
did a test (telnet domain.com 25) and sent an e-mail and that 
worked.. so I'm not sure what is going on here..


it doesn't make any sense to me.. unless there is some config that I 
am missing..
because squirrelmail only seems to give me the error when I have a 
correct e-mail address.. otherwise it tells me that I have an 
incorrect user


.. so something is happening with the password I think..

not sure what it is...

thanks,
Minnesota Webworks


Jake Vickers wrote:

John Carlson wrote:
I believe it is.. I can create new e-mail accounts and so on.. but 
I can't seem to connect to the server with my thunderbird or 
squirrelmail.. when I try to connect with squirrelmail I get this 
error message: * ERROR: Connection dropped by IMAP server.


*when I try to connect with thunderbird I get this message: sending 
of password did not succeed. authorization failed.

Does SMTP work? IMAP problems can be related to DNS.




--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|---


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]