PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mails abholen und versenden mit mutt



orbb
19.05.02, 23:07
hi,
ich habe mir grad mutt installiert und möchte damit mails von meinem pop3 server gmx abholen und wieder mails verschicken. ich verfüge nur über eine isdn leitung (keine standleitung, leider) und habe gelesen, daß man in der muttrc einen eintrag machen muß, der den envelope absender blabla@gmx.de setzen muß anstatt loginname@rechnername.domainname. wie geht denn sowas? ich poste mal meine muttrc:

set signature=~/.signature
set arrow_cursor
unset fcc_attach
set sig_dashes
set alternates=bla@gmx.de
set folder=~/mail
set record=+sent-mail
set nosave_name
set postponed=~/postponed-msgs

set pager_context=4
set pager_index_lines=10
set pager_stop

set pop_host=pop3.gmx.net
set pop_user=xxxxxxxx
#set pop_delete
set realname="bla"




#
# Binding
#
bind pager <backspace> previous-page
bind pager - previous-line
bind pager \eOm previous-line
bind pager + next-line
bind pager \eOk next-line
bind pager \eOM next-line
bind pager \e[1~ top
bind pager \e[4~ bottom

bind index <backspace> previous-entry
bind index - previous-entry
bind index \eOm previous-entry
bind index + next-entry
bind index \eOk next-entry
bind index \eOM display-message
bind index \e[H first-entry
bind index \e[F last-entry
bind index \e[1~ first-entry
bind index \e[4~ last-entry

bind alias <space> select-entry
bind alias x exit
bind attach x exit
bind browser x exit

#
# Color
#
mono message bold
color message white red
color error brightyellow red
color indicator white red
color tree brightmagenta default
color signature red default
color attachment brightyellow red
color search brightyellow red
color tilde brightmagenta default
color markers brightmagenta default
#color bold brightblack default
#color underline green default
color quoted blue default
color quoted1 magenta default
color quoted2 red default
color quoted3 green default
color quoted4 cyan default
color quoted5 blue default
color quoted6 magenta default
color quoted7 red default
color quoted8 green default
color quoted9 cyan default
color hdrdefault brightred default
color header brightmagenta default "^(from):"
color header brightblue default "^(subject):"
color normal green black
#color header default default "[ \t]+[^:]*$"
color body brightcyan default \
"((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z@0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:])?"
color body brightcyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+"
color body red default "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"

#my header
my_hdr From: bla <bla@gmx.de>
my_hdr Priority: normal
set edit_hdrs
#
# End
#
Wenn ich dann ne mail verschicken will kommt folgende meldung:

Fehler 67 beim Versand der Nachricht (User unknown.).

weiß einer was man da verstellen muß?

Uns was muß ich denn noch eingeben damit ich auch auf dem gmx server mails abholen kann? ich hab da nur dieses beispiel gefunden aber da muß man doch auch noch n passwort setzen oder?

danke schonmal für eure hilfe

Gruß

Olaf