====== Differences ======
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
it:cron [2023/02/15 09:29] – created - external edit 127.0.0.1 | it:cron [2025/02/11 20:20] (current) – vlp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Mémo | ||
- | |||
## Envoi email | ## Envoi email | ||
Line 6: | Line 4: | ||
Dans / | Dans / | ||
+ | |||
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 | ||
- |