<div dir="ltr"><div dir="ltr"><div>Hello there,</div><div><br></div><div>I have a tricky issue and cannot find any solution for it.</div><div>The issue looks like the following:</div><div>I have a postfix server which relays all emails to another mail server.</div><div>The postfix server have to use AUTH PLAIN for authorization, TLS is enforfec for security.</div><div>Therefore I configured postfix with cyrus sasl.</div><div><br></div><div>I can see that my configuration is working and cyrus generates the correct base64 string for authorization and postfix uses this too by sending the following line:</div><div><br></div><div>AUTH PLAIN AG5zc0RTaFRYL2krc25jdjA=<br></div><div><br></div><div>The receiving server response with: 500 syntax error</div><div>Because of this I tested the communication manually using openssl and I was able to find the main issue, the receiving server needs to have the following dialog: (C: Postix, S: receiving instance):</div><div>C: AUTH PLAIN</div><div>S: 334</div><div>C: AG5zc0RTaFRYL2krc25jdjA=</div><div><br></div><div>Is it possible to use this longer syntax by doing some changes in cyrus?</div><div><br></div><div><br></div><div>Thanks for your help,</div><div>Tom</div><div><br></div></div></div>