Fabio S. Schmidt:
> Hi,
> 
> I'm setting up an authenticated relay on my server (I need to relay to
> Elastic Email) and the server requires that I insert the "Api Key" before
> the username and password.
> 
> How do I implement this into my passwords map?

No-one has ever needed to specify an authoriZation ID. Therefore
Postfix implements only sending an authentiCation ID and password.
The code for authoriZation ID simply has not been implemented.

        Wietse
> I have already tested it running a telnet on the server and I got the "235
> Authentication successful":
> 
> * perl -MMIME::Base64 -e 'print
> encode_base64("\000API-KEY\000USERNAME\000PASSWORD")'
> * AUTH PLAIN Base64

Reply via email to