Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Gnus: IMAP and ESMTP
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
thorso...@lavabit.com  
View profile  
 More options Oct 7 2012, 6:23 pm
Newsgroups: gnu.emacs.help
From: thorso...@lavabit.com
Date: Sun, 7 Oct 2012 18:23:49 -0400 (EDT)
Local: Sun, Oct 7 2012 6:23 pm
Subject: Gnus: IMAP and ESMTP
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lars Magne Ingebrigtsen  
View profile  
 More options Dec 24 2012, 6:19 am
Newsgroups: gnu.emacs.help
From: Lars Magne Ingebrigtsen <l...@gnus.org>
Date: Mon, 24 Dec 2012 12:19:25 +0100
Local: Mon, Dec 24 2012 6:19 am
Subject: Re: Gnus: IMAP and ESMTP

thorso...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »