Step by step configuration of Cyrus imap. Install cyrus imap and supporting packages using yum. Step I Enable logging by adding the following lines to /etc/syslog.conf: local6.debug /var/log/imapd.log auth.debug … Read more »
How to Configure Cyrus-Imap to create mailbox Automatically. Auto create mailbox Add the below mentioned lines in the /etc/imapd.conf autocreatequota: 20480 unixhierarchysep: yes quotawarn: 90 autocreateinboxfolders: Drafts|Sent|Trash autosubscribeinboxfolders: Drafts|Sent|Trash lmtp_over_quota_perm_failure:… Read more »
Procedure to Delete Users from sasldb or Change the Password of sasldb users. To list the users form saslsb #sasldblistusers2 or #sasldblistusers2 | grep username To Delete or disable User… Read more »