

![]() | 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: |
57 messages in net.sourceforge.lists.courier-usersRe: [courier-users] me too -- Courier...| From | Sent On | Attachments |
|---|---|---|
| Sam Varshavchik | Jan 13, 2003 3:46 pm | |
| Richard Lyons | Jan 13, 2003 5:57 pm | |
| D. J. Bernstein | Jan 13, 2003 6:11 pm | |
| Sam Varshavchik | Jan 13, 2003 9:11 pm | |
| Russell Nelson | Jan 13, 2003 9:46 pm | |
| Sam Varshavchik | Jan 13, 2003 10:19 pm | |
| Russell Nelson | Jan 13, 2003 11:11 pm | |
| Sam Varshavchik | Jan 13, 2003 11:35 pm | |
| James Graves | Jan 14, 2003 7:36 am | |
| mw-l...@csi.hu | Jan 14, 2003 7:39 am | |
| Sam Varshavchik | Jan 14, 2003 3:22 pm | |
| mw-l...@csi.hu | Jan 14, 2003 11:13 pm | |
| Sam Varshavchik | Jan 15, 2003 5:11 am | |
| Matthias Andree | Jan 15, 2003 9:55 am | |
| Sam Varshavchik | Jan 15, 2003 3:11 pm | |
| Matthias Andree | Jan 15, 2003 4:13 pm | |
| Sam Varshavchik | Jan 15, 2003 4:48 pm | |
| Johan Lindh | Jan 15, 2003 10:16 pm | |
| Peter C. Norton | Jan 15, 2003 11:52 pm | |
| Bill Michell | Jan 16, 2003 1:30 am | |
| Johan Lindh | Jan 16, 2003 2:00 am | |
| Matthias Andree | Jan 16, 2003 2:22 am | |
| Bill Michell | Jan 16, 2003 2:28 am | |
| Matthias Andree | Jan 16, 2003 2:28 am | |
| Matthias Andree | Jan 16, 2003 2:45 am | |
| David Laight | Jan 16, 2003 3:14 am | |
| Sam Varshavchik | Jan 16, 2003 4:58 am | |
| Sam Varshavchik | Jan 16, 2003 5:01 am | |
| Johan Lindh | Jan 16, 2003 6:28 am | |
| Bob Johnson | Jan 16, 2003 7:42 am | |
| James Graves | Jan 16, 2003 8:18 am | |
| Alex...@nokia.com | Jan 16, 2003 8:58 am | |
| Bill Michell | Jan 16, 2003 9:06 am | |
| Johan Lindh | Jan 16, 2003 9:45 am | |
| Matthias Andree | Jan 16, 2003 9:46 am | |
| Matthias Andree | Jan 16, 2003 9:47 am | |
| Liviu Daia | Jan 16, 2003 12:17 pm | |
| mw-l...@csi.hu | Jan 16, 2003 12:48 pm | |
| Sam Varshavchik | Jan 16, 2003 2:55 pm | |
| Matthias Andree | Jan 16, 2003 3:11 pm | |
| Peter C. Norton | Jan 16, 2003 6:13 pm | |
| Sam Varshavchik | Jan 16, 2003 7:03 pm | |
| in...@lauwira.org | Jan 16, 2003 10:20 pm | |
| Sam Varshavchik | Jan 17, 2003 4:47 am | |
| Matthias Andree | Jan 17, 2003 7:55 am | |
| in...@lauwira.org | Jan 17, 2003 8:41 am | |
| Saxon Jones | Jan 17, 2003 9:44 am | |
| in...@lauwira.org | Jan 17, 2003 10:49 am | |
| mw-l...@csi.hu | Jan 17, 2003 12:30 pm | |
| Sam Varshavchik | Jan 17, 2003 2:35 pm | |
| Mike Lemoine | Jan 17, 2003 3:07 pm | |
| in...@lauwira.org | Jan 17, 2003 3:12 pm | |
| Saxon Jones | Jan 17, 2003 3:44 pm | |
| in...@lauwira.org | Jan 17, 2003 3:48 pm | |
| Matthias Andree | Jan 18, 2003 5:05 am | |
| Matthias Andree | Jan 18, 2003 5:06 am | |
| in...@lauwira.org | Jan 20, 2003 9:57 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: | Re: [courier-users] me too -- Courier 0.40 on Solaris with gcc esmtp does not work | Actions... |
|---|---|---|
| From: | in...@lauwira.org (in...@lauwira.org) | |
| Date: | Jan 20, 2003 9:57:45 am | |
| List: | net.sourceforge.lists.courier-users | |
Mike, it finally works for me. I used gcc 3.2.1 (it should work with other version 3. Tried version 2.9.5, does not work).
Try changing your TCPDOPTS in /usr/lib/courier/etc/esmtpd (default location in solaris) to: TCPDOPTS="-nodnslookup -noidentlookup -stderrlogger=/usr/lib/courier/sbin/co urierlogger"
That will disable the dns and ident lookups.
restart the processes, and 'telnet yourhost 25' and see if you get a response.
Try to also telnet from other host (the lookup timed out because could not resolve localhost's ip address).
Hope it works now,
Andrew
----- Original Message ----- From: "Mike Lemoine" <sv...@reshape.com> To: <cour...@lists.sourceforge.net> Sent: Friday, January 17, 2003 16:07 Subject: Re: [courier-users] me too -- Courier 0.40 on Solaris with gcc esmtp does not work
I'm seeing this same behaviour using gcc 2.95.3
Courier Version: 0.40.2 gcc version : 2.95.3
Configure line:
./configure --prefix=/var/local/courier --without-ipv6 -with-db=gdbm --enable-https=auto --enable-mimetypes=/etc/apache/mime.types --disable-autorenamesent --without-explcitsync
$ echo $CFLAGS -I /usr/local/ssl/include/ $ echo $LD_LIBRARY_PATH :/var/local/lib:/usr/local/ssl/lib $ echo $LDFLAGS -R/var/local/lib -R/usr/local/ssl/lib
$ uname -smrv SunOS 5.8 Generic_108528-15 sun4u
$ telnet 0 25 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. helo mail rcpt
Trussing courieresmtp or couriertcpd isn't helpful, as they're just sleeping...
Any ideas?
in...@lauwira.org wrote:
I compiled fine with gcc 3.2.1 on Solaris 8 or 9 box with the following options:
./configure --sysconfdir=/etc/courier --with-db=gdbm --with-mailuser=nobody --with-mailgroup=nobody --enable-mimetypes=/etc/apache/mime.types --without - authldap --without-authmysql
After installation, and configuring /etc/courier, started only esmtpd and imapd. The imapd working fine, but not the esmtpd. It loads, but does not function at all. I tried to telnet to smtp port, but only started the telnet session without any esmtpgreeting message.
Tried to handshake manually, but no response. I tried to compile this a few times on different machines, still the same result. I tried also with an MTA try to relay message, does not work (I am sure that smtpaccess.dat contains the right rule). Tried even from courier version 0.38 and above.
Anyone has any success in compiling on Solaris platform for courier version 0.38 and above?
I had one working for courier version 0.35.
Thanks,
Andrew
------------------------------------------------------- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption to all your clients even if they use browsers that are limited to 40 bit encryption. Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
------------------------------------------------------- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption to all your clients even if they use browsers that are limited to 40 bit encryption. Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users







