15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier and smtp-...
FromSent OnAttachments
Dario AlonsoOct 8, 2003 8:37 am 
Anand BuddhdevOct 8, 2003 8:58 am 
Gordon MessmerOct 8, 2003 12:09 pm 
Dario AlonsoOct 8, 2003 2:02 pm 
Dario AlonsoOct 8, 2003 2:04 pm 
Bowie BaileyOct 8, 2003 2:49 pm 
Jeff JansenOct 8, 2003 2:50 pm 
Dario AlonsoOct 8, 2003 2:58 pm 
Roger B.A. KloreseOct 8, 2003 3:07 pm 
Gordon MessmerOct 8, 2003 3:14 pm 
Sam VarshavchikOct 8, 2003 3:53 pm 
martinOct 9, 2003 6:20 am 
Dario AlonsoOct 9, 2003 1:38 pm 
Dario AlonsoOct 9, 2003 1:41 pm 
martinOct 10, 2003 5:30 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] courier and smtp-authActions...
From:Dario Alonso (list@yahoo.es)
Date:Oct 9, 2003 1:38:45 pm
List:net.sourceforge.lists.courier-users

I do not see courier listed in my /etc.. my main dir is /usr/local/src/courier-imap-1.3.8.2 ...have I installed the tar wrong? Any help would be greatly appreciated as I new to all of this.

I don't believe that you have installed the tar wrong. The main difference is that I built some rpms from the .tar.bz2.

This is from http://www.courier-mta.org/status.html ==================================================== Building RPMs You can build binary Courier RPMs directly from the tarball, using RPM version 4.0.2 or higher. For example:

rpm -ta courier-0.43.0.tar.bz2 For RPM 4.1 and higher (Red Hat 8.0), use rpmbuild instead of rpm:

rpmbuild -ta courier-0.43.0.tar.bz2 Because the RPMs can be built directly from the tarball, binary RPMs will not be distributed separately.

Note that Courier does not allow itself to be built as root. A single mistake -- especially when trying to build a system-level utility -- can have serious consequences. Therefore the configuration script won't let you. There's an undocumented flag to disable the check, for folks who don't make mistakes :-) See the FAQ for instructions on how to configure RPM to build packages as non-root. ====================================================

I hope this helps