ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] exim fake domain
@ 2004-04-03 12:47 Nick S. Grechukh
  2004-04-03 12:51 ` [Comm] Re: exim fake domain - бредовая идея Nick S. Grechukh
  0 siblings, 1 reply; 3+ messages in thread
From: Nick S. Grechukh @ 2004-04-03 12:47 UTC (permalink / raw)
  To: community

коллеги, подскажите, что-то я туплю...

снаружи есть только 1 (один) адрес у провайдера.
есть задача сделать фэйковый почтовый домен (т.е. почта только для LAN). 
fetchmail кидает на secretary@my.local, дальше секретарь переадресовывает 
кому надо. 

теперь /me осознал что если делать rewrite from в провайдерский, при 
внутреннем обмене накроется reply-to. 
afair, rewrite срабатывает для всех routers, тут надо что-то другое. 

как такое решается, ситуация ведь достаточно обычная?

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

* [Comm] Re: exim fake domain - бредовая идея
  2004-04-03 12:47 [Comm] exim fake domain Nick S. Grechukh
@ 2004-04-03 12:51 ` Nick S. Grechukh
  2004-04-03 15:01   ` Nick S. Grechukh
  0 siblings, 1 reply; 3+ messages in thread
From: Nick S. Grechukh @ 2004-04-03 12:51 UTC (permalink / raw)
  To: community

только что пришло в голову: (бред конечно)
- на шлюзе поднять еще один exim, в нем написать
smartprov:
     driver = manualroute
     domains = !+local_domains
     transport = remote_smtp
     route_list = * smtp.provider.net
mydomain:
     driver = manualroute
     domains = +local_domains
     transport = remote_smtp
     route_list = * mail.my.local
и написать rewrite
*@my.local 	me@provider.net fF
me@provider.net 		secretary@my.local tT
и fetchmail перенести на шлюз.

- mail.my.local - smtp/pop/imap для локалки  
smartprov:
     driver = manualroute
     domains = !+local_domains
     transport = remote_smtp
     route_list = * router.provider.net
и локальная доставка для local_domains.

в результате всеми внешними сношениями будет заниматься router в режиме тупого 
релэя туда-сюда, по ходу меняя заголовки. по аналогии с nat.

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

* Re: [Comm] Re: exim fake domain - бредовая идея
  2004-04-03 12:51 ` [Comm] Re: exim fake domain - бредовая идея Nick S. Grechukh
@ 2004-04-03 15:01   ` Nick S. Grechukh
  0 siblings, 0 replies; 3+ messages in thread
From: Nick S. Grechukh @ 2004-04-03 15:01 UTC (permalink / raw)
  To: community

прошу прощения :-)
я действительно туплю
конечно же headers_rewrite в транспорте

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

end of thread, other threads:[~2004-04-03 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-03 12:47 [Comm] exim fake domain Nick S. Grechukh
2004-04-03 12:51 ` [Comm] Re: exim fake domain - бредовая идея Nick S. Grechukh
2004-04-03 15:01   ` Nick S. Grechukh

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