From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9422 Path: news.gmane.org!not-for-mail From: someusernamehere Newsgroups: gmane.emacs.gnus.user Subject: Re: Sendig mail from GMX fails Date: Mon, 30 Jul 2007 10:11:05 -0700 Organization: http://groups.google.com Message-ID: <1185815465.452830.202790@m37g2000prh.googlegroups.com> References: <1185813587.661398.117580@x35g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1185817257 22403 80.91.229.12 (30 Jul 2007 17:40:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2007 17:40:57 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jul 30 19:40:50 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 1IFZEf-0006hb-H6 for gegu-info-gnus-english@m.gmane.org; Mon, 30 Jul 2007 19:40:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFZEf-0006Sj-2z for gegu-info-gnus-english@m.gmane.org; Mon, 30 Jul 2007 13:40:49 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m37g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 33 Original-NNTP-Posting-Host: 189.149.140.189 Original-X-Trace: posting.google.com 1185815466 1064 127.0.0.1 (30 Jul 2007 17:11:06 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 30 Jul 2007 17:11:06 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m37g2000prh.googlegroups.com; posting-host=189.149.140.189; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79614 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:9422 Archived-At: On 30 jul, 12:00, David Z Maze wrote: > someusernamehere writes: > > Hey have this in my .gnus file: > > [...] > > The problem is that Gnus try to sent the mail for the local postfix (I > > mean the server web on my own machine) for example if I stop the > > postfix in my machine I can't send mail > > and using my local postfix some mails are not send, what is wrong?, I > > want to use GMX smtp for send mail. > > Have you read the Gnus FAQ [1], say, item 3.8? Or the relevant bit of > the Gnus manual [2]? > > [1]http://my.gnus.org/faq/html-chunks/FAQ.html > [2] info://gnus/Posting+Server Now, ye, I have added the following, now looks like: (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-local-domain nil smtpmail-queue-mail t smtpmail-queue-dir "~/mail/queued-mail/" smtpmail-default-smtp-server "mail.gmx.net" smtpmail-debug-info t smtpmail-debug-verb t smtpmail-starttls-credentials '(("mail.gmx.net" 25 nil nil))) but doesn't works :-/