> Hi, > > I sincerely aprreciate your reply. I have 2 more questions > > 1. Can SM do IMAP SSL?
If it is not STARTTLS (starting encryption in the middle of plain text imap session), then yes. See http://your-server/squirrelmail/doc/authentication.txt http://www.topolis.lt/docs/admin/admin-5.html#ss5.4 > 2. Is it possible to print multiple emails simultaneously(for job apps) Not implemented. Theoretically it can be implemented in plugin. > 3. What is a global addressbook in SM? Global address book is address book that can be shared between users. SquirrelMail supports multiple address book backends. Backends can be configured to provide address books that store entries visible to one user or to group of users or to entire squirrelmail install. SquirrelMail supports own flat file format, database supported by PHP Pear DB libraries and LDAP. LDAP address books are readonly and listing of addresses is available only when users search for address. Developers are working on code that allows to control listing of LDAP entries for each configured LDAP directory. Currently I have to finish debugging html based address search form, add configuration code to SquirrelMail configuration utility and decide what to do with nickname field. LDAP address books use full DN for nickname (cn=John Doe, ou=contacts, dc=example, dc=org). It does not look good in addresses page. Global or shared address books can be configured in SquirrelMail since 1.4.4 version. Before than admin had to modify functions/addressbook.php file. There is a typo in 1.4.4 code (i've missed couple of lines when ported code from devel) and if you want to have writeable global address books, you should apply patch or use 1.4.5cvs. See http://www.squirrelmail.org/wiki/KnownBugs If admin wants to use different backend for address book storage (IMSP, personal LDAP address books, sticky notes attached to server), SquirrelMail 1.4.5 and 1.5.1 provides hooks that allow plugins to attach own functions during address book initiation. Older SquirrelMail versions need two extra hooks in functions/addressbook.php. Current implementation is still limited to standard squirrelmail address book format. See also: http://article.gmane.org/gmane.mail.squirrelmail.user/24309 -- Tomas ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
