To prepare to test a TLS connection to an SMTP server we first need to Base64 encode the Login credentials: perl -MMIME::Base64 -e ‘print encode_base64(“\000LoginID\000password”)’ The result of this is: AExvZ2luSUQAcGFzc3dvcmQ= I tried using the base64 linux command but did not get the same result or a result that would work: echo -n “\000LoginID\000password” |… Read more »
Posts Tagged: smtp
Popular
- ProFTPd CentOS 6: PAM unable to dlopen /lib64/security/pam_stack.so - 17 Comments since April 17th, 2012
- PHP LDAP Search Root of Active Directory - 13 Comments since May 27th, 2008
- Android Tablet: Superpad 8 - 10 Comments since August 17th, 2012
- Reset ntopng admin password - 10 Comments since December 12th, 2013
- Increasing CentOS LVM under VMWare - 10 Comments since August 1st, 2011
- Run Windows MMC as a different user - 9 Comments since February 18th, 2014