Re: Squirrelmail with Cyrus

2007-12-08 Thread Jorey Bump
Jeremy Ford wrote, at 12/07/2007 08:24 AM: > This works for me... > > $imap_server_type = 'cyrus'; > $default_folder_prefix = ''; > $trash_folder = 'INBOX/Trash'; > $sent_folder= 'INBOX/Sent'; > $draft_folder = 'INBOX/Drafts';

Re: Squirrelmail with Cyrus

2007-12-07 Thread Rafael Mahecha
Good morning. I think it would depend on what your cyrus/sendmail is using (pam, etc.) Then, in the squirrelmail config (./config.pl) you configure the imap server address and there is a setting asking for login (authentication) type; e.g., login, plain, cram,etc. -- -- -- Rafael Mahecha E-ma

Re: Squirrelmail with Cyrus

2007-12-07 Thread Joe Vieira
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 Cy

Re: Squirrelmail with Cyrus

2007-12-07 Thread Jeremy Ford
> 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 work

Re: Squirrelmail with Cyrus

2007-12-07 Thread Torsten Schlabach
Dear BipinDas-Ditro, > 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 ? Usually, there is nothing special. Just configure SquirrelMail to point to your Cyrus IMAPd server (using localhost or 127.0.0.1 as the

Squirrelmail with Cyrus

2007-12-07 Thread BipinDas-Ditro
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 ? Thanks in Advance.