all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Purgatori Sakkara <purgatori.sakkara@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: SMTP Suddenly Not Working
Date: Fri, 15 Jun 2012 02:18:40 +1000	[thread overview]
Message-ID: <CAN7bUQc-T_A_CHLhZ60BrE_7EocoSL=NaTq6VcgEzxue9Psw1g@mail.gmail.com> (raw)

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.



             reply	other threads:[~2012-06-14 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-14 16:18 Purgatori Sakkara [this message]
     [not found] <mailman.2800.1339690742.855.help-gnu-emacs@gnu.org>
2012-06-20 18:17 ` SMTP Suddenly Not Working Lars Magne Ingebrigtsen
2012-06-20 19:36   ` Purgatori Sakkara

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='CAN7bUQc-T_A_CHLhZ60BrE_7EocoSL=NaTq6VcgEzxue9Psw1g@mail.gmail.com' \
    --to=purgatori.sakkara@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.