From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Purgatori Sakkara Newsgroups: gmane.emacs.help Subject: SMTP Suddenly Not Working Date: Fri, 15 Jun 2012 02:18:40 +1000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1339690750 7143 80.91.229.3 (14 Jun 2012 16:19:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 16:19:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 14 18:19:09 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SfClG-00041d-1s for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 18:19:06 +0200 Original-Received: from localhost ([::1]:44744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfClF-0002Em-IT for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 12:19:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfCkw-0001yl-CA for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:18:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfCkt-0003vM-Ng for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:18:45 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:65112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfCkt-0003uV-EL for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 12:18:43 -0400 Original-Received: by lbjn8 with SMTP id n8so2678077lbj.0 for ; Thu, 14 Jun 2012 09:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZAZcdksBwY+7UchKmer1CRAvWcld7daxuKlwWo2L058=; b=feaLWIs9Ajf2QNG2iTQpzYpCNg2+u2hSN8aWhrNzE5jJY5nYg0prQU5DYvb/xKTnL+ Co0K+GjGpvTBtWMx3MqGuvZaW9Eyf4p5CWNg3OKOxCgOy3lg79OOOwuw/XaRiuQW6jxK qjmn+EOZTcBxFqMaz4HlsQVp+1OMANP+UlaLw9/gvFuAi41PcfkaByMBr2aQ/LZS4k94 p/qC0T1+VMrfEYkEerT2UIkvBb0H10BpBCdGlK/xmCeRH+6xEJdP/+50Cm33H8yvBye4 t15S7jdijE9l8cvo2B305WtcwehV/oS5bpHrta1sxZv3l0RG1yp1w9XJaEW9AaeN05yC /PXw== Original-Received: by 10.152.109.198 with SMTP id hu6mr2465146lab.21.1339690720284; Thu, 14 Jun 2012 09:18:40 -0700 (PDT) Original-Received: by 10.112.74.73 with HTTP; Thu, 14 Jun 2012 09:18:40 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 X-Mailman-Approved-At: Thu, 14 Jun 2012 12:19:01 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85240 Archived-At: Hi, I have no idea why, but I am suddenly unable to use my ISP's smtp server with Emacs. I haven't changed anything in my .emacs, and my ISP claim not to have changed anything on their end, either. Feeding the same settings into other applications -- e.g. Sylpheed -- results in being able to send outgoing email just fine. Here's my setup in .emacs: (setq smtpmail-smtp-server "smtp.netspace.net.au") (setq smtpmail-smtp-service 25) (setq smtpmail-debug-info t) (setq smtpmail-debug-verb t) (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (require 'smtpmail) (setq mail-host-address "sdf.lonestar.org") (setq user-full-name "My Name") (setq user-mail-address "username@sdf.lonestar.org") (setq mail-archive-file-name (expand-file-name "~/Mail/outgoing")) (setq gnus-always-read-dribble-file t) (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq gnus-message-archive-group '((if (message-news-p) "sent-news" "sent-mail"))) (setq message-kill-buffer-on-exit t) Upon trying to send an email, I get "process smtp is not running," while the trace contains the following: 220 icp-osb-irony-out4.iinet.net.au ESMTP 250-icp-osb-irony-out4.iinet.net.au 250-8BITMIME 250-SIZE 31457280 250-STARTTLS 250-AUTH PLAIN LOGIN 250 AUTH=PLAIN LOGIN 220 Go ahead with TLS Process smtpmail connection broken by remote peer QUIT ... and I don't have any idea what that means. The weird thing is, it started playing up last night, but during repeated tests I was able to get *some* mail to go through. Now, though, it's not working at all. Very bizarre.