ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Change Postfix Port
@ 2004-04-06  5:58 Nick N. Vinogradov
  2004-04-06  8:04 ` Grigory Milev
  0 siblings, 1 reply; 4+ messages in thread
From: Nick N. Vinogradov @ 2004-04-06  5:58 UTC (permalink / raw)
  To: community

Здравствуйте уважаемые!
Вопрос. Можно ли научить Postfix принимать соединения на порту,
отличном от 25?

WBR, Hash :-)




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

* Re: [Comm] Change Postfix Port
  2004-04-06  5:58 [Comm] Change Postfix Port Nick N. Vinogradov
@ 2004-04-06  8:04 ` Grigory Milev
  2004-04-06  8:39   ` Re[2]: " Nick N. Vinogradov
  0 siblings, 1 reply; 4+ messages in thread
From: Grigory Milev @ 2004-04-06  8:04 UTC (permalink / raw)
  To: community

>>>>> "Nick" == Nick N Vinogradov <vinogradov@dwellis.ru> writes:

    Nick> Здравствуйте уважаемые!  Вопрос. Можно ли научить Postfix принимать
    Nick> соединения на порту, отличном от 25?
Можно, смотри файлик /etc/postfix/master.cf:
smtp         inet    n       -       -       -       -       smtpd
smtp_myown   inet    n       -       -       -       -       smtpd

smtp_myown добавь в /etc/services:
smtp_myown      2525/tcp                         # My new smtp port


Только не меняй стандартный smtp в файле services, т.к. твой постфикс начнет
передавать почту не на тот порт, что не есть здоровоm т.е. он ее передать не
сможет.

+--------------------------------------------------------+
Grigory Milev	mailto:week@altlinux.ru
ALT Linux Team	http://www.altlinux.ru
+--------------------------------------------------------+
Life too beautiful and interesting. Don't worry, be happy.


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

* Re[2]: [Comm] Change Postfix Port
  2004-04-06  8:04 ` Grigory Milev
@ 2004-04-06  8:39   ` Nick N. Vinogradov
  2004-04-06 10:53     ` Grigory Milev
  0 siblings, 1 reply; 4+ messages in thread
From: Nick N. Vinogradov @ 2004-04-06  8:39 UTC (permalink / raw)
  To: Grigory Milev

Hello Grigory,
Tuesday, April 6, 2004, 12:04:20 PM, you wrote:

GM>     Nick> Здравствуйте уважаемые!  Вопрос. Можно ли научить Postfix принимать
GM>     Nick> соединения на порту, отличном от 25?

GM> Можно, смотри файлик /etc/postfix/master.cf:
GM> smtp         inet    n       -       -       -       -       smtpd
GM> smtp_myown   inet    n       -       -       -       -       smtpd

GM> smtp_myown добавь в /etc/services:
GM> smtp_myown      2525/tcp                         # My new smtp port

GM> Только не меняй стандартный smtp в файле services, т.к. твой постфикс начнет
GM> передавать почту не на тот порт, что не есть здоровоm т.е. он ее передать не
GM> сможет.

Спасибо за ответ!
В интернете нашел схожий рецепт

-------------------------------------------------------------------------------
> I have edited my /etc/services file to change the smtpd 25/tcp line to
> "5000/tcp". But lo and behold the darn MTA not only *listens* on port 5000, 
> but it tries to send to other mailservers on 5000. In effect, I've broken my 
> ability to send Emails out.
> How can I configure postfix to listen to port 5000 but send to port 25? 

Add a line to your /etc/services:
smtp2 5000/tcp
Now edit your master.cf so the smtpd line starts with smtp2:
smtp2 inet n - n - - smtpd
(actual line may vary depending on chroot, etc)
Restart Postfix.
-------------------------------------------------------------------------------

Насчет того, что нельзя менять стандартный SMTP, Ваш совет и
интернетовский сходятся. Но осталось непонятно, в master.cf должны
быть обе строки (smtp и smtp_foo) или только одна (smtp_foo). Вас не
затруднит прояснить этот вопрос? Заранее спасибо.

WBR, Hash :-)




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

* Re: [Comm] Change Postfix Port
  2004-04-06  8:39   ` Re[2]: " Nick N. Vinogradov
@ 2004-04-06 10:53     ` Grigory Milev
  0 siblings, 0 replies; 4+ messages in thread
From: Grigory Milev @ 2004-04-06 10:53 UTC (permalink / raw)
  To: community

>>>>> "Nick" == Nick N Vinogradov <vinogradov@dwellis.ru> writes:
    Nick> Насчет того, что нельзя менять стандартный SMTP, Ваш совет и
    Nick> интернетовский сходятся. Но осталось непонятно, в master.cf должны
    Nick> быть обе строки (smtp и smtp_foo) или только одна (smtp_foo). Вас не
    Nick> затруднит прояснить этот вопрос? Заранее спасибо.
Если на твой smtp не будут приходить письма от других серверов, то достаточно
smtp_foo, если будут, то надо обе. И еще, если сервер в постоянно в нете, то
обязательно smtp с авторизацией иначе очень быстро в черный список попадешь.

+--------------------------------------------------------+
Grigory Milev	mailto:week@altlinux.ru
ALT Linux Team	http://www.altlinux.ru
+--------------------------------------------------------+
Life too beautiful and interesting. Don't worry, be happy.


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

end of thread, other threads:[~2004-04-06 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06  5:58 [Comm] Change Postfix Port Nick N. Vinogradov
2004-04-06  8:04 ` Grigory Milev
2004-04-06  8:39   ` Re[2]: " Nick N. Vinogradov
2004-04-06 10:53     ` Grigory Milev

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