ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Andrey Brindeew <abr@altlinux.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Непонятки с локальным прокси
Date: Sat, 4 Sep 2004 13:10:23 +0400
Message-ID: <20040904091023.GA6063@abr.pp.ru> (raw)
In-Reply-To: <opsdskqinaaip9c3@mail.ngs.ru>

[-- Attachment #1: Type: text/plain, Size: 1827 bytes --]

On Sat, Sep 04, 2004 at 02:36:08PM +0700, ganzha wrote:
> Так всё-таки кто-нибудь подскажет, что мне посмотреть в настройках Linux 
> или Mozilla. Почему Mozilla-mailer не принимает и не отправляет почту?
> Как я понял, на прокси закрыты какие-то порты, поэтому Mozilla-mailer не 
> может прорваться во вне. Но почему, тогда, в виндах через этот же прокси 
> почта The Bat! и Opera ходит нормально?

1. Приём почты

a) по какому протоколу вы принимаете почту? Если это POP3, тогда
номер порта - 100
b) какой сервер для входящей почты прописан в настройках Mozilla?
c) проходит ли команда telnet server 110 (для POP3)?
d) удаётся ли получить почту вручную? ниже пример:

$ telnet mail.home 110
Trying 192.168.1.1...
Connected to mail.home.
Escape character is '^]'.
+OK
USER abr
+OK
PASS ****************
+OK
STAT
+OK 0 0
QUIT
+OK
Connection closed by foreign host.

2. Отправка почты

a) какой сервер прописан в настройках Mozilla?
b) происходит ли соединение на 25 порт на сервер?
c) принимает ли сервер почту?

Пример:

$ telnet mail.home 25
Trying 192.168.1.1...
Connected to mail.home.
Escape character is '^]'.
220 abr.home ESMTP Postfix
HELO abr.home
250 abr.home
MAIL FROM: abr@abr.home
250 Ok
RCPT TO: ira@abr.home
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
From: abr@abr.home
To: ira@abr.home
Subject: SMTP server test

This is test, please ignore it, darling!
.
250 Ok: queued as AFD5ED46E7
QUIT
221 Bye
Connection closed by foreign host.

Примечание: мой SMTP-сервер принял от меня почту потому, что он
мне доверяет (по IP-адресу). В вашем случае (если используется
внешний SMTP-сервер) наверняка потребуется настраивать
SMTP-аутентификацию.

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

[-- Attachment #2: Type: application/pgp-signature, Size: 245 bytes --]

  reply	other threads:[~2004-09-04  9:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-26 16:47 ganzha
2004-08-26 16:59 ` Barabashka
2004-08-27  6:22   ` Alexey Morsov
2004-08-27  6:34     ` Andrey Rahmatullin
2004-08-30  8:02   ` ganzha
2004-08-31 15:37     ` Barabashka
2004-09-01  4:01       ` ganzha
2004-09-01  9:48         ` Eugene A. Suchkov
2004-09-01 10:21           ` ganzha
2004-09-02 13:26           ` ganzha
2004-09-01 14:01   ` ganzha
2004-09-01 14:16     ` Andrey Rahmatullin
2004-09-01 14:24       ` ganzha
2004-09-01 14:43         ` Denis Klykvin
2004-09-01 14:59           ` Re[2]: " Ганжа К.И.
2004-09-02 13:46           ` ganzha
2004-09-04  7:36             ` ganzha
2004-09-04  9:10               ` Andrey Brindeew [this message]
2004-09-04  9:57                 ` Re[2]: " Ганжа К.И.
2004-09-04  9:21               ` Drool
2004-09-04  9:57                 ` Re[2]: " Ганжа К.И.
2004-09-05 18:05               ` Grigory Fateyev
2004-09-05 18:03         ` Grigory Fateyev
2004-09-01 14:32       ` ganzha
2004-09-02  4:08       ` Barabashka

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=20040904091023.GA6063@abr.pp.ru \
    --to=abr@altlinux.ru \
    --cc=community@altlinux.ru \
    /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

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git