We actually have the authentication portion of the module functioning, the
only part we are having trouble with is in getting qpsmtpd to relay the
message to the appropriate server. If the recipient domain is in the
rcpthosts file then of course it has to be relayed to the server that did
the authenticating, else relayed to a server in the outside world. I will
be submiting this code to the group once it is running, any suggestions as
to where to send it??
Markus
> On 5/15/06, <[EMAIL PROTECTED]> wrote:
>
>> 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.
>
> FWIW when I was writing authentication failovers I found a rich lode
> of copyable code in the source of fetchmail, although I doubt that
> would include the interaction in question. This sounds like a very useful
> little widget.
>