Re: [vchkpw] Authentication Problem/Login problem

2004-08-10 Thread Mattias Björk
Hi,
Tom Collins wrote:
On Aug 9, 2004, at 5:28 PM, Mattias Björk wrote:
Im using thunderbird as my MUA. My user name is "kladd"

Try using the full email address as the user name.
It did the trick to use the hole email address.
I don't know why I haven't thought of that earlier, I would have saved a 
lot of headache.

--
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/

Thanks for the help.
Mvh Mattias Björk


Re: [vchkpw] Authentication Problem/Login problem

2004-08-10 Thread Mattias Björk
Hi,
Vlad Soutyrine wrote:
I saw reply to you from somebody else to use full address as login name.
> That is correct, did that help?
That did the trick on that server! I wounder why I haven't thought of 
that before. Then again its the small pices that make the wheel turn, 
sometimes.

If that was not the problem, you may also run courier with environment
variable set
DEBUG_LOGIN=2
This will enable more messages in /var/log/maillog during authentication and
this may give you an idea.
You mean I can set it in one of the files in 
/usr/local/etc/courier-imap/ named:
imapd, imapd.dist, pop3d or pop3d.dist

But there are no way to do it for imapd-ssl, then again I can test it 
with imapd (No ssl via port 143). Then the problem should be about the 
same for imapd as well as with imapd-ssl. Or am I out on to deep water?

-Original Message-
From: Mattias Björk [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 09, 2004 6:57 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Authentication Problem/Login problem

Hi,
Vlad Soutyrine wrote:
 > I had problems as well, first I made sure that vpopmail itself works
 > fine.
 > Try to change password of a user with vpasswd, for example, to see if 
 > you
 > get any error messages.

No problem here:
mail# ./vpasswd [EMAIL PROTECTED]
Please enter password for [EMAIL PROTECTED]:
enter password again:
mail#
 > vadddomain, vadduser - no errors for troublesome
 > domain?
Added a new user:
mail# ./vadduser [EMAIL PROTECTED]
Please enter password for [EMAIL PROTECTED]:
enter password again:
mail#
Added a new virtaldomain:
mail# ./vadddomain webmail.birch.se
Please enter password for postmaster:
enter password again:
mail#
 > Also,
 > /var/qmail/users/assign
 > should have a line properly formatted for each domain.  This line gets
 > inserted automatically when using vadddomain.
Something like:
cat /var/qmail/users/assign
mail# cat assign
+mail.birch.se-:mail.birch.se:89:89:/usr/local/vpopmail/domains/mail.birch.s
e:-::
+webmail.birch.se-:webmail.birch.se:89:89:/usr/local/vpopmail/domains/webmai
l.birch.se:-::
.
mail# id vpopmail
uid=89(vpopmail) gid=89(vchkpw) groups=89(vchkpw)
mail#
 > There could be a variety of things on how you ran configure for
 > courier
 > also, but I would first make sure that simple stuff above is ok.
It seems okey so far?
 > -Original Message-
 > From: Mattias Björk [mailto:[EMAIL PROTECTED] Sent: Monday,
 > August 09, 2004 5:28 PM
 > To: [EMAIL PROTECTED]
 > Subject: [vchkpw] Authentication Problem/Login problem
 >
 > Hi,
 >
 > I have setup qmail with vpopmail+courier-imap and are using a virtual 
 > domain. Its named "mail.birch.se". Im running it on FreeBSD 5.2.1.
 >
 > I have used this guide to accomplish this:
 >
 > "http://www.stevenfettig.com/mythoughts/archives/cat_qmail.php";
 >
 > (Qmail HOWTO 1 thru chapter 3.)
 >
 > I have also read some of the comments and did the change of
 > AUTHMODULES="authvchkpw" in 
"/usr/local/etc/courier-imap/authdaemonrc" > from AUTHMODULES="authdaemon".
 >
 > And my /var/qmail/control/virtualdomains does have this line:
 > "mail.birch.se:mail.birch.se"
 >
 > Im using thunderbird as my MUA. My user name is "kladd"
 >
 > Almost everything works fine, I can auth/login via imap-ssl and all. 
I > get the certificate and accept it. However when I look in
 > /var/log/maillog it says:
 >
 > Aug 10 01:50:18 mail imapd-ssl: LOGIN FAILED,
 > ip=[:::192.168.10.201]
 > Aug 10 01:50:18 mail imapd-ssl: LOGOUT, ip=[:::192.168.10.201]
 >
 > (There are more but just the same thing but other date/time stamps)
 >
 > And I can't see/list my mails, And If I send a mail to my self, with
 > the option "Place mail in sent folder" set. I get an error message
 > saying that it can't do it. I have tried to change the password
 > several times but that does not seem to make any diffrance.
 >
 > I have listed and there are the mail that I have sent to my self in
 > "/usr/local/vpopmail/domains/mail.birch.se/kladd/Maildir/new"
 >
 > I hope have not forgotten to do something, I can't think of anything
 > that I have forgotten. Perhaps I have missed something but I have 
also > checked   the logs in "/var/log". I have checked "/var/messages" and
 > /var/log/qmail/current with tail -f. And there is not more that I can 
 > think of that is wrong.
 >
 > Does anybody have a clue on what might be wrong? This has something 
to > do with the auth. I don't know but it might be something to with the
 > open_relay fix/addon in the guide as well.
 >
 > Mvh Mattias Björk

Thank you very mutch for the fast reply
Mvh Mattias Björk

Thanks for the help!
Mvh Mattias Björk


Re: [vchkpw] Authentication Problem/Login problem

2004-08-09 Thread Tom Collins
On Aug 9, 2004, at 5:28 PM, Mattias Björk wrote:
Im using thunderbird as my MUA. My user name is "kladd"
Try using the full email address as the user name.
--
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/


Re: [vchkpw] Authentication Problem/Login problem

2004-08-09 Thread Mattias Björk
Hi,
Vlad Soutyrine wrote:
> I had problems as well, first I made sure that vpopmail itself works
> fine.
> Try to change password of a user with vpasswd, for example, to see if 
> you
> get any error messages.

No problem here:
mail# ./vpasswd [EMAIL PROTECTED]
Please enter password for [EMAIL PROTECTED]:
enter password again:
mail#
> vadddomain, vadduser - no errors for troublesome
> domain?
Added a new user:
mail# ./vadduser [EMAIL PROTECTED]
Please enter password for [EMAIL PROTECTED]:
enter password again:
mail#
Added a new virtaldomain:
mail# ./vadddomain webmail.birch.se
Please enter password for postmaster:
enter password again:
mail#
> Also,
> /var/qmail/users/assign
> should have a line properly formatted for each domain.  This line gets
> inserted automatically when using vadddomain.
Something like:
cat /var/qmail/users/assign
mail# cat assign
+mail.birch.se-:mail.birch.se:89:89:/usr/local/vpopmail/domains/mail.birch.se:-::
+webmail.birch.se-:webmail.birch.se:89:89:/usr/local/vpopmail/domains/webmail.birch.se:-::
.
mail# id vpopmail
uid=89(vpopmail) gid=89(vchkpw) groups=89(vchkpw)
mail#
> There could be a variety of things on how you ran configure for
> courier
> also, but I would first make sure that simple stuff above is ok.
It seems okey so far?
> -Original Message-
> From: Mattias Björk [mailto:[EMAIL PROTECTED] Sent: Monday,
> August 09, 2004 5:28 PM
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] Authentication Problem/Login problem
>
> Hi,
>
> I have setup qmail with vpopmail+courier-imap and are using a virtual 
> domain. Its named "mail.birch.se". Im running it on FreeBSD 5.2.1.
>
> I have used this guide to accomplish this:
>
> "http://www.stevenfettig.com/mythoughts/archives/cat_qmail.php";
>
> (Qmail HOWTO 1 thru chapter 3.)
>
> I have also read some of the comments and did the change of
> AUTHMODULES="authvchkpw" in 
"/usr/local/etc/courier-imap/authdaemonrc" > from AUTHMODULES="authdaemon".
>
> And my /var/qmail/control/virtualdomains does have this line:
> "mail.birch.se:mail.birch.se"
>
> Im using thunderbird as my MUA. My user name is "kladd"
>
> Almost everything works fine, I can auth/login via imap-ssl and all. 
I > get the certificate and accept it. However when I look in
> /var/log/maillog it says:
>
> Aug 10 01:50:18 mail imapd-ssl: LOGIN FAILED,
> ip=[:::192.168.10.201]
> Aug 10 01:50:18 mail imapd-ssl: LOGOUT, ip=[:::192.168.10.201]
>
> (There are more but just the same thing but other date/time stamps)
>
> And I can't see/list my mails, And If I send a mail to my self, with
> the option "Place mail in sent folder" set. I get an error message
> saying that it can't do it. I have tried to change the password
> several times but that does not seem to make any diffrance.
>
> I have listed and there are the mail that I have sent to my self in
> "/usr/local/vpopmail/domains/mail.birch.se/kladd/Maildir/new"
>
> I hope have not forgotten to do something, I can't think of anything
> that I have forgotten. Perhaps I have missed something but I have 
also > checked   the logs in "/var/log". I have checked "/var/messages" and
> /var/log/qmail/current with tail -f. And there is not more that I can 
> think of that is wrong.
>
> Does anybody have a clue on what might be wrong? This has something 
to > do with the auth. I don't know but it might be something to with the
> open_relay fix/addon in the guide as well.
>
> Mvh Mattias Björk

Thank you very mutch for the fast reply
Mvh Mattias Björk