Install paclink-unix
- Configure a single MTA
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
plu:test_verify [2017/12/04 10:19] gunn [Common Problems] |
plu:test_verify [2017/12/04 10:21] (current) gunn [Common Problems] |
||
|---|---|---|---|
| Line 145: | Line 145: | ||
| * [[plu:email_client_config#mutt_and_mail | Link to set up]] //mutt// or //mail// | * [[plu:email_client_config#mutt_and_mail | Link to set up]] //mutt// or //mail// | ||
| * Look for problems in the /var/log/mail.log file | * Look for problems in the /var/log/mail.log file | ||
| + | * Open up another console window and do this: | ||
| + | <code bash> | ||
| + | tail -f /var/log/mail.log | ||
| + | </code> | ||