all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus: IMAP and ESMTP
@ 2012-10-07 22:23 thorsopia
  0 siblings, 0 replies; 2+ messages in thread
From: thorsopia @ 2012-10-07 22:23 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I have two machines: a server with a static IP address and a client
with a dynamic IP address. Postfix is running on the server. I used
these guides to configure Postfix: [1,2].

I want to read and send emails from the client.

I've been told that I should use POP or IMAP to get emails and SMTP to
push replies back to the server.

Here is what I'm going to use for IMAP. (I used this [3] guide.)
Is it OK? Could you comment on the unspecified options?

(mail-source . (imap :server "mail.example.com"
					 :port 993
					 :user "john"
					 :stream tls
					 :authentication ;; What should I specify?
					 :program ;; What should I specify?
					 :mailbox ;; What should I specify?
					 :dontexpunge nil))

How to configure ESMTP? There is a howto [4], but I don't understand
it. Could you elaborate?

Is it possible not to store sent emails on the server?

What else should be placed in .gnus.el to use IMAP and ESMTP?

How to check that my connections are encrypted?

Thanks

[1] https://help.ubuntu.com/community/PostfixBasicSetupHowto
[2] https://help.ubuntu.com/community/Postfix
[3] http://gnus.org/manual/gnus_179.html#SEC179
[4] http://www.emacswiki.org/emacs/SmtpAuth






^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Gnus: IMAP and ESMTP
       [not found] <mailman.10565.1349656606.855.help-gnu-emacs@gnu.org>
@ 2012-12-24 11:19 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2012-12-24 11:19 UTC (permalink / raw)
  To: thorsopia; +Cc: help-gnu-emacs

thorsopia@lavabit.com writes:

> (mail-source . (imap :server "mail.example.com"
> 					 :port 993
> 					 :user "john"
> 					 :stream tls
> 					 :authentication ;; What
> should I specify?
> 					 :program ;; What should I specify?
> 					 :mailbox ;; What should I specify?
> 					 :dontexpunge nil))

Well, you probably shouldn't use IMAP as a mail source at all, because
that means that you'll be downloading all of the mail from the IMAP
server.

Instead you should use nnimap.

> How to configure ESMTP? There is a howto [4], but I don't understand
> it. Could you elaborate?

I think that howto is outdated.

In Emacs 24, you will be prompted for the SMTP setup the first time you
send email, so no configuration is necessary.

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-24 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.10565.1349656606.855.help-gnu-emacs@gnu.org>
2012-12-24 11:19 ` Gnus: IMAP and ESMTP Lars Magne Ingebrigtsen
2012-10-07 22:23 thorsopia

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.