User Tools

Site Tools


irax:email:imap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
irax:email:imap [2025/02/21 11:04] ianirax:email:imap [2026/04/24 08:56] (current) – removed 216.73.216.148
Line 1: Line 1:
-IP address 192.168.10.31 
- 
-<wrap em>IMAP services:</wrap>  
-cyrus imapd and saslauthd:\\ 
-<code> 
-systemctl restart cyrus-imapd </code> 
-<code>systemctl status  saslauthd</code> 
- 
-**Config Files**  
-<code>nano /etc/imapd.conf </code> 
-<code>nano /etc/cyrus.conf </code> 
- 
-**IMAP management**\\ 
-quick reconstruct of mailbox\\ 
-<code>root@imap:~# cyrus reconstruct  -r -f  user/me@irax.com  </code> 
-Log into cyrus user: 
-<code>root@imap:~# cyradm  -u cyrus  localhost  -p 143 </code> 
-Here we can use the imap  commands  lm dm cm lam dam sam to manage mailboxes\\ 
-so  lm we can do things like  
-  * lm user/ian@irax.com 
-  * lm user ian*@irax.com 
-  * lm user/*@irax.com 
-note the use of * can be quite powerful   especially with delete mailbox  
-  * dm /user/fred/*@irax.com   
-will delete all mailboxes for fred@irax.com \\ 
-lam lists the acls 
-lam user/ian1*@irax.com gives this   
- 
-  localhost> lam user/ian1*@irax.com 
-  user/ian1@irax.com: 
-    ian1@irax.com lrswipkxtecdan 
-  user/ian1/Drafts@irax.com: 
-    ian1@irax.com lrswipkxtecdan 
-  user/ian1/Sent@irax.com: 
-    ian1@irax.com lrswipkxtecdan 
-  user/ian1/Spam@irax.com: 
-    ian1@irax.com lrswipkxtecdan 
-  user/ian1/Trash@irax.com: 
-    ian1@irax.com lrswipkxtecdan 
- 
-We could not use dm to delete this mailbox because cyrus has no ACLs\\ 
-sam is 'set acls on mailbox' 
-sam user/ian1*@irax.com cyrus all 
-<code>localhost> sam user/ian1*@irax.com cyrus  all 
-Setting ACL on user/ian1@irax.com...OK. 
-Setting ACL on user/ian1/Drafts@irax.com...OK. 
-Setting ACL on user/ian1/Sent@irax.com...OK. 
-Setting ACL on user/ian1/Spam@irax.com...OK. 
-Setting ACL on user/ian1/Trash@irax.com...OK. 
-</code> 
- So now the mailbox cab me deleted\\ 
- 
----- 
- 
- 
-<wrap em>**Apache2**</wrap> 
- 
- 
- 
- 
-<code> systemctl restart apache2 </code> 
- 
-**Files:**\\ 
-Apache config file for wsgi\\  
-<code> nano /etc/apache2/sites-enabled/ipmanagement.conf </code> 
- 
-Git repo for python flask SMTP Service Manager: 
-<code> cd /var/Smtp_service_manger </code> 
-[[SMTP Service Manager|SMTP Service Manager]] 
-[[SMTP Service Manager|SMTP Service Manager]] 
  
irax/email/imap.1740135864.txt.gz · Last modified: 2025/02/21 11:04 by ian · Currently locked by: 10.32.1.188,216.73.216.148