* [mdk-re] sendmail
@ 2002-01-29 9:22 Плужников М.А.
2002-01-29 11:00 ` Alexey Shabalin
2002-01-29 11:04 ` Dmitry V. Popkov
0 siblings, 2 replies; 6+ messages in thread
From: Плужников М.А. @ 2002-01-29 9:22 UTC (permalink / raw)
To: mandrake-russian
Приветствую.
Подскажите пожалуста, как заставить sendmail, при посылке почты,
подставлять в адрес отправителя не имя хоста, а имя домена?
Пробовал параметры CV, Cw но не работает.
Давно это делал, теперь не могу вспомнить.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [mdk-re] sendmail
2002-01-29 9:22 [mdk-re] sendmail Плужников М.А.
@ 2002-01-29 11:00 ` Alexey Shabalin
2002-01-29 11:10 ` Плужников М.А.
2002-01-29 11:04 ` Dmitry V. Popkov
1 sibling, 1 reply; 6+ messages in thread
From: Alexey Shabalin @ 2002-01-29 11:00 UTC (permalink / raw)
To: mandrake-russian
[-- Attachment #1: Type: text/plain, Size: 693 bytes --]
On Tue, 29 Jan 2002 09:46:55 +0300
"Плужников М.А." <mike@stankin.ru> wrote:
> Приветствую.
> Подскажите пожалуста, как заставить sendmail, при посылке почты,
> подставлять в адрес отправителя не имя хоста, а имя домена?
> Пробовал параметры CV, Cw но не работает.
> Давно это делал, теперь не могу вспомнить.
>
если делать через m4,то в cf прописывываете следуещее (может все Вам и не нужно)
FEATURE(`allmasquerade')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`always_add_domain')dnl
MASQUERADE_AS(smallorg.org)dnl
^^^^^^^^^^^^ - Ваш домен
--
====================================================
Alexey Shabalin mailto:alex@escort-center.ru
ICQ: 117743204 102799765
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [mdk-re] sendmail
2002-01-29 11:00 ` Alexey Shabalin
@ 2002-01-29 11:10 ` Плужников М.А.
2002-01-29 13:21 ` Alexey Shabalin
0 siblings, 1 reply; 6+ messages in thread
From: Плужников М.А. @ 2002-01-29 11:10 UTC (permalink / raw)
To: mandrake-russian
Alexey Shabalin wrote:
>On Tue, 29 Jan 2002 09:46:55 +0300
>"Плужников М.А." <mike@stankin.ru> wrote:
>
>>Приветствую.
>>Подскажите пожалуста, как заставить sendmail, при посылке почты,
>>подставлять в адрес отправителя не имя хоста, а имя домена?
>>Пробовал параметры CV, Cw но не работает.
>>Давно это делал, теперь не могу вспомнить.
>>
>если делать через m4,то в cf прописывываете следуещее (может все Вам и не нужно)
>FEATURE(`allmasquerade')dnl
>FEATURE(`masquerade_envelope')dnl
>FEATURE(`always_add_domain')dnl
>MASQUERADE_AS(smallorg.org)dnl
> ^^^^^^^^^^^^ - Ваш домен
>
Как-то у меня с м4 не завязались отношения. Делаю руками в конфиге.
Но всё рвно спасибо, может понадобится.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [mdk-re] sendmail
2002-01-29 9:22 [mdk-re] sendmail Плужников М.А.
2002-01-29 11:00 ` Alexey Shabalin
@ 2002-01-29 11:04 ` Dmitry V. Popkov
2002-01-29 11:09 ` Плужников М.А.
1 sibling, 1 reply; 6+ messages in thread
From: Dmitry V. Popkov @ 2002-01-29 11:04 UTC (permalink / raw)
To: mandrake-russian
Плужников М.А. wrote:
> Приветствую.
> Подскажите пожалуста, как заставить sendmail, при посылке почты,
> подставлять в адрес отправителя не имя хоста, а имя домена?
> Пробовал параметры CV, Cw но не работает.
> Давно это делал, теперь не могу вспомнить.
Можно и так:
___ cut from sendmail.cf ___
#########################
# Format of headers #
#########################
H?P?Return-Path: <$g>
HReceived: $?sfrom your_name
^^^^^^^^^^^
___ cut ____
D.V.P.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [mdk-re] sendmail
2002-01-29 11:04 ` Dmitry V. Popkov
@ 2002-01-29 11:09 ` Плужников М.А.
0 siblings, 0 replies; 6+ messages in thread
From: Плужников М.А. @ 2002-01-29 11:09 UTC (permalink / raw)
To: mandrake-russian
Dmitry V. Popkov wrote:
> Плужников М.А. wrote:
>
>> Приветствую.
>> Подскажите пожалуста, как заставить sendmail, при посылке почты,
>> подставлять в адрес отправителя не имя хоста, а имя домена?
>> Пробовал параметры CV, Cw но не работает.
>> Давно это делал, теперь не могу вспомнить.
>
>
> Можно и так:
> ___ cut from sendmail.cf ___
> #########################
> # Format of headers #
> #########################
>
> H?P?Return-Path: <$g>
> HReceived: $?sfrom your_name
> ^^^^^^^^^^^
> ___ cut ____
>
> D.V.P.
Спасибо. Буду пробовать.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-01-29 13:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-29 9:22 [mdk-re] sendmail Плужников М.А.
2002-01-29 11:00 ` Alexey Shabalin
2002-01-29 11:10 ` Плужников М.А.
2002-01-29 13:21 ` Alexey Shabalin
2002-01-29 11:04 ` Dmitry V. Popkov
2002-01-29 11:09 ` Плужников М.А.
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