Gnus development mailing list
 help / color / mirror / Atom feed
From: Byung-Hee HWANG <soyeomul@doraji.xyz>
To: ding@gnus.org
Subject: Re: set up Gnus to work with a remote system mailserver (with Dovecot?)
Date: Thu, 28 Apr 2022 12:44:45 +0900	[thread overview]
Message-ID: <xhm1qxhlvma.fsf@yw-1130> (raw)
In-Reply-To: <87k0ba2sh9.fsf@zoho.eu> (Emanuel Berg's message of "Wed, 27 Apr 2022 22:15:14 +0200")

Hellow Emanuel,

Emanuel Berg <moasenwood@zoho.eu> writes:

> (... thanks ...)
>   ssh -N -L 127.0.0.1:2525:127.0.0.1:25 dataswamp.org
>

You first read again: (3 times good!)
<https://www.rackaid.com/blog/spam-ssh-tunnel/>

This is my test:
#+begin_src text (shell command output)
soyeomul@yw-1130:~/bin$ ./gt.py
인터넷 연결 OK!
포트 2000 무사히 열었습니다^^^ ===> PID: 6881
soyeomul@yw-1130:~/bin$ telnet localhost 2000
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 yw-0919.doraji.xyz ESMTP Postfix (Ubuntu/Google-Compute-Engine)
ehlo delta
250-yw-0919.doraji.xyz
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 SMTPUTF8
quit
221 2.0.0 Bye
Connection closed by foreign host.
soyeomul@yw-1130:~/bin$ 
#+end_src

And i'm using X-Message-SMTP-Method like as:
#+begin_src emacs-lisp
(...something...)
("X-Message-SMTP-Method" "smtp localhost 2000")
(address "soyeomul@yw.doraji.xyz")
(...something...)
#+end_src

Sincerely, Gnus fan Byung-Hee

-- 
^고맙습니다 _布德天下_ 감사합니다_^))//


  parent reply	other threads:[~2022-04-28  3:45 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07  1:17 Emanuel Berg
2022-04-07  2:34 ` Byung-Hee HWANG
2022-04-07  3:08   ` Emanuel Berg
2022-04-07  7:47     ` Andreas Schwab
2022-04-07  8:07       ` Emanuel Berg
2022-04-07  8:12         ` Emanuel Berg
2022-04-07  8:27           ` Emanuel Berg
2022-04-10 11:47             ` Byung-Hee HWANG
2022-04-10 13:13               ` Emanuel Berg
2022-04-11  3:47                 ` Byung-Hee HWANG
2022-04-11  4:03                   ` Byung-Hee HWANG
2022-04-11 22:55                     ` Bob Newell
2022-04-12  2:18                       ` Byung-Hee HWANG
2022-04-12  8:30                       ` Eric S Fraga
2022-04-12  6:00                   ` Emanuel Berg
2022-04-12  6:34                     ` Emanuel Berg
2022-04-19 23:53                     ` Emanuel Berg
2022-04-20  0:11                       ` Emanuel Berg
2022-04-21 12:38                         ` Byung-Hee HWANG
2022-04-21 13:16                           ` Emanuel Berg
2022-04-21 13:30                             ` Byung-Hee HWANG
2022-04-21 13:41                               ` Emanuel Berg
2022-04-27 20:15                               ` Emanuel Berg
2022-04-27 20:27                                 ` Emanuel Berg
2022-04-28  3:44                                 ` Byung-Hee HWANG [this message]
2022-05-03  2:36                                   ` Emanuel Berg
2022-05-03  6:36                                     ` Byung-Hee HWANG
2022-05-03  7:01                                       ` Emanuel Berg
2022-05-03  7:17                                         ` Byung-Hee HWANG
2022-05-04  0:11                                           ` Emanuel Berg
2022-05-04 11:50                                     ` expiring in nnselect groups not saved Erik Colson
2022-05-04 17:01                                       ` Eric Abrahamsen
2022-05-04 21:47                                         ` Erik Colson
2022-05-05  0:39                                           ` Andrew Cohen
2022-05-05  0:48                                             ` Andrew Cohen
2022-05-05  2:07                                               ` Andrew Cohen
2022-05-05 10:10                                             ` Erik Colson
2022-05-05 10:48                                               ` Erik Colson
2022-05-05 11:09                                                 ` Erik Colson
2022-05-05 11:21                                                   ` Erik Colson
2022-05-05 12:20                                                     ` Erik Colson
2022-05-05 20:59                                                       ` Erik Colson
2022-05-06  0:49                                                         ` Andrew Cohen
2022-05-06 15:42                                                           ` Erik Colson
2022-05-06 16:27                                                             ` Erik Colson
2022-04-07  8:51 ` set up Gnus to work with a remote system mailserver (with Dovecot?) Uwe Brauer
2022-04-07  8:58   ` Emanuel Berg
2022-04-07 10:28   ` Eric S Fraga
2022-04-07 16:43     ` Russ Allbery
2022-04-08 10:03       ` Eric S Fraga
2022-04-08 11:59         ` Emanuel Berg
2022-04-07  9:31 ` Christian Barthel
2022-04-07 10:57   ` Emanuel Berg
2022-04-09 23:23   ` Emanuel Berg
2022-04-21  1:42   ` Emanuel Berg
2022-04-21  2:52     ` Emanuel Berg
2022-04-21  2:54     ` Emanuel Berg

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=xhm1qxhlvma.fsf@yw-1130 \
    --to=soyeomul@doraji.xyz \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).