ilename.mbox -F
Performing the backup of all the user mailbox can be done combining the backup command ... e and the omshowu command which will list all the user of the Scalix system as in the following script:
... d to backup Scalix mailboxes; it exports each
# user mailbox to a dedicated file.
#
# All mailboxes... The backup function export each mailbox using the user name as an output
# file name and adding the .mb
kconfig oddjobd on
</code>
Falls lokal und auf AD user mit gleichem Namen verwendet werden, Service nscd anpassen, \\
oder einen AD-user vor der Anmeldung ausschließen mit: \\
unter
/... en:
auth requisite pam_succeed_if.so user != domainname\von-der-anmeldung-ausgeschlossener-... ausgeschlossen wird. \\
Nach der Anmdelung mit AD-user kann man dann mit **sudo -i** zu root Rechten wec
ki is an Open Source project that thrives through user contributions. A good way to stay informed on wha... tter]].
The [[http://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact wit
gesperrt werden, geht man so vor: \\
Schauen ob user gesperrt ist:
pam_tally2 -u username
Und wenn user gesperrt ist -> entsperren:
pam_tally2 -u usern
ki is an Open Source project that thrives through user contributions. A good way to stay informed on wha... ter]].
The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact wit
mysql -u root-p
mysql> use mysql;
mysql> update user
set password=PASSWORD("NEUPASSW")
where User='Benutzername'
mysql> flush privileges;
mysql> quit
</cod
standardmässig per Mail an den jeweiligen System-User der den Cronjob eingerichtet hat gesendet. Um die... systemweite Crontabs beinhalten und nur durch den User root bearbeitet werden können:
/etc/crontab
D
he key to the remote host
scp ~/.ssh/id_rsa.pub user@remotehost:id_rsa.pub
# ssh into the remote host using your password
ssh user@remotehost
# append the public key
cat id_rsa