Install paclink-unix
- Configure a single MTA
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
plu:test_verify [2016/09/27 16:07] gunn [Common Problems] |
plu:test_verify [2017/12/04 10:21] (current) gunn [Common Problems] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ===== E-mail client & MTA (postfix) config ===== | ===== E-mail client & MTA (postfix) config ===== | ||
| * Compose an e-mail with your e-mail client & send e-mail | * Compose an e-mail with your e-mail client & send e-mail | ||
| + | * [[plu:email_client_config | set up an e-mail client]] | ||
| * A file should appear in the paclink-unix outbox waiting for a pending transport operation via wl2ktelnet, wl2kax25 or wl2kserial | * A file should appear in the paclink-unix outbox waiting for a pending transport operation via wl2ktelnet, wl2kax25 or wl2kserial | ||
| <code bash> | <code bash> | ||
| Line 83: | Line 84: | ||
| == Check permissions on the outbox file== | == Check permissions on the outbox file== | ||
| - | * Note if you ever send mail as root you will screw up the permissions. Type: | + | * Note if you ever send mail as root you will screw up the permissions. |
| - | * Example | + | * Check your permissions in your outbox directory like this: |
| <code bash> | <code bash> | ||
| ls -salt /usr/local/var/wl2k/outbox/ | ls -salt /usr/local/var/wl2k/outbox/ | ||
| Line 143: | Line 144: | ||
| </code> | </code> | ||
| * [[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 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> | ||