User Tools

Site Tools


утилита_msmtp

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
утилита_msmtp [2020/12/12 18:13]
val
утилита_msmtp [2026/02/08 07:31] (current)
val [Утилита mail без mta]
Line 1: Line 1:
 ====== Утилита msmtp ====== ====== Утилита msmtp ======
 +
 +  * [[https://​gist.github.com/​movd/​7a9e3db63d076f85d16c7dcde62fe401|Setting up email with SMTP on Ubuntu/​Debian Servers]]
  
 <​code>​ <​code>​
Line 9: Line 11:
 port 25 port 25
 tls off tls off
 +#tls on
 auth off auth off
  
 account default account default
 +
 host mail.isp.un host mail.isp.un
 domain server.corpX.un domain server.corpX.un
 #from asterisk@server.corpX.un ​ #need for mutt #from asterisk@server.corpX.un ​ #need for mutt
 +
 +#host server.corpX.un
 +#domain corpX.un
 +#from root@lan.corpX.un
 +#aliases /​etc/​aliases
 </​code><​code>​ </​code><​code>​
 $ cat mail.txt $ cat mail.txt
Line 26: Line 35:
 </​code><​code>​ </​code><​code>​
 cat mail.txt | msmtp -f asterisk@server.corpX.un userX@isp.un cat mail.txt | msmtp -f asterisk@server.corpX.un userX@isp.un
 +</​code>​
 +
 +==== Утилита mail без mta ====
 +==== sendmail без mta ====
 +<​code>​
 +host# apt install msmtp-mta bsd-mailx
 +
 +# cat /​etc/​msmtprc
 +account default
 +host gate.corpX.un
 +#from root@host.corpX.un
 +
 +# cat /​etc/​aliases
 +...
 +
 +# newaliases
 +
 +# mail root
 +
 +root@gitlab:/#​ /​usr/​sbin/​sendmail -i -f gitlab@gitlab.corpX.un -- student@corpX.un
 </​code>​ </​code>​
утилита_msmtp.1607786024.txt.gz · Last modified: 2020/12/12 18:13 by val