Lines 93-99
Link Here
|
93 |
</p> |
93 |
</p> |
94 |
|
94 |
|
95 |
<pre caption="Sample .fetchmailrc"> |
95 |
<pre caption="Sample .fetchmailrc"> |
96 |
<i>poll mail.myisp.net protocol pop3 user "myname" password "mypasswd"</i> |
96 |
<i>poll mail.myisp.net protocol pop3 user "myname" password "mypasswd"</i> |
97 |
</pre> |
97 |
</pre> |
98 |
|
98 |
|
99 |
<p> |
99 |
<p> |
Lines 107-113
Link Here
|
107 |
</pre> |
107 |
</pre> |
108 |
|
108 |
|
109 |
<p> |
109 |
<p> |
110 |
To see it in action use the verbose mode (-v). To fetch all messages use -a. |
110 |
To see fetchmail in action, use the verbose mode (-v). To fetch all messages use -a. |
111 |
And you must use the option -m to tell fetchmail to send the mail to procmail. |
111 |
And you must use the option -m to tell fetchmail to send the mail to procmail. |
112 |
</p> |
112 |
</p> |
113 |
|
113 |
|
Lines 153-159
Link Here
|
153 |
</p> |
153 |
</p> |
154 |
|
154 |
|
155 |
<note> |
155 |
<note> |
156 |
The procmail filter rules are called recipies and i have also included recipies |
156 |
The procmail filter rules are called recipes, and I have also included recipes |
157 |
to filter out some spam. |
157 |
to filter out some spam. |
158 |
</note> |
158 |
</note> |
159 |
|
159 |
|
Lines 278-284
Link Here
|
278 |
</p> |
278 |
</p> |
279 |
|
279 |
|
280 |
<p> |
280 |
<p> |
281 |
When you emerged mutt in the first step it installed a configurationfile in |
281 |
When you emerged mutt in the first step it installed a configuration file in |
282 |
<path>/etc/mutt/Muttrc</path>. You also need to create a <path>.muttrc</path> |
282 |
<path>/etc/mutt/Muttrc</path>. You also need to create a <path>.muttrc</path> |
283 |
file in your home directory. |
283 |
file in your home directory. |
284 |
</p> |
284 |
</p> |
Lines 324-330
Link Here
|
324 |
mailboxes =freshmeat |
324 |
mailboxes =freshmeat |
325 |
mailboxes =duplicates |
325 |
mailboxes =duplicates |
326 |
mailboxes =default |
326 |
mailboxes =default |
327 |
mailboxes =sent |
|
|
328 |
mailboxes =friends |
327 |
mailboxes =friends |
329 |
mailboxes =junk |
328 |
mailboxes =junk |
330 |
mailboxes =spam |
329 |
mailboxes =spam |
Lines 398-404
Link Here
|
398 |
|
397 |
|
399 |
<p> |
398 |
<p> |
400 |
For the record, this is just a sample <path>.muttrc</path>. There are many more |
399 |
For the record, this is just a sample <path>.muttrc</path>. There are many more |
401 |
options that you can configure, gpg settings for instance. Have a look at |
400 |
options that you can configure, such as integration with GPG. Have a look at |
402 |
<uri>http://www.dotfiles.com/index.php3?app_id=27</uri> for more examples and |
401 |
<uri>http://www.dotfiles.com/index.php3?app_id=27</uri> for more examples and |
403 |
help. |
402 |
help. |
404 |
</p> |
403 |
</p> |
Lines 449-455
Link Here
|
449 |
host: This is the smtp server you are sending to. |
448 |
host: This is the smtp server you are sending to. |
450 |
</p> |
449 |
</p> |
451 |
|
450 |
|
452 |
<pre caption="Adding smtp support"> |
451 |
<pre caption="Adding SMTP support"> |
453 |
# <i>nano -w .muttrc</i> |
452 |
# <i>nano -w .muttrc</i> |
454 |
set sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f urname@isp.net" |
453 |
set sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f urname@isp.net" |
455 |
</pre> |
454 |
</pre> |
Lines 490-498
Link Here
|
490 |
</p> |
489 |
</p> |
491 |
|
490 |
|
492 |
<p> |
491 |
<p> |
493 |
You now have a powerful and highly customizable mail system. So read all the |
492 |
You now have a powerful and highly customizable mail system. To take advantage |
494 |
manuals and docs and find the many user configuration files available on the |
493 |
of its flexibility, read all the manuals and docs and find the many user |
495 |
web with 'google' <path>procmailrc</path> and <path>muttrc</path>. |
494 |
configuration files available on the web: search for <path>procmailrc</path> and |
|
|
495 |
<path>muttrc</path>. |
496 |
</p> |
496 |
</p> |
497 |
|
497 |
|
498 |
</body> |
498 |
</body> |