9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: MYSQL_SELECT_...
FromSent OnAttachments
p dont thinkDec 17, 2004 1:30 pm 
Lindsay HaisleyDec 17, 2004 4:35 pm 
p dont thinkDec 21, 2004 12:21 pm 
p dont thinkDec 22, 2004 1:46 pm 
p dont thinkDec 22, 2004 3:27 pm 
p dont thinkDec 22, 2004 4:39 pm 
Sam VarshavchikDec 22, 2004 5:02 pm 
p dont thinkDec 22, 2004 5:06 pm 
p dont thinkDec 22, 2004 5:09 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] Re: MYSQL_SELECT_CLAUSE againActions...
From:p dont think (pdon@angrynerds.com)
Date:Dec 22, 2004 5:09:56 pm
List:net.sourceforge.lists.courier-users

However, now I see in my logs that $(service) is not giving what it promised. I am using $(service) with the hopes that it can tell me the difference between users hitting imapd-ssl and those using imapd. However, *both* are showing "imap" in my query logs. Pop3 has the same problem, pop3d-ssl connections have $(service) as merely pop3.

Can anyone please comment on why that would happen? Grumble grumble....

That's because that's what it is. IMAP is IMAP, whether it uses an encrypted or an unencrypted connection.

Hrm (our posts crossed I think, I have reposted)....

Here is what is stated in authmysqlrc:

# $(service) will expand out to the service being authenticated: imap, imaps, # pop3 or pop3s. Courier mail server only: service will also expand out to # "courier", when searching for local mail account's location. In this case, # if the "maildir" field is not empty it will be used in place of # DEFAULTDELIVERY. Courier mail server will also use esmtp when doing # authenticated ESMTP.

Is that untrue? Is there any other way to make the distinction between imap and imaps?