By default, mail/imap-uw will grant authenticated users access to their entire home directory via the IMAP protocol. In some situations, usually for security reasons, this isn't a desired feature as additional directories and dot files appear when users attempt to subscribe to additional mailboxes. This optional patch, forces the IMAP root to be ~/mail for authenticated users which is also the default path used for some MUA's such as mail/alpine and removes the need for some users to configure a default prefix in either their GUI or console based MUA. Modified files: - ports/mail/cclient/Makefile - ports/mail/imap-uw/Makefile Fix: Downloadable diff from : http://www.netleader.com.au/~jarrod/FreeBSD/mail-cclient-mailsubdir.diff
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool)
Hi, Sorry for the late reply. You can set this in /etc/c-client.cf actually, or in ~/.imaprc if you set allow-user-config in c-client.cf. I think we should: - change the location of c-client.cf and make this file more obvious. - test whether it actually works. And then remove all options that can be set runtime in the config file. Agreed? Cheers, -- Anders.
anders 2011-08-21 22:59:53 UTC FreeBSD ports repository Modified files: mail/imap-uw/files pkg-message.in Log: Be more specific about changing mail-subdirectory. PR: 132213 Revision Changes Path 1.3 +4 -1 ports/mail/imap-uw/files/pkg-message.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Not necessary with patch to set mailbox directory. I mentioned how to set it in the install message. Thanks for submitting.