Cyrus, gestione utenti
Non usando alcun tool per gestire il server mail, ho la necessità di aggiungere, alcune volte, degli utenti e puntualmente mi scordo come fare! 
Utilizzando il tool da riga di comando, cyradmin aggiungo un utente come segue:
cyradmin --user cyrus --server localhost
Ora sono nell'ambiente di amministrazione di cyrus, e digitando il testo help mi vengono mostrate tutte le possibilità.
localhost> help
authenticate, login, auth authenticate to server
chdir, cd change current directory
createmailbox, create, cm create mailbox
deleteaclmailbox, deleteacl, dam remove ACLs from mailbox
deletemailbox, delete, dm delete mailbox
disconnect, disc disconnect from current server
exit, quit exit cyradm
help, ? show commands
info display mailbox/server metadata
listacl, lam, listaclmailbox list ACLs on mailbox
listmailbox, lm list mailboxes
listquota, lq list quotas on specified root
listquotaroot, lqr, lqm show quota roots and quotas for mailbox
mboxcfg, mboxconfig configure mailbox
reconstruct reconstruct mailbox (if supported)
renamemailbox, rename, renm rename (and optionally relocate) mailbox
server, servername, connect show current server or connect to server
setaclmailbox, sam, setacl set ACLs on mailbox
setinfo set server metadata
setquota, sq set quota on mailbox or resource
subscribe, sub subscribe to a mailbox
unsubscribe, unsub unsubscribe from a mailbox
version, ver display version info of current server
xfermailbox, xfer transfer (relocate) a mailbox to a different server
Per creare un utente mi basta scrivere quanto segue:
localhost> cm user.pincopallino
Esco da cyradmin col testo exit e aggiungo la pass per l'utente appena creato come segue:
saslpasswd2 -c -u 'postconf -h myhostname' pincopallino
Il sistema mi chiede di inserire la password 2 volte, caso mai sbagliassi
Fatto, ora però, nel mio caso, devo aggiungere anche l'utente appena creato al server.
useradd -m pincopallino e poi imposto la password, la stessa utilizzata per sasl.
PHP e Open Source
Drupal
- InterWorks Drupal Blog: Auditing a Drupal Core Install
- DrupalCon Munich: Community sets sights on DrupalCon Europe
- Drupal Watchdog: Building a Mobile Version Of Your Website With Panels
- David Corbacho: Drupal with Twig templates
- Drupalpress, Drupal in the Health Sciences Library at UVA: Rule Scheduling and Emailing Views According to CCK date fields
Drupal planet
- InterWorks Drupal Blog: Auditing a Drupal Core Install
- DrupalCon Munich: Community sets sights on DrupalCon Europe
- Drupal Watchdog: Building a Mobile Version Of Your Website With Panels
- David Corbacho: Drupal with Twig templates
- Drupalpress, Drupal in the Health Sciences Library at UVA: Rule Scheduling and Emailing Views According to CCK date fields


