S-nail

From Coolscript
Revision as of 18:53, 18 March 2021 by Admin (talk | contribs) (Created page with "S-nail is an easy workaround for Linux workstation which can be quickly establish, it works with gmail, yahoo and others. The following is an example tested Ubuntu 20 or Debia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

S-nail is an easy workaround for Linux workstation which can be quickly establish, it works with gmail, yahoo and others. The following is an example tested Ubuntu 20 or Debian 10/Buster

Configuration

This configuration is a quick sample to use TLS with STARTTLS and PLAIN. It already contains the USERNAME and PWD. This way the client does not need to authenticate anymore.

  • Add the following to /etc/s-nail.rc
set v15-compat 
ssl-method=auto
set smtp=<your-mailserver.com>
set user=<username>
set password=<password>
set smtp-use-starttls
set ssl-verify=ignore
set smtp-auth=plain