I have an existing mail server that I want to leave intact and simply put
a qpsmtpd server in front of it. This worked untill one of my users tried
to send an email from outside on the internet. Their client tried to do
smtp authentication and of course it failed because the server that is
capable of authenticating is behind the spam filtering server. My plan
was to use the username and password supplied by the client and then mimic
the client dialog to the actual mail server. If the actual mail server
responds with a successfull authentication then the front line qpsmtpd
server will allow the relay otherwise it will deny relaying.
The actual mail server uses a postfix vmail database on a mysql engine, I
didn't want to try to authenticate against it because if I get this "smtp
auth proxy" working then I can use it in other circumstances. One of my
clients is running netware for their email server, I don't know if it does
smtp authentication but that would be a good example of a situation where
you would want to use the existing smtp server for authentication.
Markus
> Sure, how are you trying to auth though?
>
> Or against what? I personally use vpopmail in a sql database. So
> secondary email addresses would authenticate that way.
>
> It seems odd to auth via proxy. In the past I also have written little
> daemon's that do the auth.
>
> Let me know exactly what you are trying to do. I may be able to help.
>
> Topaz M. Bott
>
> [EMAIL PROTECTED] wrote:
>> I got my programmer to build an auth_smtp plugin for me. We tested the
>> first draft of it today and it didn't work. I will have her work on it
>> for half of tomorrow and if we are still having troubles would anyone be
>> willing to collaborate on this?
>>
>> Markus
>>
>>>> qppoprelay is supposed to be available from the site below, but it's
>>>> down at the moment... :-(
>>>> http://qpsmtpd.kju.de/qpsmtpd/qppoprelay
>>>>
>>> Available again but i'm unsure if it will work with current versions of
>>> qpsmtpd. The plugin is over 1 1/2 years old. Time is moving so fast :-)
>>>
>>>
>>> Regards
>>> Michael
>>>
>>> --
>>> It's an insane world, but i'm proud to be a part of it. -- Bill
>>> Hicks
>>>
>>>
>>
>>
>>
>