====== Differences ======
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
it:cron [2025/02/11 20:20] – vlp | it:cron [2025/02/11 20:20] (current) – vlp | ||
---|---|---|---|
Line 4: | 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 | ||
- |