

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
1 message in net.sourceforge.lists.courier-users[courier-users] Re: courier-users dig...| From | Sent On | Attachments |
|---|---|---|
| Aurelien Barrere | Aug 22, 2005 2:25 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | [courier-users] Re: courier-users digest, Vol 1 #3817 - 5 msgs | Actions... |
|---|---|---|
| From: | Aurelien Barrere (abar...@emailvision.com) | |
| Date: | Aug 22, 2005 2:25:49 am | |
| List: | net.sourceforge.lists.courier-users | |
cour...@lists.sourceforge.net wrote:
Send courier-users mailing list submissions to cour...@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/courier-users or, via email, send a message with subject or body 'help' to cour...@lists.sourceforge.net
You can reach the person managing the list at cour...@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of courier-users digest..."
------------------------------------------------------------------------
Today's Topics:
1. Re: ERR pop3login requires exactly two arguments/ERR Temporary problem (Sam Varshavchik) 2. Re: courier-webmail login > blank screen? (Sam Varshavchik) 3. Re: maildrop problems (Sam Varshavchik) 4. RE: courier-webmail login > blank screen? (Sander Holthaus - Orange XL)
------------------------------------------------------------------------
Subject: Re: [courier-users] ERR pop3login requires exactly two arguments/ERR Temporary problem From: Sam Varshavchik <mrs...@courier-mta.com> Date: Fri, 19 Aug 2005 18:55:25 -0400 To: cour...@lists.sourceforge.net
To: cour...@lists.sourceforge.net
Aurelien Barrere writes:
One important more thing: when trying to start manualy authdaemond it failed:
/usr/local/libexec/courier-authlib/authdaemond: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
Well, that's certainly is a problem.
Previously I compiled libtool (libtool-1.5.18) without any problem, I am obviously not a lucky guy 8-(
So, the question you need to answer is:
A) Where did you, in fact, have libltdl.so.3 installed, and
B) Why your system's loader is unable to find it
More than likely you have it installed in /usr/local/lib, and your system loader does not search this directory for shared libraries. By reading your system loader's documentation and manual pages you should be able to easily discover what needs to be done to add this directory to the search path for shared libraries.
I recompile courier-authlib with the following as suggested : as normal user: ./configure --with-mailuser=vmail --with-mailgroup=vmail LDFLAGS=-L/usr/local/lib && make as root: make install & make install-configure
Result:So it's compiled successfully, no more errors appears again. Thanks
------------------------------------------------------------------------
Subject: Re: [courier-users] courier-webmail login > blank screen? From: Sam Varshavchik <mrs...@courier-mta.com> Date: Fri, 19 Aug 2005 18:56:59 -0400 To: cour...@lists.sourceforge.net
To: cour...@lists.sourceforge.net
Phillip B Oldham writes:
« HTML content follows » After attempting access through a few different browsers, I've found that whats actually happening is that webadmin is sending a redirect header with no target address.
Any ideas why this might be happening?
You mentioned that you're trying to shoehorn everything into a rarely-known web server.
Your web server probably does not implement the full CGI protocol:
http://hoohoo.ncsa.uiuc.edu/cgi/overview.html
------------------------------------------------------------------------
Subject: Re: [courier-users] maildrop problems From: Sam Varshavchik <mrs...@courier-mta.com> Date: Fri, 19 Aug 2005 18:59:00 -0400 To: cour...@lists.sourceforge.net
To: cour...@lists.sourceforge.net
Bryan Irvine writes:
I'm a newb so please, be gentle. :-)
I've just installed and compiled courier-maildrop for use with postfix and ldap. I'm testing maildrop to make sure it can deliver to virtual users (stored in ldap) but can't seem to figure out how to get maildrop to query ldap.
in postfix I use postmap to query and verify that postfix is finding the right username.
postmap -q ba...@mailtest.horvitznewspapers.net ldap:/etc/postfix/ldap/local_recipients.cf bammbamm
but maildrop fails. # maildrop -d ba...@mailtest.horvitznewspapers.net Invalid user specified.
What am I missing here?
1. Install courier-authlib first.
2. Configure and set up courier-authlib to read your LDAP records. Using the authtest tool in the courier-authlib package you should be able to verify that the library can see your accounts, and validate the account passwords.
3. Recompile maildrop against courier-authlib. Provided that you have courier-authlib installed properly, and you have verified that courier-authlib is properly reading your LDAP records in step 2, everything in step 3 will happen automatically.
------------------------------------------------------------------------
Subject: RE: [courier-users] courier-webmail login > blank screen? From: "Sander Holthaus - Orange XL" <in...@orangexl.com> Date: Sat, 20 Aug 2005 02:17:15 +0200 To: phil...@kilo75.com
To: phil...@kilo75.com CC: cour...@lists.sourceforge.net
Your best bet is probably to submit a bugreport to Lighttpd or use something like Litespeed. Lighttpd is still fairly new, so some bugs are to be expected
Kind Regards, Sander Holthaus
PS: Though most people haven't of Lighttpd / Lite Speed, they are actually quite well known to people who run high traffic sites, especially in combination with PHP. They are much lighter on resources as Apache, and outperform it big time.
------------------------------------------------------------------------ *From:* cour...@lists.sourceforge.net [mailto:cour...@lists.sourceforge.net] *On Behalf Of *Phillip B Oldham *Sent:* Friday, August 19, 2005 2:05 PM *To:* cour...@lists.sourceforge.net *Subject:* Re: [courier-users] courier-webmail login > blank screen?
After attempting access through a few different browsers, I've found that whats actually happening is that webadmin is sending a redirect header with no target address.
Any ideas why this might be happening?
Phillip B Oldham wrote:
Not too sure about any images - just get nothing after the login.
Jerome Baum wrote:
i am having a similar problem, the images aren't being loaded (i cannot login, so i cannot verify blank screen...) check if your images are being loaded, if so, welcome to the club...;)
On 8/18/05, phil...@kilo75.com <phil...@kilo75.com> wrote:
Hi all
I've just setup courier on my debian box, and managed to get the courier-webmail working under lighttpd. I can see the login screen, but can't seem to get any further as logging in just returns a blank screen/page.
Can anyone help?
------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
-- _*Phillip B Oldham *_ *kilo75 ltd* a: Round Foundry Media Centre, Foundry St, Leeds, LS11 5QP t: +44 (0) 870 420 2410 e: phil...@kilo75.com <mailto:phil...@kilo75.com> w: //kilo75.com/ <http://kilo75.com/> ------------------------------------------------------------------------ *Policies*
This e-mail and its attachments are intended for the above named recipient(s) only and may be confidential. If they have come to you in error, please reply to this e-mail and highlight the error. No action should be taken regarding content, nor must you copy or show them to anyone.
This e-mail has been created in the knowledge that Internet e-mail is not a 100% secure communications medium, and we have taken steps to ensure that this e-mail and attachments are free from any virus. We must advise that in keeping with good computing practice the recipient should ensure they are completely virus free, and that you understand and observe the lack of security when e-mailing us.
------------------------------------------------------------------------
-- _*Phillip B Oldham *_ *kilo75 ltd* a: Round Foundry Media Centre, Foundry St, Leeds, LS11 5QP t: +44 (0) 870 420 2410 e: phil...@kilo75.com <mailto:phil...@kilo75.com> w: //kilo75.com/ <http://kilo75.com/> ------------------------------------------------------------------------ *Policies*
This e-mail and its attachments are intended for the above named recipient(s) only and may be confidential. If they have come to you in error, please reply to this e-mail and highlight the error. No action should be taken regarding content, nor must you copy or show them to anyone.
This e-mail has been created in the knowledge that Internet e-mail is not a 100% secure communications medium, and we have taken steps to ensure that this e-mail and attachments are free from any virus. We must advise that in keeping with good computing practice the recipient should ensure they are completely virus free, and that you understand and observe the lack of security when e-mailing us.
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/courier-users







