From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9003 Path: news.gmane.org!not-for-mail From: "Dieter Kluenter" Newsgroups: gmane.emacs.gnus.user Subject: Re: using a smtp server (not sendmail) Date: Sat, 12 May 2007 17:12:13 +0200 Organization: T-Online Message-ID: <87bqgqaxf6.fsf@magenta.l4b.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1179073598 15220 80.91.229.12 (13 May 2007 16:26:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 16:26:38 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun May 13 18:26:37 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HnGu4-0005QB-D5 for gegu-info-gnus-english@m.gmane.org; Sun, 13 May 2007 18:26:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnH1j-0005cX-58 for gegu-info-gnus-english@m.gmane.org; Sun, 13 May 2007 12:34:31 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!syros.belnet.be!news.belnet.be!feeder.news-service.com!194.25.134.62.MISMATCH!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 32 Original-X-Trace: news.t-online.com 1178982647 03 9263 m2rf6Pt6jYXPVwz 070512 15:10:47 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: biN17BZVwerO31h9-wgEtfBVpg0juKmkoYyWmjHcDFbtcKMWQRitYm User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux) Cancel-Lock: sha1:hQy9fbsyUBqGCnMA9UQgmWxzLQU= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79185 X-Mailman-Approved-At: Sun, 13 May 2007 12:34:25 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9003 Archived-At: Uri Guttman writes: > is there any way to get emacs/gnus to use my isp's smtp server directly? > from what i can find it uses /usr/xxx/sendmail (which in my case is > provided by qmail). my problem really is that verizon fios outbound smtp > required authentication and qmail doesn't support that without a > patch. since outbound isn't an issue (i do use qmail for inbound just > fine) i thought i could bypass it inside emacs/gnus. only a few symbols > are found with smtp in them. from my ~/.xemacs/custom.el ,----[ custom.el ] | '(message-send-mail-function 'smtpmail-send-it) | '(smtp-default-server "\"my.smtp.host\"") | '(ssl-certificate-directory "/home/dieter/certs") | '(ssl-certificate-verification-policy 1) | '(tls-process-connection-type t) `---- from my ~/.authinfo ,----[ authinfo ] | machine "my.smtp.host" login "my.identity" password "my.passwd" `---- -Dieter -- Dieter Klünter | Systemberatung http://www.dkluenter.de GPG Key ID:8EF7B6C6