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

Next revision
Previous revision
exim4:test_exim4_authenticators [2016/11/08 10:02] – created peterexim4:test_exim4_authenticators [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Exim4 - Test Exim4 Authenticators ====== ====== Exim4 - Test Exim4 Authenticators ======
 +
 +Exim's **-bh** option can be useful for testing server authentication configurations. 
  
 <code bash> <code bash>
Line 7: Line 9:
 </code> </code>
  
-<WRAP notice+<WRAP important
-**NOTE**:  Exim's -bh option can be useful for testing server authentication configurations. 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.1478599332.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki