squirrel auth's thru IMAP so it uses however cyrus auth...i'd just make sure you're using tls or ssl encryption...or running it on the same box that cyrus runs on. Joe Vieira UNIX Systems Administrator Clark University - ITS Jeremy Ford wrote: >> DearList >> I am building a new server with Cyrus/Sendmail/Squirrelmail. Let me know >> how I configure the Squirrelmail to authenticate with Cyrus. >> To be simple,If I create a user in Cyrus,How can I login through >> Squirrelmail. What should be the configuration settings to be done ? >> > > This works for me... > > $imap_server_type = 'cyrus'; > $default_folder_prefix = ''; > $trash_folder = 'INBOX/Trash'; > $sent_folder = 'INBOX/Sent'; > $draft_folder = 'INBOX/Drafts'; > $default_move_to_trash = true; > $default_move_to_sent = true; > $default_save_as_draft = true; > $show_prefix_option = false; > $list_special_folders_first = true; > $use_special_folder_color = true; > $auto_expunge = true; > $default_sub_of_inbox = true; > $show_contain_subfolders_option = false; > $default_unseen_notify = 2; > $default_unseen_type = 1; > $auto_create_special = true; > $delete_folder = false; > $noselect_fix_enable = false; > > Jeremy > -- > ---- > Cyrus Home Page: http://cyrusimap.web.cmu.edu/ > Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html > ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html