User Tools

Site Tools


linux:emailserver

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:emailserver [2011/12/15 22:48]
tkilla
linux:emailserver [2015/01/19 13:50] (current)
tkilla
Line 16: Line 16:
    ...    ...
        
-you should receive some STARTTTLS auth lines.+you should receive some STARTTLS auth lines.
  
 ---- ----
Line 22: Line 22:
 **check cert:** **check cert:**
    openssl s_client -starttls smtp -crlf -connect synoptx.net:25    openssl s_client -starttls smtp -crlf -connect synoptx.net:25
 +   
 +
 +----
 +
 +**links:** 
 +   
 +http://www.mad-hacking.net/documentation/linux/applications/mail/using-ssl-tls-postfix-courier.xml
 +
 +
 +http://qmail.jms1.net/test-auth.shtml
 +
 +http://www.cyberciti.biz/tips/ssl-certificate-installation-courier-imap-server.html
 +
 +http://www.astaro.org/astaro-gateway-products/mail-security-smtp-pop3-antispam-antivirus/30867-7-504-testing-port-465-smtp-ssl-solved.html
 +
 +
 +
 +=== Test sending mail: ===
 +
 +  mail -s "Hello world" info@example.com
 +
 +then enter body
 ++ 2x Ctrl+D
 +
 +
 +  echo "This will go into the body of the mail." | mail -s "Hello world" info@example.com
 +
linux/emailserver.1323985716.txt.gz ยท Last modified: 2011/12/15 22:48 by tkilla