ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] php mail from
@ 2005-12-26  6:29 Laaz Vadim
  2005-12-26  8:24 ` Dmitry
  0 siblings, 1 reply; 5+ messages in thread
From: Laaz Vadim @ 2005-12-26  6:29 UTC (permalink / raw)
  To: community

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

АЛМ 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

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

end of thread, other threads:[~2005-12-26 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-26  6:29 [Comm] php mail from Laaz Vadim
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

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