View previous topic :: View next topic |
Author |
Message |
gln n00b
Joined: 05 Jun 2003 Posts: 11
|
Posted: Tue Dec 16, 2003 11:26 pm Post subject: Courierpassd installation for Squirrelmail |
|
|
I'd like to install the Courierpassd plug-in for Squirrelmail but am having a problem finding the courier source tree for the install.
If you've installed this before and have some installation tips that would be great.
thanks |
|
Back to top |
|
|
chtof n00b
Joined: 29 Aug 2003 Posts: 62 Location: France
|
Posted: Tue Dec 16, 2003 11:39 pm Post subject: |
|
|
Hello,
It's strange because :
Code: |
localhost portage # emerge -p courier
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] net-mail/courier-0.44.0
|
If you prefer, you just have to do an emerge courier...
And if you want to know where courier is installed, just have a look during the emerge and you will know where the files are... |
|
Back to top |
|
|
gln n00b
Joined: 05 Jun 2003 Posts: 11
|
Posted: Wed Dec 17, 2003 5:26 am Post subject: |
|
|
Thanks for your reply but I already installed courier-imap and I don't want to unmerge it for just a brief glimps. |
|
Back to top |
|
|
Blahbbs n00b
Joined: 15 Jul 2002 Posts: 42
|
Posted: Mon Jul 26, 2004 8:58 pm Post subject: |
|
|
To grab the source without installing it, try this:
Code: | emerge --fetchonly courier |
That'll download the source files and drop them into /usr/portage/distfiles. From there, you can copy the source file wherever you like and expand it. Boom. There's your source tree. |
|
Back to top |
|
|
|