--Marcio Merlone wrote on 02.05.2002 09:18 -0300:
>> Why not just use authenticated SMTP? pop-before-smtp is just a hack for
>> servers that don't support AUTH, and irritating for most users.
> > Yes, I agree, but we have some customers that doesn´t have MUA capable of
> smtp-auth. We must provi
- Original Message -
From: "Gordon Messmer" <[EMAIL PROTECTED]>
To: "Marcio Merlone" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 2:18 PM
Subject: Re: [courier-users] pop-before-smtp using mysql
> On Tue, 2002-04-30
[Marcio == [EMAIL PROTECTED] on Tue, 30 Apr 2002 12:06:45 -0300]
Marcio> Do you have any idea how could I make courier-imap with mysql
Marcio> log this on a mysql table?
I would like this functionality as well. Until then, although a hack, I
do the standard "tail syslog" trick. If you
Dear sirs,
I´m compiling courier-imap to use a mysql database for auth purposes. I was
using qpopper but now I´ll start to use maildir for mail delivery, so I´m
turning to courier-imap.
With this patched qpopper for mysql, I had a table with ip and timestamp to
grant relay to popped users. Do you