Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
msmtp : ausgehende mails kommen ohne Absender an
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tazinblack
Veteran
Veteran


Joined: 23 Jan 2005
Posts: 1146
Location: Baden / Germany

PostPosted: Fri May 12, 2006 9:04 am    Post subject: msmtp : ausgehende mails kommen ohne Absender an Reply with quote

Hallo Forum,

ich verwende msmtp für den Versand von Emails über den Provider.
Hier das configfile :

Code:
epsilon3 etc # pg msmtprc
defaults
tls on
tls_starttls off
tls_certcheck off

logfile /var/log/msmtp/msmtp.log

account eins
protocol smtp
maildomain system.meinedomain.org
host mail.meinedomain.org
from system@meinedomain.org
auth on
user system@meinedomain.org
password meinpassword

account default : eins

epsilon3 etc #


Das funktioniert auch mit dem Mailversand. Aber alle versendeten Mail kommen beim Empfänger ohne Absenderadresse an.
Also im Header steht dann schon

Code:
envelope-from=system@meinedomain.org


Aber es wird kein Absender im Thunderbird angezeigt !

Was mache ich falsch ?
_________________
Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes
Back to top
View user's profile Send private message
cixx
n00b
n00b


Joined: 26 Feb 2006
Posts: 11

PostPosted: Sat May 13, 2006 9:54 am    Post subject: Reply with quote

ein Auszug aus meiner ~/.msmtprc :)
Code:

     defaults
     tls on
     tls_trust_file /etc/ssl/certs/ca-certificates.crt
     logfile ~/.msmtp.log
#     domain $domain_meines_routers


Code:

     account foobar
     host foobar.tld
     from mail@domain.org
     auth on
     user foobar
     password barfoo


Code:

     account default : foobar


also so klappt es bei mir problemlos. :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum