-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Genma's post about automatic emails #1343
base: master
Are you sure you want to change the base?
Conversation
update fork
based on Genma Blogpost, Translated with www.DeepL.com/Translator (free version)n and hand-corrected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Jaxom99,
I find this PR interesting but from my point of view, there is too much details that will certainly be outdated quickly if for example, diagnostic message is updated.
Having a more concise description make more sense to me.
auto_email_admin.md
Outdated
> This is an automated message from your beloved YunoHost server. Specific information for the application etherpad_mypads. | ||
|
||
Yunohost's packaging tools allow to propose, when installing a new application, to send an email to the root account with the operation information. | ||
As of today (July 2020), only the Etherpad_Mypads application uses this function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not right, Wordpress has this feature too.
auto_email_admin.md
Outdated
* Message body: | ||
> yunohost: Apr 30 12:23:09: user1: 1 incorrect password attempt; TTY=pts/1; PWD=/var/www/nextcloud/config; USER=root; COMMAND=/bin/nano config.php | ||
|
||
When you try to log in several times using the `sudo' command and make a typo in your password, the account gets an email informing them of the error (and the potential bruteforce attempt for example). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you try to log in several times using the `sudo' command and make a typo in your password, the account gets an email informing them of the error (and the potential bruteforce attempt for example). | |
When you try to log in several times using the `sudo` command and make a typo in your password, the account gets an email informing them of the error (and the potential bruteforce attempt for example). |
auto_email_admin_fr.md
Outdated
> This is an automated message from your beloved YunoHost server. Specific information for the application etherpad_mypads. | ||
|
||
Les outils de packaging de Yunohost permettent de proposer, à l’installation d’une nouvelle application, un envoi d'email sur le compte root avec les informations de l'opération. | ||
A ce jour (Juillet 2020) seule l'application Etherpad_Mypads utilise cette fonction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same remark
auto_email_admin.md
Outdated
Since version 3.8, Yunohost offers, in graphical form within the administration area and via command line, a complete automatic diagnostic tool | ||
indicating the offsets between the optimum settings for a server and the current situation. | ||
|
||
This report is sent by e-mail every 24 hours, if errors or faults are found, and have not already been set to "ignore". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, there is two emails sent by 24 hours.
auto_email_admin_fr.md
Outdated
Depuis la version 3.8, Yunohost propose en graphique au sein de l’espace d’administration et en ligne de commande, un outil de diagnostique automatique assez complet | ||
indiquant les décalages entre les réglages optimum pour un serveur et la situation réelle actuelle. | ||
|
||
Ce rapport est envoyé par mail chaque 24h, si des erreurs ou des défauts sont trouvés, et qu'ils n'ont pas déjà été réglés à "ignorer". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same remark.
Thanks for your review :) I made some corrections. No opinion on the shortness of text, but I think it can work as is: terms of emails may change in ynh' versions, but the meaning of the different messages will remain as described. |
Quick addendum to the official doc.
Feel free to correct it or integrate it in a different way ;)