Re: mysql user did not authenticate by courier-imap

2005-06-29 Thread Chad Leigh -- Shire.Net LLC


On Jun 29, 2005, at 7:40 AM, Brian Candler wrote:


On Wednesday 29 June 2005 14:12, Muhammad Kashif Yaqoob wrote:

 I am working on postfix Mailserver at freebsd.and install the  
courier Imap
(courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.and  
also
Configuration the setting of courier-imap with mysql.When i  
authenticate

the mysql pop user  with courier-imap.



I saw your question the first time. I answered it. Simply reposting  
your query
(three times in succession) does *not* make me inclined to help you  
any more.


I suspect it is more a case of twitchy fingers and dumb MUA or MTA  
mail problem than reposting to get more help.  The three posts were  
all sent in the same minute or within minutes of each other.


---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mysql user did not authenticate by courier-imap

2005-06-29 Thread Brian Candler
On Wednesday 29 June 2005 14:12, Muhammad Kashif Yaqoob wrote:
>  I am working on postfix Mailserver at freebsd.and install the courier Imap
> (courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.
...
> authdaemonrc
>
> =
>
> authmodulelist="authmysql"
>
> daemons=5
>
> version=""
>
>
> 

courier-authlib has a DEBUG_LOGIN setting in that file - but you haven't shown 
it. This implies you're looking in an old authdaemonrc.

Try completely uninstalling courier-authlib/courier-imap, deleting any old 
config files which are lying around, and then reinstalling.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mysql user did not authenticate by courier-imap

2005-06-29 Thread Brian Candler
On Wednesday 29 June 2005 14:12, Muhammad Kashif Yaqoob wrote:
>  I am working on postfix Mailserver at freebsd.and install the courier Imap
> (courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.and also
> Configuration the setting of courier-imap with mysql.When i authenticate
> the mysql pop user  with courier-imap.

I saw your question the first time. I answered it. Simply reposting your query 
(three times in succession) does *not* make me inclined to help you any more.

However, I will repeat again what you need to know:

1. Make sure you are running courier-imap-4.x with courier-authlib-0.5x. If 
you are not, then upgrade. If you built from ports, then upgrade your ports 
collection first if you need to. Follow the instructions in the FreeBSD 
handbook to do that.

2. Next, follow the instructions for debugging courier authentication here:
http://www.courier-mta.org/authlib/README.authdebug.html
Make sure you implement the part which tells you to make sure you are logging 
syslog messages at 'debug' level. Under FreeBSD these messages usually end up 
in /var/log/debug.log

3. You will get detailled information in those logs showing exactly how the 
mysql connection is made, the query sent, and the response returned.

4. When you have all of that, post here again. Until then, please ask someone 
else for help (or pay a consultant to help you)

Brian.

P.S. There is also good advice at 
http://www.catb.org/~esr/faqs/smart-questions.html
If the answer you got before was in any way incomplete or not understandable, 
then say what you tried, what was missing, or what you didn't understand. If 
you just blindly repost, you can expect a blunt rebuttal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql user did not authenticate by courier-imap

2005-06-29 Thread Muhammad Kashif Yaqoob
 Dear Sir,

 I am working on postfix Mailserver at freebsd.and install the courier Imap 
(courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.and also 
Configuration the setting of courier-imap with mysql.When i authenticate the 
mysql pop user  with courier-imap.

And run the following for authenticating mysql user 

#/usr/local/sbin/authdaemond start
#/usr/lib/courier-imap/libexec/pop3d.rc start
#postfix start


#telnet localhost 110

>connected to localhost

>+ok Hello there.

and now check pop mysql user

>USER [EMAIL PROTECTED]

>PASS atif

Following error message occour

Part of my maillog:

Jun 29 21:13:36 post-4 postfix/master[498]: daemon started -- version 2.2.2, 
configuration /etc/postfix
Jun 29 21:14:01 post-4 authdaemond: modules="authmysql", daemons=5
Jun 29 21:14:01 post-4 authdaemond: Installing libauthmysql
Jun 29 21:14:01 post-4 authdaemond: Installation complete: authmysql

Jun 29 22:52:52 post-4 pop3d: LOGIN FAILED, [EMAIL PROTECTED], ip=[127.0.0.1]
Jun 29 22:52:52 post-4 pop3d: authentication error: Input/output error

 

Define the configuration setting in detail for courier imap given below

authdaemonrc

=

authmodulelist="authmysql"

daemons=5

version=""




authmysqlr

==

MYSQL_SERVER127.0.0.1
MYSQL_USERNAME  vmailuser
MYSQL_PASSWORD  vmailuser

MYSQL_PORT 3306

MYSQL_OPT  0

MYSQL_DATABASEprovider

MYSQL_USER_TABLE users

MYSQL_CRYPT_PWFIELD crypt

MYSQL_CLEAR_PWFIELD password

MYSQL_UID_FIELD  uid

MYSQL_GID_FIELD  gid

MYSQL_LOGIN_FIELD  email

MYSQL_HOME_FIELD homedir

MYSQL_NAME_FIELD name

MYSQL_MAILDIR_FIELD maildir


+..

---

How can i authenticate the mysql user by using courier-imap.? 
Hope somebody here can help?
 

Best Regards,

Muhammad kashif



 

 

 





-
Discover Yahoo!
 Stay in touch with email, IM, photo sharing & more. Check it out!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql user did not authenticate by courier-imap

2005-06-29 Thread Muhammad Kashif Yaqoob
 Dear Sir,

 I am working on postfix Mailserver at freebsd.and install the courier Imap 
(courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.and also 
Configuration the setting of courier-imap with mysql.When i authenticate the 
mysql pop user  with courier-imap.

And run the following for authenticating mysql user 

#/usr/local/sbin/authdaemond start
#/usr/lib/courier-imap/libexec/pop3d.rc start
#postfix start


#telnet localhost 110

>connected to localhost

>+ok Hello there.

and now check pop mysql user

>USER [EMAIL PROTECTED]

>PASS atif

Following error message occour

Part of my maillog:

Jun 29 21:13:36 post-4 postfix/master[498]: daemon started -- version 2.2.2, 
configuration /etc/postfix
Jun 29 21:14:01 post-4 authdaemond: modules="authmysql", daemons=5
Jun 29 21:14:01 post-4 authdaemond: Installing libauthmysql
Jun 29 21:14:01 post-4 authdaemond: Installation complete: authmysql

Jun 29 22:52:52 post-4 pop3d: LOGIN FAILED, [EMAIL PROTECTED], ip=[127.0.0.1]
Jun 29 22:52:52 post-4 pop3d: authentication error: Input/output error

 

Define the configuration setting in detail for courier imap given below

authdaemonrc

=

authmodulelist="authmysql"

daemons=5

version=""




authmysqlr

==

MYSQL_SERVER127.0.0.1
MYSQL_USERNAME  vmailuser
MYSQL_PASSWORD  vmailuser

MYSQL_PORT 3306

MYSQL_OPT  0

MYSQL_DATABASEprovider

MYSQL_USER_TABLE users

MYSQL_CRYPT_PWFIELD crypt

MYSQL_CLEAR_PWFIELD password

MYSQL_UID_FIELD  uid

MYSQL_GID_FIELD  gid

MYSQL_LOGIN_FIELD  email

MYSQL_HOME_FIELD homedir

MYSQL_NAME_FIELD name

MYSQL_MAILDIR_FIELD maildir


+..

---

How can i authenticate the mysql user by using courier-imap.? 
Hope somebody here can help?
 

Best Regards,

Muhammad kashif



 

 

 




-
Do you Yahoo!?
 Read only the mail you want - Yahoo! Mail SpamGuard.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql user did not authenticate by courier-imap

2005-06-29 Thread Muhammad Kashif Yaqoob
 Dear Sir,

 I am working on postfix Mailserver at freebsd.and install the courier Imap 
(courier-imap-4.0.2,1) and courier-authlib-0.55 in the system.and also 
Configuration the setting of courier-imap with mysql.When i authenticate the 
mysql pop user  with courier-imap.

And run the following for authenticating mysql user 

#/usr/local/sbin/authdaemond start
#/usr/lib/courier-imap/libexec/pop3d.rc start
#postfix start


#telnet localhost 110

>connected to localhost

>+ok Hello there.

and now check pop mysql user

>USER [EMAIL PROTECTED]

>PASS atif

Following error message occour

Part of my maillog:

Jun 29 22:52:52 post-4 pop3d: LOGIN FAILED, [EMAIL PROTECTED], ip=[127.0.0.1]
Jun 29 22:52:52 post-4 pop3d: authentication error: Input/output error

 

Define the configuration setting in detail for courier imap given below

authdaemonrc

=

authmodulelist="authmysql"

daemons=5

version=""




authmysqlr

==

MYSQL_SERVER127.0.0.1
MYSQL_USERNAME  vmailuser
MYSQL_PASSWORD  vmailuser

MYSQL_PORT 3306

MYSQL_OPT  0

MYSQL_DATABASEprovider

MYSQL_USER_TABLE users

MYSQL_CRYPT_PWFIELD crypt

MYSQL_CLEAR_PWFIELD password

MYSQL_UID_FIELD  uid

MYSQL_GID_FIELD  gid

MYSQL_LOGIN_FIELD  email

MYSQL_HOME_FIELD homedir

MYSQL_NAME_FIELD name

MYSQL_MAILDIR_FIELD maildir


+..

---

How can i authenticate the mysql user by using courier-imap.? 
Hope somebody here can help?
 

Best Regards,

Muhammad kashif



 

 

 



-
Yahoo! Mail Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"