Differences

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

Link to this comparison view

Next revision
Previous revision
exim [16 January 2025 / 20:29:48] – created kadekexim [29 May 2025 / 18:40:11] (current) kadek
Line 1: Line 1:
-Common Command Line Check+===== Exim Internet Mailer =====
  
-exiwhat +Common Command Line Check: [[exim command line]]
-This command shows active connections being handled.+
  
-ps -C exim wwwu +^ Title    ^ Port     ^ Definition ^ 
-This command shows a list of all running exim processes.+| SMTP             | 25       | receive mail                                     | 
 +| SMTP             | 26       | altport for receive mail                       | 
 +| POP3             | 110      | retrieve mail using POP3 protocol                | 
 +| IMAP             | 143      | access mail using IMAP protocol                  | 
 +| SMTP (secure)    | 465      | SMTP using secure connection                     | 
 +| SMTP (secure)    | 587      | alt. SMTP mail using secure connection           | 
 +| IMAP (secure)    | 993      | IMAP using secure connection                     | 
 +| POP3 (secure)    | 995      | POP3 using secure connection                     | 
 +| Webmail          | 465      | access webmail clients come with cPanel          | 
 +| Webmail (secure) | 587      | securely access webmail clients come with cPanel | 
 + 
 +Test IMAP using SSL: [[SSL to IMAP test]] 
 + 
 +^ Title                      ^ Path                                      ^ 
 +| Main Exim log              | /var/log/exim_mainlog                     | 
 +| Dovecot & SpamAssassin log | /var/log/maillog                          | 
 +| mailman log                | /usr/local/cpanel/3rdparty/mailman/logs/* |
  
-lsof -c exim 
-This command shows a list of files being accessed by Exim.