====== Differences ======

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

Link to this comparison view

Next revision
Previous revision
it:cron [2023/02/15 09:29] – created - external edit 127.0.0.1it:cron [2025/02/11 20:20] (current) vlp
Line 1: Line 1:
-# Mémo 
- 
 ## Envoi email ## Envoi email
  
Line 6: Line 4:
  
 Dans /etc/default/cron ajouter:  `MAILTO="addresse@domain.tld"` Dans /etc/default/cron ajouter:  `MAILTO="addresse@domain.tld"`
 +
 Puis relancer cron.service Puis relancer cron.service
- 
-##Config MTA 
- 
-`sudo apt install msmtp msmtp-mta bsd-mailx` 
- 
-vim .msmtprc 
- 
-    defaults 
-    host mail.00011100.org 
-    port 587 
-    protocol smtp 
-    tls on 
-    tls_certcheck on 
-    tls_starttls on 
-    auth on 
- 
-    account Personal 
-    from web@00011100.org 
-    user web@00011100.org 
-    password super_passwd  
-    account default : Web_monitoring 
-