eMail Server: Version 3
/usr/lib/apache/bin/imapweb) from our Patch Support Database!
/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
| Attribute | Description | Example |
|---|---|---|
| -bDN $base | Base Distinguish Name, mostly the domain | dc=suse,dc=de |
| -al cyrus | administrator login | fixed |
| -ap $cyruspw | cyrus password | Password |
| -uid $userid | UID of the new user, must be unique | meier |
| -sn $sn | surname of the new user | Meier |
| -up $up | password for the new user | secret |
| -mail $mail | e-mail address | meier@suse.de |
| -o $o | organisation, company name | SuSE AG |
| -c $c | country code | EN |
| -hd $hd | homedirectory | /home/meier |
| -ls $ls | login shell | /bin/bash |
| -gn $gn | given name | Hubert |
| -l $l | location | Office-Nuernberg |
| -lang $lang | language (DE/EN) | EN |
| -a $gn.$sn | alias name (name.surname) | hubert.meier |
| -wga allowed | write global access, writing to the public address book (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
| Attribute | Description | Example |
|---|---|---|
| -al cyrus | administrator login | fixed |
| -ap $cyruspw | cyrus's password | password |
| -uid $userid | UID of the new user, must be unique | meier |
| -qv $quota | size limit for the user's mailboxes in kB | 10000 |
| -mb $mailbox1 | additional mailbox, optional | INBOX.folder_one |
| -mb $mailbox2 | additional mailbox, optional | INBOX.folder_two |
/usr/lib/apache/bin/del_user -help
/usr/lib/apache/bin/del_user -al cyrus -ap $cyruspw -uid $userid -imap -ldap -sieve
| Attribute | Description | Example |
|---|---|---|
| -al cyrus | administrator login | fixed |
| -ap $cyruspw | cyrus's password | password |
| -uid $userid | UID of the new user, must be unique | meier |
| -imap | removes the mailboxes, optional | |
| -ldap | removes LDAP entries, optional | |
| -sieve | removes the mail filter, optional |
SDB-rsimai_imap_bulkadd)