All encryption is obscure to someone who knows nothing about encryption

, but I've been studying it since the first post and am catching up. Is the 'salt' from ISPConfig or from elsewhere in the Linux system? (sasl?) I'm still studying that part.
edit: (Directly changing the database may mess things up, I'm just experimenting).
For the password to store in the above mentioned database it seems you would choose your PASSWORD and an 8 character salt value SALTSALT then
Code:
$password = '$1$SALTSALT$'.crypt('PASSWORD','$1$SALTSALT$');
or something similar.
What I'm curious about is if then using some php code to change the password in the database, will that automatically be read by ISPConfig, PostFix, Courier, et cetera? Or will it have to wait on a cron job or need some sort of restart or trigger before it goes into effect?
Recent comments
6 hours 32 min ago
11 hours 25 min ago
20 hours 17 min ago
21 hours 17 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 5 hours ago
1 day 13 hours ago
1 day 22 hours ago
1 day 23 hours ago