http://www.linuxforen.de/forums/showthread.php?t=169531
- Exim
Documentation, HowTos, FAQs: http://www.exim.org/docs.html
Setting up Exim 4.x: http://www.flatmtn.com/computer/Linux-Exim4.html
IMAP E-Mail-Server: http://www.newbie-net.de/anleitung_imap.html (Debian Woody)
http://www.linuxer.onlinehome.de/apps/exim.htm#go9 FAQ - Mailhandling mit GMX
http://www.world-email.cx/grundlagen/exim-simple-installation.html
http://www.world-email.cx/spamassassin/spamassassin-help.php#i5
http://www.world-email.cx/misc/mutt.alias
## mutt alias file ## alias shortname FULLNAME <EMAIL> alias rene Rene Sasse <rene@world-email.cx>
http://www.world-email.cx/misc/muttrc.txt
### muttrc ### set editor=joe # set joe as editor (may u like vi more) ### load personal settings source ~/.rc/mutt.personal # where are spezial settings ? ### load aliases source ~/.rc/mutt.aliases # where is the alias file ? ### variable settings set alias_file=~/.rc/mutt.aliases # file to use for saving new aliases set autoedit # go to the editor right away when composing set auto_tag # always operate on tagged messages set confirmcreate # confirmation on foler-creation set copy=yes # save a copy of outgoing mail set record=+outbox # where to save it ? set noconfirmappend # skip confirmation on message-appending set delete=ask-yes # ask and set answer to yes set edit_hdrs # let me edit the message header when composing set history=20 # input lines history set nohelp # don't display help set include=yes # include origianl on reply set nomark_old # i don't care about whether a message is old set nometoo # remove my address when replying set read_inc=25 # show progress when reading a mailbox set sort=threads # thread mails set strict_threads # thread on In-Reply-To:/References:-only set nosave_empty # don't keep empty folders set status_on_top # show mailbox status set timeout=120 # seconds until recheck folders for new mail #set verify_sig=no # I don't care about pgp-sigs set write_inc=25 # show progress while writing mailboxes set move=yes # dont ask me if u wanne move mails set reverse_alias # attempt to look up my names for people ## how to catch quoted text set quote_regexp="^ *[a-zA-Z]*[]>|}()%:=-][]>|}():=-]*" # *argh* ## Subject upon forward - defualt = "[%a: %s]" set forw_format="fwd: %s" ## status bars set hdr_format="%4C%Z %[!%y%m%d] (%3l) %-34.34s [%2N] %F" set pager_format="%S [%C/%T] %n (%l, %N) %> %s" set status_format="%h:%f [%M/%m] (%l) %> [N=%n P=%p T=%t D=%d]" #set index_format="%4C%Z %[!%y%m%d] (%3l) %-34.34s [%2N] %F" ### key-bindings ## -y menu bind browser <left> exit bind browser <right> select-entry ## index/main-menu macro index <left> "c\t\t" bind index <right> next-unread #bind index <home> first-entry #bind index <end> last-entry bind index <delete> delete-message bind index \t next-unread bind index ,\t previous-unread bind index / search bind index f reply bind index ,b bounce-message bind index ,f forward-message #bind index ,c current-middle ## pager bind pager <left> exit bind pager <right> next-page bind pager <up> previous-line bind pager <down> next-line bind pager <home> top bind pager <end> bottom bind pager \t next-unread bind pager ,\t previous-unread bind pager / search bind pager f reply bind pager r reply bind pager q exit bind pager ,b bounce-message bind pager ,f forward-message ### weedin-/out headers ignore * # stupid, i know.... see next line:-) unignore From: To: Subject: X-Mailer: X-Newsreader: Date:
http://www.world-email.cx/misc/mutt.personal [[[
my_hdr From: Rene Sasse <rene@world-email.cx> my_hdr Reply-To: Rene Sasse <rene@world-email.cx>
folder-hook 4me my_hdr From: Rene Sasse <rene@andere.domain> folder-hook 4me my_hdr Reply-To: Rene Sasse <rene@andere.domain>
mailboxes ! # this is the /var/spool/username mailboxes =4me
folder-hook . set mbox=+Read/Inbox mbox-hook +4me +Read/4me
folder-hook 4me 'set signature=~/.rc/sign.4me' set signature=~/.rc/sign.4me
color normal white black color hdrdefault brightred black color quoted brightgreen black color quoted1 brightblue black color quoted2 magenta black color signature brightblue black color indicator white blue color error brightred black color status brightred black color tree brightred black color tilde brightblue black color message white black color markers brightgreen black color attachment brightgreen black color search default green # how to hilite searc color header brightgreen black ^(From|Subject): color body brightblue black (((http|https|ftp|gopher #color body brightblue black "[-a-z_0-9.]+@[-a-z_0-9 color underline brightgreen black color bold brightred black
}}}
http://www.world-email.cx/misc/muttrc [[[ #set verify_sig=no # I don't care about pgp-sigs set write_inc=25 # show progress while writing mailboxes set move=yes # dont ask me if u wanne move mails set reverse_alias # attempt to look up my names for people
set quote_regexp="^ *[a-zA-Z]*[]>|}()%:=-][]>|}():=-]*" # *argh*
set forw_format="fwd: %s"
set hdr_format="%4C%Z %[!%y%m%d] (%3l) %-34.34s [%2N] %F" set pager_format="%S [%C/%T] %n (%l, %N) %> %s" set status_format="%h:%f [%M/%m] (%l) %> [N=%n P=%p T=%t D=%d]" #set index_format="%4C%Z %[!%y%m%d] (%3l) %-34.34s [%2N] %F"
bind browser <left> exit bind browser <right> select-entry
macro index <left> "c\t\t" bind index <right> next-unread #bind index <home> first-entry #bind index <end> last-entry bind index <delete> delete-message bind index \t next-unread bind index ,\t previous-unread bind index / search bind index f reply bind index ,b bounce-message bind index ,f forward-message #bind index ,c current-middle
bind pager <left> exit bind pager <right> next-page bind pager <up> previous-line bind pager <down> next-line bind pager <home> top bind pager <end> bottom bind pager \t next-unread bind pager ,\t previous-unread bind pager / search bind pager f reply bind pager r reply bind pager q exit bind pager ,b bounce-message bind pager ,f forward-message
ignore * # stupid, i know.... see next line:-) unignore From: To: Subject: X-Mailer: X-Newsreader: Date:
}}}
Linux/Internet/Mail/Exim4/Sammel (last modified 2008-11-04 06:59:55)