Re: [vchkpw] More on clearopensmtp [FIXED]

2004-01-13 Thread Tom Collins
On Jan 11, 2004, at 10:31 AM, Alejandro Aguilar Sierra wrote: In a recent post, Tom Collins wrote that the bug causing IPs with the ::: prefix in open-smtp had been fixed in 5.4-rc1. However, I got the same problem with 5.4.-rc1 and courier-imap-2.2.1. I fixed it after this hack to vpopmail.c:

RE: [vchkpw] More on clearopensmtp

2004-01-11 Thread Neil Spierling
Ive got the same problem, I just tried your changes but I still get the tcprules: fatal: unable to parse this line: :::IPHERE: :allow,RELAYCLIENT= error. Courier has been compiled against the rc1. Tom mentioned in a reply to the first post about deleting the opensmtp file... where and what

RE: [vchkpw] More on clearopensmtp

2004-01-11 Thread Alejandro Aguilar Sierra
Are you sure you applied this patch? The change is simple, in line vpopmail.c:3057 there is a condition that will be always true for strings bigger than 4 (in i32 systems). By removing that condition, the next lines have the filter for this :::IP's. Regards. -- Alejandro Aguilar Sierra

RE: [vchkpw] More on clearopensmtp

2004-01-11 Thread Neil Spierling
, 12 January 2004 7:38 a.m. To: Neil Spierling Cc: [EMAIL PROTECTED] Subject: RE: [vchkpw] More on clearopensmtp Are you sure you applied this patch? The change is simple, in line vpopmail.c:3057 there is a condition that will be always true for strings bigger than 4 (in i32 systems). By removing