eMail Server: Version 3
/usr/lib/apache/bin/imapweb aus unserer Patch Support Database installiert haben.
/usr/lib/apache/bin/add_user_ldap -help
/usr/lib/apache/bin/add_user_ldap -bDN $base -al cyrus -ap $cyruspw -uid $userid -sn $sn -up $userpw -mail $mail -o $o -c $c -hd $hd -ls $ls -gn $gn -l $l -lang DE -a "$gn.$sn" -wga allowed
| Parameter | Beschreibung | Beispiel |
|---|---|---|
| -bDN $base | Base Distinguish Name, in der Regel die Domain | dc=suse,dc=de |
| -al cyrus | Angabe für Administrator Login | keine Wahlmöglichkeit |
| -ap $cyruspw | Das Passwort vom Benutzer cyrus | Passwort |
| -uid $userid | Die UID des neuen Benutzers, muss eindeutig sein | meier |
| -sn $sn | Nachname des neuen Benutzers | Meier |
| -up $up | Initialpasswort für den neuen Benutzer | geheim |
| -mail $mail | Mailadresse | meier@suse.de |
| -o $o | Organisation, Firmenname | SuSE AG |
| -c $c | Country, Ländercode | DE |
| -hd $hd | Homedirectory, Heimatverzeichnis | /home/meier |
| -ls $ls | Login Shell | /bin/bash |
| -gn $gn | Vorname | Hubert |
| -l $l | Location, Ort | Office-Nuernberg |
| -lang $lang | Sprache (DE/EN) | DE |
| -a $gn.$sn | Aliasname (Vorname.Nachname) | hubert.meier |
| -wga allowed | write global access, Schreiben ins öffentliche Adressbuch (allowed/denied) | allowed |
-up "{crypt}$userpw"
/usr/lib/apache/add_user_cyrus -help
/usr/lib/apache/bin/add_user_cyrus -al cyrus -ap $cyruspw -uid $userid -qv $quota -mb $mailbox1 -mb $mailbox2
| Parameter | Beschreibung | Beispiel |
|---|---|---|
| -al cyrus | Angabe für Administrator Login | keine Wahlmöglichkeit |
| -ap $cyruspw | Das Passwort vom Benutzer cyrus | Passwort |
| -uid $userid | Die UID des neuen Benutzers, muss eindeutig sein | meier |
| -qv $quota | Größenbegrenzung für die Mailboxen in kB | 10000 |
| -mb $mailbox1 | Zusätzlich anzulegende Mailbox, optional | INBOX.ordner_eins |
| -mb $mailbox2 | Zusätzlich anzulegende Mailbox, optional | INBOX.ordner_zwei |
/usr/lib/apache/bin/del_user -help
/usr/lib/apache/bin/del_user -al cyrus -ap $cyruspw -uid $userid -imap -ldap -sieve
| Parameter | Beschreibung | Beispiel |
|---|---|---|
| -al cyrus | Angabe für Administrator Login | keine Wahlmöglichkeit |
| -ap $cyruspw | Das Passwort vom Benutzer cyrus | Passwort |
| -uid $userid | Die UID des neuen Benutzers, muss eindeutig sein | meier |
| -imap | Entfernen der Mailboxen, optional | |
| -ldap | Entfernen der LDAP-Einträge, optional | |
| -sieve | Entfernen der Mailfilter des Benutzers, optional |
SDB-rsimai_imap_bulkadd)