|
Bugzilla – Full Text Bug Listing |
| Summary: | squirrelmail's README.SuSE is outdated | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | peter czanik <peter> |
| Component: | Network | Assignee: | Marian Jancar <mjancar> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
peter czanik
2005-08-19 20:53:51 UTC
The working solution for me was to enable "imaps" in xinetd, and then change squirrelmail configuration in the following way: IMAP Settings -------------- 4. IMAP Server : localhost 5. IMAP Port : 993 6. Authentication type : login 7. Secure IMAP (TLS) : true 8. Server software : uw 9. Delimiter : / The nonssl variant doesn't work at all (uw imap has login auth disabled and squirrelmail doesn't support plain), the ssl works only with php5. I will test whether courier or cyrus work better and change the default config and the readme if so. Err, I meant the nonssl works only with php4. (In reply to comment #2) > whether courier or cyrus work better and change the default config and the But those are much more difficult to configure. So imap-uw should be left as default. And nobody should use unencrypted imap anyway... To use uw imap with ssl you need to generate the certificate, it doesn't work with php5, and on localhost nonssl makes more sense. I used php5 (as mod_php4 was not included), and worked fine... The courier works with default configuration, the only thing the users has to do is to create the maildir in his home, and is by far superior to the uw. But postfix delivers to mailbox by default, oh well. fixed |