ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Laaz Vadim <checked@mail.ru>
To: community@altlinux.ru
Subject: [Comm] php mail from
Date: Mon, 26 Dec 2005 09:29:44 +0300
Message-ID: <200512260929.44962.checked@mail.ru> (raw)

Здравствуйте.

АЛМ 2.4
php-4.3.10-alt0.M24.3
mod_php-4.3.10-alt0.M24.3
apache-1.3.33rusPL30.20-alt1.M24.2
postfix-2.0.20-alt1.3

# cat /etc/php/4.3.10/mod_php/php.ini | grep ^sendmail
sendmail_path = /usr/sbin/sendmail -t -i

в php скрипте пишу:

<?
$headers = "MIME-Version: 1.0\n".
           "Content-type: text/text; charset=koi8-r\n".
           "Content-Transfer-Encoding: 8bit\n".
           "From: админ <admin@test.tld>\n";

mail('client@test.tld', 'subj', 'message', $headers);
?>

получаю письмо:
"
<...>
To: client@test.tld
Subject: subj
From: apache@test.tld (Apache)
      ^^^^^^^^^^^^^^^^^^^^^^^^
<...>

M
^
message
"

По этому поводу вопросы:
1) Методом научного тыка я выяснил, что поле from берется из учетных данных 
пользователя (/etc/passwd), от которого выполняется скрипт. Почему? Где это 
написано и как это исправить?
2) От куда берется загадочная "M" в начале письма?
3) Письма не отсылались пока я не дал права для apache на 
чтение /etc/postfix . Правильно ли это? Нужно ли давать права каждому юзеру, 
от которого будет выполнятся sendmail? Есть ли другой способ?


-- 
инженер-электроник Лааз Вадим
Железноводский ГУС
т. (87932) 3-14-30

             reply	other threads:[~2005-12-26  6:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-26  6:29 Laaz Vadim [this message]
2005-12-26  8:24 ` Dmitry
2005-12-26 10:41   ` Laaz Vadim
2005-12-26 11:13     ` Vladimir V. Kamarzin
2005-12-26 12:53     ` Dmitry

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=200512260929.44962.checked@mail.ru \
    --to=checked@mail.ru \
    --cc=community@altlinux.ru \
    --cc=community@lists.altlinux.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

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