Bug 6188 - Make busybox'es sendmail compatible with php 'mail' function to use in chroot (-f not required)
Summary: Make busybox'es sendmail compatible with php 'mail' function to use in chroot...
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 12:55 UTC by cyberbat83
Modified: 2013-04-16 12:55 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyberbat83 2013-04-16 12:55:48 UTC
I tried to use php in chroot jail. mail() function with normal postfix'es sendmail occasionally stop working. But busybox'es sendmail also doesn't work.

It seems (but I'm not clearly sure) it's so because -f option is mandatory for busybox'es sendmail when mail() function specifies sender in message body using -t option without -f. 

By the way, mini_sendmail - http://www.acme.com/software/mini_sendmail/ works like a charm, but it's dead project. And sendmail in postfix also works without -f only with -t.