Front page | perl.qpsmtpd |
Postings from March 2005
Re: auth_vpopmail_sql
Thread Previous
|
Thread Next
From:
Bob
Date:
March 29, 2005 17:59
Subject:
Re: auth_vpopmail_sql
Message ID:
424A0B8F.5080406@nishanet.com
Bob wrote:
> Fred Moyer wrote:
>
>> Jeff Roberts wrote:
>>
>>
>>> hello,
>>>
>>> I'd like to use the auth_vpopmail_sql plugin so that some remote users
>>> can send thru our mail server, but I can't find any examples of folks
>>> using it so I'm not sure where to put it in config/plugins or the
>>> syntax to call it. Could anyone give me an example config that uses
>>> that plugin?
>>>
>>
>>
>> Sure! In config/plugins I have:
>> ...
>> auth/auth_vpopmail_sql
>> quit_fortune
>> check_earlytalker
>>
>> And in plugins/auth/auth_vpopmail_sql you need to configure the database
>> connection:
>>
>> 66 my $connect = "dbi:mysql:dbname=vpopmail:host=my_database_host";
>> 67 my $dbuser = "my_vpopmail_user";
>> 68 my $dbpasswd = "my_vpopmail_user_password";
>>
>> It's as simple as that!
>>
>>
>>
> Any way to tls-tunnel the transfer of password?
>
> sql is more understandable than ldap, that's a plus.
>
> -Bob Dodds
I mean tls tunnel the sender-to-mta transfer of password
(presumably the sql server is on an internal link to mta).
-Bob
Thread Previous
|
Thread Next