> Am 03.02.2015 um 11:53 schrieb Marcus Bointon <marcus.boin...@gmail.com>:
> 
> On 3 Feb 2015, at 11:25, Christian Rößner 
> <c...@roessner-network-solutions.com> wrote:
>> 
>> php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f 
>> foo...@example.org
> 
> Don't put a space between the `-f` and the address, it should be like 
> `-ffoo...@example.org`.

I am not sure, but I think it doesn’t matter, if there is a space or not. I 
guess, it is getopt parsed:

sendmail.c:

1113 #define OPTIND  (optind > 0 ? optind : 1)
…
1141         if ((c = GETOPT(argc, argv, GETOPT_LIST)) <= 0)
1142             break;
1143         switch (c) {
…
1226         case 'f':
1227             sender = optarg;
1228             break;

Christian
--
Bachelor of Science Informatik
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 171 9905345
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to