<quote who="Voytek Eymont"> > looking at various conf files for php-related stuff, some of them want to > know 'path to sendmail' or 'sendmail options', > > what is one supposed to with that ? > > does sendmail still gets called (as a 'one time execution' rather than > deamon..?)
sendmail(1) is the standard executable for submitting mails to the MTA queue, so yes, postfix supplies its own version. You shouldn't need to change anything from the php defaults, unless you are doing something very special. - Jeff -- Get Informed: SCO vs. IBM http://sco.iwethey.org/ "I would hack on the file selector. But I think I would write like, 3 LOC for every 100 lines of mail I had to read/write." - James Willcox -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
