Skip to content

Instantly share code, notes, and snippets.

@thesuhu
Last active October 30, 2021 15:20
Show Gist options
  • Save thesuhu/838a7d20a9183dc86356dc5826e72393 to your computer and use it in GitHub Desktop.
Save thesuhu/838a7d20a9183dc86356dc5826e72393 to your computer and use it in GitHub Desktop.
Define Exchange mail aliases
# save in your home directory
set smtp-use-starttls
set ssl-verify=ignore
set nss-config-dir=/etc/pki/nssdb
set smtp=smtp.yourdomain.com:465
set smtp-auth=login
set smtp-auth-user=thesuhu@yourdomain.com
set smtp-auth-password=yourpassword
set from="thesuhu@yourdomain.com (The Suhu)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment