Jay G. Scott wrote:
 I used this to generate the AUTH PLAIN string:

perl -MMIME::Base64 -e 'print encode_base64("\\0test\\0testpass");'

too many '\'s

use
perl -MMIME::Base64 -e  \
 'print encode_base64("\0test\0testpass");'

AHRlc3QAdGVzdHBhc3M=


http://www.postfix.org/SASL_README.html#server_test

  -- Noel Jones

Reply via email to