User Tools

Site Tools


irax:email:exim

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:exim [2025/02/20 17:59] ianirax:email:exim [2026/04/24 08:39] (current) – removed 216.73.216.148
Line 1: Line 1:
-====== exim ====== 
  
-ip address 192.168.10.30\\  
- 
-Exim\\  
-<code>systemctl status exim4 
-systemctl restart exim4</code> 
- 
-**Useful commands**\\  
-Test mail address routing: 
- 
-<code>exim -bt iraxecoco@gmail.com </code> 
- 
-Print a listing of the messages in the queue (time queued, size, message-id, sender, recipient): 
-<code>exim -bp</code> 
-Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals): 
-<code>exim -bp | exiqsumm </code> 
-Display all of Exim's configuration settings: 
-<code>exim -bP </code> 
- 
-I've always used the cheatsheet from brad the mad  [[https://bradthemad.org/tech/notes/exim_cheatsheet.php|Exim cheatsheet]] 
-also [[:exim cheat sheet|here]] for just in case it disappears  
- 
-**Files:**\\  
-exim config\\   
-<code>nano /etc/exim4/exim4/conf </code> 
- 
-user configuration files ( domain users and aliases )\\  
-<code>cd /etc/mail/virtual</code> 
- 
-exim filter file ( filtering and actions based on email addresses or contents )\\   
-<code>nano /etc/mail/exim.filter </code> 
- 
-exim whitelist ( allow domains to bypass ACL checks )\\  
-<code>nano /etc/mail/whitelist </code> 
-exim black list( domains  block )\\  
-<code>nano /etc/mail/black.list </code> 
-exim dkim certs( generated by portal system when adding new domain/user)\\ 
-<code>cd /etc/mail/dkim </code> 
- 
- 
- 
----- 
- 
- 
- 
-====== **Apache2**\\ ====== 
- 
- 
-<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> ls /var/Smtp_service_manger </code> 
irax/email/exim.1740074392.txt.gz · Last modified: 2025/02/20 17:59 by ian · Currently locked by: 10.32.1.188,216.73.216.148