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
exim [16 January 2025 / 20:34:35] kadekexim [29 May 2025 / 18:40:11] (current) kadek
Line 1: Line 1:
-Common Command Line Check+===== Exim Internet Mailer =====
  
 +Common Command Line Check: [[exim command line]]
  
 +^ Title    ^ Port     ^ Definition ^
 +| SMTP             | 25       | receive mail                                     |
 +| SMTP             | 26       | alt. port 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 |
  
-[[exim command line]]+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/* |