Hi Group ,
Extremely Sorry if this question was asked before .
I am using Qmail-Ldap  + Qmail-Scanner . I looking for
a script that will sort the mail transfer based on the
sender's IP and / Authenticated users . 
I had a very crude method for this ,(using a script to
process qmail-smtp log )
I thought Qmail-Scanner log would be useful in this
regards .Since in Qmail-Scanner's log we can see the
IP address of the sender and also the "From:" & "To:"
etc .But is it someway possible to have a tag like
'AuthUser:<username>:' in the log file .

I studied the code a bit .
---
Found the following line in the Code at around line
362 .(qmail-scanner v 1.23)

$tag_score.="RC:1($remote_smtp_ip):" if
(defined($ENV{'RELAYCLIENT'}));
---
Is there any ENV variable set for users that have
authenticated using SMTP-AUTH ,something like
$ENV{AUTHENTICATED} .So that we can have a
'AuthUser:<username>' tag . Or it has to be set after
checking some string in header like 'Authenticated
User:'

Can someone Kindly Help .

Many Thanx in Advance.
Regards


                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to