1. Relaying 'uitschakellen' gaat het makkelijkste met behulp van de firewall.
Ik kom nog terug op het punt hoe je een backup kan maken van ieder uitgaand mailtje.
2. Het aanpassen van mailbox rechten kun je doen met cyradm.
Log eerst in met het LDAP password, op de volgende manier:
root@kantoor:/usr/backup# cyradm localhost --user admin
IMAP Password:
kantoor.datux.nl>
Bekijk de rechten op een mailbox op deze manier:
kantoor.datux.nl> listacl user.william
william lrswipcda
Vervolgens zet je de rechten op mailbox user.william voor gebruiker william op readonly:
kantoor.datux.nl> sam user.william william read
Op deze manier kun je dus ook andere users rechten geven op iemand zn mailbox.
Zie man cyradm voor meer info.
Korte uitleg rechten:
"sam" mailbox id rights [id rights ...]
Set ACLs on a mailbox. The ACL may be one of the special strings "none", "read" ("lrs"), "post" ("lrsp"), "append" ("lrsip"),
"write" ("lrswipcd"), or "all" ("lrswipcda"), or any combinations of the ACL codes:
l Lookup (visible to LIST/LSUB/UNSEEN)
r Read (SELECT, CHECK, FETCH, PARTIAL, SEARCH, COPY source)
s Seen (STORE \SEEN)
w Write flags other than \SEEN and \DELETED
i Insert (APPEND, COPY destination)
p Post (send mail to mailbox)
c Create and Delete mailbox (CREATE new sub-mailboxes, RENAME or DELETE mailbox)
d Delete (STORE \DELETED, EXPUNGE)
a Administer (SETACL)