User Tools

Site Tools


computing:sysadmin-notes

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
computing:sysadmin-notes [2019/08/08 17:53] – created oemb1905computing:sysadmin-notes [2019/08/18 16:44] oemb1905
Line 194: Line 194:
   exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash   exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
      
 +-verifying TLS with swaks on exim4 relay setup
 +
 +  swaks -a -tls -q HELO -s smtp.haacksnetworking.com:587 -au test -ap '<>'
 +  
 +-mysql password-
 +
 +  nano /etc/mysql/debian.cnf 
 +  sudo mysql -u debian-sys-maint  
  
  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/08/08 17:52//  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/08/08 17:52//