Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93842 - Virtual Mail Howto shortcomings and adapting to changes of new versions of software
Summary: Virtual Mail Howto shortcomings and adapting to changes of new versions of so...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Virtual-mail HOWTO (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-24 12:59 UTC by seather
Modified: 2005-05-29 09:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch (virtmailhowto.fixes,1.90 KB, patch)
2005-05-24 13:00 UTC, seather
Details | Diff
Proposed patch proper this time (changes.patch,3.08 KB, patch)
2005-05-27 23:17 UTC, seather
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description seather 2005-05-24 12:59:10 UTC
The gentoo virtual mail howto has a couple of shortcomings and the locations of
configurations files have changed in the new courier packages. I have also found
that by changing smtp authentication a bit without messing around with pam seems
to be simple and easier for new people doing this. I will list my
recommendations and requirements properly below:

1) Courier's configuration locations changed, as the courier-authlib and
courier-imap packages are now separate

2) Previously I have already posted a patch that fixed the double-authentication
issue and removed any need for imap and pop3 pam configurations. Why don't we
let sasl authenticate against our courier imap? This keeps pam's configurations
untouched (which pam also complains about when re-emerging), it is less
configuration, less places that we are putting our mysql connection details on
the server and lessens the margin for error as well and on top of everything it
is much easier for users to do/configure. This can easily be done by using
cyrus-sasl's rimap option

Reproducible: Always
Steps to Reproduce:
Comment 1 seather 2005-05-24 13:00:42 UTC
Created attachment 59729 [details, diff]
Proposed patch

I have created a proposed patch that addressess these issues!
Comment 2 Shyam Mani (RETIRED) gentoo-dev 2005-05-24 13:08:36 UTC
Could you please post the patch by doing a diff -Nut oldfile patched file >
changes.patch?

Thanks!
Comment 3 seather 2005-05-27 23:17:28 UTC
Created attachment 59997 [details, diff]
Proposed patch proper this time

Sorry about that, forgot I just did a diff!

Here's the patch as you wanted
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2005-05-29 09:12:47 UTC
Ah, I'm very glad that the pam_mysql stuff is removed now. Patch committed.