M
Manu_H
Grünschnabel
Hallo,
ich nutze ein Script zur Random Erstellung von Passwörtenr für User.
Die File sieht in etwa so aus..
Passwords are openssl passwd hashed. I have an own file where the password is written in cleartext.
Now i want to send an E-Mail to the users with the new password.
I have a file (maillist.txt) with
Die Passwörter sind per openssl passwd gehasht. Ich habe eine eigene File wo das Passwort auch in klartext steht.
Nun habe ich auch eine Datei (maillist.txt) mit folgemdem Inhalt
Nun will ich eine E-Mail an user1 senden.
Es sollte also eine Mail an **********, generiert werden, mit dem Inhalt des Usernames (user1) und das Passwort (password1). Automatisch für jeden User / für jede Zeile
Ich möchte dafür mailx nutzen.
Habt ihr eine Idee?
Danke & Lg.
Manu
ich nutze ein Script zur Random Erstellung von Passwörtenr für User.
Die File sieht in etwa so aus..
user1:thepassword1
user2:thepassword2
user3:thepassword3
user2:thepassword2
user3:thepassword3
Passwords are openssl passwd hashed. I have an own file where the password is written in cleartext.
Now i want to send an E-Mail to the users with the new password.
I have a file (maillist.txt) with
Die Passwörter sind per openssl passwd gehasht. Ich habe eine eigene File wo das Passwort auch in klartext steht.
Nun habe ich auch eine Datei (maillist.txt) mit folgemdem Inhalt
user1:mail@domain1.tld
user2:mail@domain2.tld
user3:mail@domain3.tld
user2:mail@domain2.tld
user3:mail@domain3.tld
Nun will ich eine E-Mail an user1 senden.
Es sollte also eine Mail an **********, generiert werden, mit dem Inhalt des Usernames (user1) und das Passwort (password1). Automatisch für jeden User / für jede Zeile
Ich möchte dafür mailx nutzen.
Habt ihr eine Idee?
Danke & Lg.
Manu