3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Identifying relyi...
FromSent OnAttachments
Dino CiuffettiFeb 23, 2006 3:25 pm 
Sam VarshavchikFeb 23, 2006 3:42 pm 
Jay LeeFeb 23, 2006 3:47 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Identifying relying clients from maildropActions...
From:Jay Lee (jl@pbu.edu)
Date:Feb 23, 2006 3:47:46 pm
List:net.sourceforge.lists.courier-users

On Thu, February 23, 2006 6:24 pm, Dino Ciuffetti wrote:

Is there a way to "header tag" an authenticated user?

Courier does this by default, here's a sample Received header from a message:

Received: from [10.9.4.123] (somewhere.airstreamcomm.net [60.37.248.52]) (AUTH: PLAIN us@pbu.edu, SSL: TLSv1/SSLv3, 256bits, AES256-SHA) by pbu.edu with esmtp; Mon, 20 Feb 2006 15:59:40 -0500 id 000000000005F827.0000000043FA2DBD.00004A07

Is it possible in maildrop to match a mail coming from a client with relying privileges?

The first Received header is the last one, as it was recorded by Courier so it can be trusted. You should look for AUTH, but be careful, make sure hostnames with auth in them won't match your REGEXP... Just takes a little trial and error.

Jay