From: "Uwe Kleine-König" <ukleinek@informatik.uni-freiburg.de>
To: Jakub Narebski <jnareb@gmail.com>
Cc: git@vger.kernel.org
Subject: How to configure your MTA [Was: [PATCH] fix some doc typos and grammar]
Date: Fri, 2 Feb 2007 12:43:29 +0100 [thread overview]
Message-ID: <20070202114329.GA5081@cepheus> (raw)
In-Reply-To: <epv761$gc1$1@sea.gmane.org>
Hello,
Jakub Narebski wrote:
> > This makes git-send-email work directly, and avoids the gmail web MUA.
>
> It is fairly easy to do the same with sendmail (which is default MTA
> for many Linux distributions). I have googled the answer thanks to
> some tips on #git channel. You have to change /etc/mail/sendmail.mc
> (or the file where SMART_HOST is commented out), add your credentials
> to /etc/mail/authinfo, then compile changes using "make -C /etc/mail"
> (all of it as root, I think).
>
> Your credential should have the form (in /etc/mail/authinfo)
>
> AuthInfo:smtp.gmail.com "U:username@gmail.com" "P:password" "M:PLAIN"
> AuthInfo: "U:username@gmail.com" "P:password" "M:PLAIN"
I'd prefer a MTA that is able to do this on a per-user basis. My wish
is something like procmail, but for sending. Some time ago I searched
for such an MTA, but unsuccessful. Does anyone know such a server?
Best regards
Uwe
--
Uwe Kleine-König
dd if=/proc/self/exe bs=1 skip=1 count=3 2>/dev/null
next prev parent reply other threads:[~2007-02-02 11:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-02 6:25 [PATCH] fix some doc typos and grammar Mike Coleman
2007-02-02 6:44 ` Junio C Hamano
2007-02-02 7:26 ` Mike Coleman
2007-02-02 11:28 ` Jakub Narebski
2007-02-02 11:43 ` Uwe Kleine-König [this message]
2007-02-02 9:49 ` Andy Parkins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070202114329.GA5081@cepheus \
--to=ukleinek@informatik.uni-freiburg.de \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).