User Tools

Site Tools


exim4:test_exim4_authenticators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exim4:test_exim4_authenticators [2016/11/08 10:02] peterexim4:test_exim4_authenticators [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
 <WRAP important> <WRAP important>
-**NOTE**:  The data for the AUTH command has to be sent encoded in base 64. +**NOTE**:  The data for the **AUTH** command has to be sent encoded in base 64. 
 </WRAP> </WRAP>
 +
 +<WRAP tip>
 +Perl's MIME::Base64 can be used for Base64 encoding.
 +</WRAP>
 +
 +<code bash>
 +perl -MMIME::Base64 -e 'print encode_base64(&quot;user\@mytestdomain.com&quot;)'
 +perl -MMIME::Base64 -e 'print encode_base64(&quot;password321&quot;)'
 +</code>
  
exim4/test_exim4_authenticators.1478599374.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki