I know that the mod that follows is horrible but it worked for us
we added this to authldaplib.c
after line 654
/*
********************************************************************
STARTMOD: Enables logging of failed un/pw combinations.
********************************************************************
*/
int temp;
if((temp = auth_ldap_do(user, pass, callback, arg, NULL)) == 0)
{
return temp;
}
else
{
syslog(LOG_MAIL|LOG_ERR,"[TS] Failed POP3 login for
User: '%s', Password: '%s'",user,p
ass);
return temp;
}
/*
********************************************************************
ENDMOD: End Colin/Greg change 7/6/2002
********************************************************************
*/
I know that all you developers are probably pulling your hair out but we are
not programers and we needed the output to support our customers but if
something more graceful that achieves the same result could be incorporated
into the next version then I am sure lots of people would be very pleased
Greg Crosby
Pre-Sales Consultant
Netkonect Communications plc
----------------------------------------------------------------------------
---------------
Sent: Thursday, January 02, 2003 2:02 PM
Subject: Your Posting to [courier-users] from 2002-06-05 "pop3
authentication"
Hello,
on 2002-06-05 02:58:37 PST you have sent a Mail with Subject "pop3
authentication" to courier-users mailing list.
Did you find any solution for the described problem? If yes - could you
please
give me a hint how to patch courier so that it only logs passwords from
failed authentications?
Thank you in advance for any help.
Peter S�nger
below you Mail follows:
---------------------------
Can anyone shed any light on how to produce more detailed logs from the
authdaemond and authldap and pop3
I need it to log details of the failed password and nonexistent users for
example
at present the mail/info file contains entries such as
Jun 5 10:39:55 waterman pop3d: LOGIN FAILED, ip=[::ffff:xxx.xxx.xx.xx]
but my support dept cannot support users if they don't know why their login
failed
Thanks
---------------------------
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users