[courier-users] courierldapaliasd and ldap with SSL

2007-09-25 Thread João Vale
Hi, What's the correct syntax to make courierldapaliasd get its information through an LDAPS connection? Neither of these two configurations (in ldapaliasrc) seem to work: LDAP_SERVERserver LDAP_PORT 636 LDAP_SERVERldaps://server/ LDAP_PORT 636 All I get when I use

[courier-users] [PATCH] liblock/lockdaemon.c hardcodes 99 as file descriptor

2007-09-25 Thread Johnny C. Lam
I noticed in liblock/lockdaemon.c that 99 is hardcoded as a file descriptor. I understand that it was important to dup2 the original lockfd to something other than file descriptor 3 which has special meaning for filters using the courierfilter API. I'm guessing that 99 was chosen because it's

Re: [courier-users] SIMAP (993) doesn't work with 0.56, SSL23 setting doesn't work either

2007-09-25 Thread Matthias Wimmer
Hi Niclas! niclas schrieb: I can confirm that SSL23 doesn't work on my system, only SSL2 does, at least with some clients. The problem seems to be a handshaking / SSL-hello problem which affects STARTTLS-connections also. If you set SSL2 you have to be aware, that some other clients (those

[courier-users] courierldapaliasd and ldap with SSL

2007-09-25 Thread Bernd Plagge
Hi there, did you check that your firewall is open for port 636? Just an idea, Bernd On Tue, 25 Sep 2007 12:14:11 -0700 [EMAIL PROTECTED] wrote: 差出人: João Vale [EMAIL PROTECTED] 宛先:: courier-users@lists.sourceforge.net 件名: [courier-users] courierldapaliasd and ldap with SSL 日付: Tue, 25 Sep

[courier-users] Proposed extension: SKIPMAILFILTER [patch]

2007-09-25 Thread Matthias Wimmer
Hi! I am running a courier setup, where I have installed some mail filters, that are responsible to do spam and virus checking as well as greylisting. With vanilla courier I have to problem, that also all mail that is sent by my clients get checked by these filters. While this does not hurt

Re: [courier-users] Proposed extension: SKIPMAILFILTER [patch]

2007-09-25 Thread Tim Lyth
Hi Matthias, I've recently (two days ago) implemented greylisting on my courier SMTP server. I followed the instructions at http://www.georglutz.de/wiki/CourierServer#Greylisting, which includes instructions on how to pass clients through without annoying them with greylisting. Your proposal