Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| exim [16 January 2025 / 20:29:48] – created kadek | exim [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 |
| - | This command | + | |
| - | ps -C exim wwwu | + | ^ Title ^ Port ^ Definition ^ |
| - | This command shows a list of all running exim processes. | + | | 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) | ||
| + | | SMTP (secure) | ||
| + | | IMAP (secure) | ||
| + | | POP3 (secure) | ||
| + | | Webmail | ||
| + | | Webmail (secure) | 587 | securely access webmail clients come with cPanel | | ||
| + | |||
| + | Test IMAP using SSL: [[SSL to IMAP test]] | ||
| + | |||
| + | ^ Title ^ Path ^ | ||
| + | | Main Exim log | / | ||
| + | | Dovecot & SpamAssassin log | / | ||
| + | | mailman log | / | ||
| - | lsof -c exim | ||
| - | This command shows a list of files being accessed by Exim. | ||
