Personal tools

Difference between revisions of "Msmtp"

From MohidWiki

Jump to: navigation, search
(New page: msmtp is linux sendmail SMTP client. ==Installation== Get the latest version [http://msmtp.sourceforge.net/download.html here] > ./configure > make > sudo make install Configure ...)
 
(Installation)
Line 8: Line 8:
 
  > sudo make install
 
  > sudo make install
  
Configure the ~/.msmtprc file
+
Configure the ''~/.msmtprc'' file:
 
  account default
 
  account default
 
  host mail.ist.utl.pt
 
  host mail.ist.utl.pt

Revision as of 22:39, 16 July 2009

msmtp is linux sendmail SMTP client.


Installation

Get the latest version here

> ./configure
> make
> sudo make install

Configure the ~/.msmtprc file:

account default
host mail.ist.utl.pt
from guillaume.maretec@ist.utl.pt
auth on
user ist1xxxxx
password secretpass
tls on
tls_certcheck off