Hi,
I installed cyrus-imap22 with sasl2 and mysql4 with pam-mysql for storing user login info.
As all user credential go into mysql database. Is there anyway I can instruct cyradm to write new user ID and password into mysql database when using cyradm tool?
May be I need to add some sql_ options in the imapd.conf file, but I have not much precise idea for doing that.
Currently I have modified imap file in the /etc/pam.d file so that authtentication happen with mysql. The content of the imap is as follow:
# cat /etc/pam.d/imap
auth required pam_mysql.so user=root passwd=mypass host=localhost db=mailbox table=user usercolumn=username passwdcolumn=password crypt=1 sqllog=1
account sufficient pam_mysql.so user=root passwd=mypass host=localhost db=mailbox table=user usercolumn=username passwdcolumn=password crypt=1 sqllog=1
auth sufficient pam_unix.so
account sufficient pam_unix.so
Thanks sam
--- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html