> Am 03.02.2015 um 11:53 schrieb Marcus Bointon <[email protected]>: > > On 3 Feb 2015, at 11:25, Christian Rößner > <[email protected]> wrote: >> >> php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f >> [email protected] > > Don't put a space between the `-f` and the address, it should be like > `[email protected]`.
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
signature.asc
Description: Message signed with OpenPGP using GPGMail
